Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
Questionip chenger Pin
Member 1180057729-Jun-15 4:59
Member 1180057729-Jun-15 4:59 
QuestionRe: ip chenger Pin
Richard MacCutchan29-Jun-15 5:13
mveRichard MacCutchan29-Jun-15 5:13 
AnswerRe: ip chenger Pin
OriginalGriff29-Jun-15 5:25
mveOriginalGriff29-Jun-15 5:25 
AnswerRe: ip chenger Pin
Abhipal Singh29-Jun-15 7:18
professionalAbhipal Singh29-Jun-15 7:18 
QuestionHow i can pause/resume a thread in window form application. Pin
Husnul karim28-Jun-15 23:49
Husnul karim28-Jun-15 23:49 
AnswerRe: How i can pause/resume a thread in window form application. Pin
Pete O'Hanlon29-Jun-15 0:21
mvePete O'Hanlon29-Jun-15 0:21 
GeneralRe: How i can pause/resume a thread in window form application. Pin
Sascha Lefèvre29-Jun-15 2:59
professionalSascha Lefèvre29-Jun-15 2:59 
AnswerRe: How i can pause/resume a thread in window form application. Pin
Abhipal Singh29-Jun-15 7:26
professionalAbhipal Singh29-Jun-15 7:26 
It looks like you are making you main thread sleep when you pause processing, and you end up hanging your UI.

You need to have a separate thread for running your audio to text conversion code so that, you can pause that thread as an when required. (Hint: see System.ComponentModel.BackgroundWorker documentation)

Please explain how your code works, may be then we will be able to help you better.
QuestionPutting an URL together in .NET 2 Pin
Member 1171394228-Jun-15 5:46
Member 1171394228-Jun-15 5:46 
AnswerRe: Putting an URL together in .NET 2 Pin
Eddy Vluggen28-Jun-15 6:01
professionalEddy Vluggen28-Jun-15 6:01 
GeneralRe: Putting an URL together in .NET 2 Pin
Member 1171394228-Jun-15 6:07
Member 1171394228-Jun-15 6:07 
GeneralRe: Putting an URL together in .NET 2 Pin
Eddy Vluggen28-Jun-15 6:14
professionalEddy Vluggen28-Jun-15 6:14 
AnswerRe: Putting an URL together in .NET 2 Pin
Afzaal Ahmad Zeeshan28-Jun-15 12:30
professionalAfzaal Ahmad Zeeshan28-Jun-15 12:30 
QuestionJoystick Pin
modarrn27-Jun-15 21:26
modarrn27-Jun-15 21:26 
AnswerRe: Joystick Pin
OriginalGriff27-Jun-15 21:52
mveOriginalGriff27-Jun-15 21:52 
Questionhow to read from specific cell in excell using C# WinForm ? Pin
goldsoft27-Jun-15 19:54
goldsoft27-Jun-15 19:54 
AnswerRe: how to read from specific cell in excell using C# WinForm ? Pin
Michael_Davies27-Jun-15 20:10
Michael_Davies27-Jun-15 20:10 
QuestionDeserialize XML in .NET 2.0 Pin
Member 1171394227-Jun-15 10:07
Member 1171394227-Jun-15 10:07 
AnswerRe: Deserialize XML in .NET 2.0 Pin
Afzaal Ahmad Zeeshan27-Jun-15 10:29
professionalAfzaal Ahmad Zeeshan27-Jun-15 10:29 
QuestionHow Print using dot metric in Web as well as Desktop in C# Pin
Saneesh kunjunni27-Jun-15 5:36
Saneesh kunjunni27-Jun-15 5:36 
AnswerRe: How Print using dot metric in Web as well as Desktop in C# Pin
Sascha Lefèvre27-Jun-15 5:45
professionalSascha Lefèvre27-Jun-15 5:45 
GeneralRe: How Print using dot metric in Web as well as Desktop in C# Pin
Saneesh kunjunni27-Jun-15 6:41
Saneesh kunjunni27-Jun-15 6:41 
GeneralRe: How Print using dot metric in Web as well as Desktop in C# Pin
Sascha Lefèvre27-Jun-15 7:04
professionalSascha Lefèvre27-Jun-15 7:04 
GeneralRe: How Print using dot metric in Web as well as Desktop in C# Pin
Richard MacCutchan27-Jun-15 7:07
mveRichard MacCutchan27-Jun-15 7:07 
QuestionSend and Receive Encoding.Unicode text via sockets, Split it and compare the string Pin
surfersockets27-Jun-15 2:09
surfersockets27-Jun-15 2:09 

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

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