Click here to Skip to main content
15,899,314 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: QA Comments not being posted Pin
Chris Maunder27-Oct-16 3:55
cofounderChris Maunder27-Oct-16 3:55 
AnswerRe: QA Comments not being posted Pin
Patrice T27-Oct-16 4:09
mvePatrice T27-Oct-16 4:09 
GeneralRe: QA Comments not being posted Pin
Patrice T27-Oct-16 23:39
mvePatrice T27-Oct-16 23:39 
BugBug in QA? Not getting points for my answer Pin
Patrice T25-Oct-16 18:15
mvePatrice T25-Oct-16 18:15 
GeneralRe: Bug in QA? Not getting points for my answer Pin
Midi_Mick25-Oct-16 20:22
professionalMidi_Mick25-Oct-16 20:22 
GeneralRe: Bug in QA? Not getting points for my answer Pin
Suvendu Shekhar Giri25-Oct-16 20:22
professionalSuvendu Shekhar Giri25-Oct-16 20:22 
GeneralRe: Bug in QA? Not getting points for my answer Pin
Suvendu Shekhar Giri25-Oct-16 21:03
professionalSuvendu Shekhar Giri25-Oct-16 21:03 
BugCannot enter response to members' questions Pin
gggustafson25-Oct-16 11:08
mvagggustafson25-Oct-16 11:08 
GeneralRe: Cannot enter response to members' questions Pin
Chris Maunder26-Oct-16 5:24
cofounderChris Maunder26-Oct-16 5:24 
GeneralRe: Cannot enter response to members' questions Pin
gggustafson26-Oct-16 5:32
mvagggustafson26-Oct-16 5:32 
SuggestionQuestion or Comment dialog boc Pin
gggustafson25-Oct-16 8:22
mvagggustafson25-Oct-16 8:22 
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 

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

Flags: Unable to replicateAnswered

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