Click here to Skip to main content
15,888,260 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Question or Comment dialog boc Pin
Chris Maunder25-Oct-16 14:04
cofounderChris Maunder25-Oct-16 14:04 
GeneralRe: Question or Comment dialog boc Pin
gggustafson26-Oct-16 4:11
mvagggustafson26-Oct-16 4:11 
GeneralRe: Question or Comment dialog boc Pin
Chris Maunder26-Oct-16 5:12
cofounderChris Maunder26-Oct-16 5:12 
GeneralRe: Question or Comment dialog boc Pin
gggustafson26-Oct-16 5:31
mvagggustafson26-Oct-16 5:31 
GeneralRe: Question or Comment dialog boc Pin
Chris Maunder26-Oct-16 7:00
cofounderChris Maunder26-Oct-16 7:00 
GeneralRe: Question or Comment dialog boc Pin
gggustafson26-Oct-16 9:20
mvagggustafson26-Oct-16 9:20 
GeneralRe: Question or Comment dialog boc Pin
Chris Maunder26-Oct-16 10:17
cofounderChris Maunder26-Oct-16 10:17 
GeneralRe: Question or Comment dialog boc Pin
gggustafson26-Oct-16 12:16
mvagggustafson26-Oct-16 12:16 
From earlier comments I have made. Also suggest adding a Spell Checker.



C#
You never create the file named pathString. Therefore both of the tests

if ( System.IO.File.Exists ( pathString ) )

fail. That means your program does nothing.

What are you trying to do?

<hr />

I think you may be a little confused by autocomplete TextBoxes, ComboBoxes, and ListBoxes. An autocomplete TextBox does not operate the way you suggest. No KeyDown event needs to be provided; just the list of entries that autocomplete will provide. That list can be dynamic. See the MSDN article https://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.autocompletemode(v=vs.90).aspx.

<hr />

https://social.msdn.microsoft.com/Forums/vstudio/en-US/2a14478a-b330-4e0e-9b4a-e137305067af/change-wav-playback-speed

<hr />

It appears that your text-to-speech conversion is the culprit. Have you tried a different TTS engine? When I was working on the Improved Precision Approach Radar Trainer (IPART)<\a> project, I found that TTS engines varied gratly in performance. 

<hr />

See http://www.codeproject.com/Articles/15187/Concatenating-Wave-Files-Using-C-2005.

 If that doesn't do, Google "c# append .wav files". There are many suggestions there.
Gus Gustafson

GeneralRe: Question or Comment dialog boc Pin
Chris Maunder26-Oct-16 15:33
cofounderChris Maunder26-Oct-16 15:33 
GeneralRe: Question or Comment dialog boc Pin
gggustafson26-Oct-16 17:09
mvagggustafson26-Oct-16 17:09 
QuestionReply link not shown in "The Insider News" Pin
Stephen Gonzalez25-Oct-16 7:33
Stephen Gonzalez25-Oct-16 7:33 
AnswerRe: Reply link not shown in "The Insider News" Pin
Chris Maunder25-Oct-16 7:49
cofounderChris Maunder25-Oct-16 7:49 
GeneralRe: Reply link not shown in "The Insider News" Pin
Stephen Gonzalez25-Oct-16 7:53
Stephen Gonzalez25-Oct-16 7:53 
Suggestiondelete my account Pin
Member 1206160025-Oct-16 5:40
Member 1206160025-Oct-16 5:40 
GeneralRe: delete my account Pin
Sean Ewington25-Oct-16 5:49
staffSean Ewington25-Oct-16 5:49 
GeneralRe: delete my account Pin
Member 1206160028-Nov-16 19:28
Member 1206160028-Nov-16 19:28 
BugMessed-up profile page Pin
Jochen Arndt25-Oct-16 4:55
professionalJochen Arndt25-Oct-16 4:55 
GeneralRe: Messed-up profile page Pin
Chris Maunder26-Oct-16 5:24
cofounderChris Maunder26-Oct-16 5:24 
GeneralRe: Messed-up profile page Pin
Jochen Arndt26-Oct-16 5:33
professionalJochen Arndt26-Oct-16 5:33 
GeneralRe: Messed-up profile page Pin
Chris Maunder26-Oct-16 7:01
cofounderChris Maunder26-Oct-16 7:01 
GeneralRe: Messed-up profile page Pin
Richard Deeming26-Oct-16 9:12
mveRichard Deeming26-Oct-16 9:12 
QuestionUp voting your own article Pin
Rahul VB25-Oct-16 2:07
professionalRahul VB25-Oct-16 2:07 
AnswerRe: Up voting your own article Pin
ZurdoDev25-Oct-16 2:09
professionalZurdoDev25-Oct-16 2:09 
GeneralRe: Up voting your own article Pin
Rahul VB25-Oct-16 3:02
professionalRahul VB25-Oct-16 3:02 
BugMissing timescale Pin
Jörgen Andersson23-Oct-16 20:52
professionalJörgen Andersson23-Oct-16 20:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: Unable to replicateAnsweredFixed

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.