Click here to Skip to main content
15,915,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catch C++ exception in C# Pin
Not Knuth16-Oct-07 7:47
Not Knuth16-Oct-07 7:47 
QuestionPrevent Monitor Standby and ScreenSaver Activation Pin
Sukhjinder_K15-Oct-07 6:05
Sukhjinder_K15-Oct-07 6:05 
AnswerRe: Prevent Monitor Standby and ScreenSaver Activation Pin
led mike15-Oct-07 6:42
led mike15-Oct-07 6:42 
GeneralSome code which can do the trick Pin
Sukhjinder_K15-Oct-07 6:58
Sukhjinder_K15-Oct-07 6:58 
GeneralRe: Some code which can do the trick Pin
Skippums15-Oct-07 7:30
Skippums15-Oct-07 7:30 
GeneralRe: Some code which can do the trick Pin
Sukhjinder_K15-Oct-07 18:35
Sukhjinder_K15-Oct-07 18:35 
GeneralRe: Some code which can do the trick Pin
Skippums16-Oct-07 5:05
Skippums16-Oct-07 5:05 
GeneralRe: Some code which can do the trick Pin
led mike15-Oct-07 7:41
led mike15-Oct-07 7:41 
GeneralNew to C# and Writing Media Player Pin
Sukhjinder_K15-Oct-07 17:03
Sukhjinder_K15-Oct-07 17:03 
GeneralRe: Some code which can do the trick Pin
Hariharan.R16-Oct-07 2:31
Hariharan.R16-Oct-07 2:31 
AnswerSolution Pin
Sukhjinder_K16-Oct-07 18:27
Sukhjinder_K16-Oct-07 18:27 
QuestionHow to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif15-Oct-07 5:41
A.Asif15-Oct-07 5:41 
AnswerRe: How to read JavaScript's variables values in webBrowser control using C# Pin
led mike15-Oct-07 6:36
led mike15-Oct-07 6:36 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif15-Oct-07 9:30
A.Asif15-Oct-07 9:30 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
leppie16-Oct-07 2:45
leppie16-Oct-07 2:45 
GeneralRe: How to read JavaScript's variables values in webBrowser control using C# Pin
A.Asif16-Oct-07 3:34
A.Asif16-Oct-07 3:34 
QuestionGetting text from one form into second form Pin
MumbleB15-Oct-07 5:37
MumbleB15-Oct-07 5:37 
AnswerRe: Getting text from one form into second form Pin
Giorgi Dalakishvili15-Oct-07 5:46
mentorGiorgi Dalakishvili15-Oct-07 5:46 
Questionhow to track backgroundworker threads Pin
jikubhai15-Oct-07 5:28
jikubhai15-Oct-07 5:28 
AnswerEvent Listeners Pin
Ennis Ray Lynch, Jr.15-Oct-07 5:41
Ennis Ray Lynch, Jr.15-Oct-07 5:41 
Have your background threads fire events for different states. Then your UI thread can listen to those events and respond appropriately.

You can also poll the status of the background threads by keeping track of the object reference, however, the event model is easier.




Need a C# Consultant? I'm available.


Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

AnswerRe: how to track backgroundworker threads Pin
Giorgi Dalakishvili15-Oct-07 5:45
mentorGiorgi Dalakishvili15-Oct-07 5:45 
GeneralRe: how to track backgroundworker threads Pin
jikubhai15-Oct-07 23:07
jikubhai15-Oct-07 23:07 
QuestionRetrieving MS Outlook Contacts Pin
s3rro15-Oct-07 4:34
s3rro15-Oct-07 4:34 
AnswerRe: Retrieving MS Outlook Contacts Pin
led mike15-Oct-07 4:44
led mike15-Oct-07 4:44 
GeneralRe: Retrieving MS Outlook Contacts Pin
s3rro15-Oct-07 5:02
s3rro15-Oct-07 5:02 

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.