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

C#

 
Questiongetting response from the web service Pin
prasadbuddhika4-Mar-09 16:20
prasadbuddhika4-Mar-09 16:20 
AnswerRe: getting response from the web service Pin
Christian Graus4-Mar-09 19:33
protectorChristian Graus4-Mar-09 19:33 
GeneralRe: getting response from the web service Pin
Spunky Coder4-Mar-09 21:20
Spunky Coder4-Mar-09 21:20 
AnswerRe: getting response from the web service Pin
Guffa4-Mar-09 20:08
Guffa4-Mar-09 20:08 
QuestionC# for non C# programmer Pin
matty2desmara4-Mar-09 14:36
matty2desmara4-Mar-09 14:36 
AnswerRe: C# for non C# programmer Pin
Marc Clifton4-Mar-09 14:43
mvaMarc Clifton4-Mar-09 14:43 
GeneralRe: C# for non C# programmer Pin
matty2desmara5-Mar-09 10:15
matty2desmara5-Mar-09 10:15 
GeneralRe: C# for non C# programmer Pin
Marc Clifton5-Mar-09 10:31
mvaMarc Clifton5-Mar-09 10:31 
You really don't want to use Thread.Sleep. You'll want to use the WinForm Timer class to set up a callback at a 5 second interval. The nice thing about the WinForm timer class is that you don't need to worry about marshalling to the application thread, since the event fires on the application thread. This means that you can update the UI, etc., without any worry about cross-threads.

Marc


QuestionHow to edit File Summary Info ??? Pin
S K Y4-Mar-09 14:32
S K Y4-Mar-09 14:32 
AnswerRe: How to edit File Summary Info ??? Pin
Yusuf4-Mar-09 14:52
Yusuf4-Mar-09 14:52 
GeneralRe: How to edit File Summary Info ??? Pin
S K Y4-Mar-09 15:39
S K Y4-Mar-09 15:39 
GeneralRe: How to edit File Summary Info ??? Pin
Yusuf4-Mar-09 17:20
Yusuf4-Mar-09 17:20 
GeneralRe: How to edit File Summary Info ??? Pin
S K Y4-Mar-09 17:57
S K Y4-Mar-09 17:57 
GeneralRe: How to edit File Summary Info ??? Pin
S K Y4-Mar-09 17:59
S K Y4-Mar-09 17:59 
AnswerRe: How to edit File Summary Info ??? Pin
Fired.Fish.Gmail4-Mar-09 15:51
Fired.Fish.Gmail4-Mar-09 15:51 
GeneralRe: How to edit File Summary Info ??? Pin
S K Y4-Mar-09 16:00
S K Y4-Mar-09 16:00 
GeneralRe: How to edit File Summary Info ??? Pin
Fired.Fish.Gmail4-Mar-09 16:45
Fired.Fish.Gmail4-Mar-09 16:45 
GeneralRe: How to edit File Summary Info ??? Pin
S K Y4-Mar-09 20:50
S K Y4-Mar-09 20:50 
QuestionComponent design context menu Pin
damichab4-Mar-09 12:47
damichab4-Mar-09 12:47 
AnswerRe: Component design context menu Pin
Curtis Schlak.4-Mar-09 15:13
Curtis Schlak.4-Mar-09 15:13 
GeneralRe: Component design context menu Pin
damichab4-Mar-09 15:28
damichab4-Mar-09 15:28 
QuestionConvert a pdf file to picture format with the best quality Pin
abbd4-Mar-09 12:08
abbd4-Mar-09 12:08 
AnswerRe: Convert a pdf file to picture format with the best quality Pin
Yusuf4-Mar-09 14:36
Yusuf4-Mar-09 14:36 
AnswerRe: Convert a pdf file to picture format with the best quality Pin
Christian Graus4-Mar-09 16:20
protectorChristian Graus4-Mar-09 16:20 
Questionc# call ddl visualc++ Pin
mateecom4-Mar-09 11:03
mateecom4-Mar-09 11:03 

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.