Click here to Skip to main content
15,893,337 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Retrieving MS Outlook Contacts Pin
led mike15-Oct-07 5:11
led mike15-Oct-07 5:11 
GeneralRe: Retrieving MS Outlook Contacts Pin
s3rro15-Oct-07 5:17
s3rro15-Oct-07 5:17 
GeneralRe: Retrieving MS Outlook Contacts Pin
Justin Perez15-Oct-07 5:23
Justin Perez15-Oct-07 5:23 
GeneralRe: Retrieving MS Outlook Contacts Pin
led mike15-Oct-07 5:24
led mike15-Oct-07 5:24 
GeneralRe: Retrieving MS Outlook Contacts Pin
s3rro15-Oct-07 5:36
s3rro15-Oct-07 5:36 
GeneralRe: Retrieving MS Outlook Contacts Pin
Justin Perez15-Oct-07 5:50
Justin Perez15-Oct-07 5:50 
GeneralRe: Retrieving MS Outlook Contacts Pin
s3rro15-Oct-07 6:02
s3rro15-Oct-07 6:02 
GeneralRe: Retrieving MS Outlook Contacts Pin
Justin Perez15-Oct-07 6:07
Justin Perez15-Oct-07 6:07 
GeneralRe: Retrieving MS Outlook Contacts Pin
led mike15-Oct-07 5:59
led mike15-Oct-07 5:59 
GeneralRe: Retrieving MS Outlook Contacts Pin
s3rro15-Oct-07 9:16
s3rro15-Oct-07 9:16 
QuestionMy app wont resize Pin
RussBus15-Oct-07 4:06
RussBus15-Oct-07 4:06 
AnswerRe: My app wont resize Pin
Andrei Ungureanu15-Oct-07 4:11
Andrei Ungureanu15-Oct-07 4:11 

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.