Click here to Skip to main content
15,879,184 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow filter file in WebBrowser?? Pin
Wojciech Nagórski6-Oct-08 1:44
Wojciech Nagórski6-Oct-08 1:44 
AnswerCross Post Pin
led mike6-Oct-08 4:34
led mike6-Oct-08 4:34 
QuestionMultiThread Problem Pin
jpsstavares6-Oct-08 0:36
jpsstavares6-Oct-08 0:36 
AnswerRe: MultiThread Problem Pin
led mike6-Oct-08 4:40
led mike6-Oct-08 4:40 
GeneralRe: MultiThread Problem Pin
jpsstavares6-Oct-08 4:52
jpsstavares6-Oct-08 4:52 
GeneralRe: MultiThread Problem Pin
led mike6-Oct-08 5:27
led mike6-Oct-08 5:27 
GeneralRe: MultiThread Problem Pin
jpsstavares6-Oct-08 5:49
jpsstavares6-Oct-08 5:49 
AnswerRe: MultiThread Problem Pin
Urs Enzler6-Oct-08 5:11
Urs Enzler6-Oct-08 5:11 
You have to click the Button on the same thread as it was created, otherwise you'll get this exception.

For normal applications that means that all UI components are created on the main (UI) thread and all calls to the UI coming from background threads have to be marshaled back to the UI thread, either by using Control.Invoke or a SynchronizationContext.

In your szenario, either run the 3rd party software on the UI thread and your tasks on a background thread, then you can use Invoke or a SynchronizationContext, or really be sure that everything you call to the 3rd party app is on the same worker thread.

Regards
Urs

-^-^-^-^-^-^-^-
no risk no funk

Questionfindwindowex and gettext ??? Pin
TALHAKOSEN5-Oct-08 21:15
TALHAKOSEN5-Oct-08 21:15 
AnswerRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili5-Oct-08 23:21
mentorGiorgi Dalakishvili5-Oct-08 23:21 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 0:41
TALHAKOSEN6-Oct-08 0:41 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 1:08
TALHAKOSEN6-Oct-08 1:08 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 1:16
mentorGiorgi Dalakishvili6-Oct-08 1:16 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 2:44
TALHAKOSEN6-Oct-08 2:44 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 2:46
mentorGiorgi Dalakishvili6-Oct-08 2:46 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 2:55
TALHAKOSEN6-Oct-08 2:55 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 3:00
mentorGiorgi Dalakishvili6-Oct-08 3:00 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 3:03
TALHAKOSEN6-Oct-08 3:03 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 3:08
mentorGiorgi Dalakishvili6-Oct-08 3:08 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 3:11
TALHAKOSEN6-Oct-08 3:11 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 3:24
mentorGiorgi Dalakishvili6-Oct-08 3:24 
AnswerRe: findwindowex and gettext ??? Pin
Dave Kreskowiak6-Oct-08 3:21
mveDave Kreskowiak6-Oct-08 3:21 
QuestionHow to Display Owned Window without graying owner? Pin
Safdii5-Oct-08 1:28
Safdii5-Oct-08 1:28 
AnswerRe: How to Display Owned Window without graying owner? Pin
Thomas Stockwell5-Oct-08 6:07
professionalThomas Stockwell5-Oct-08 6:07 
QuestionRe: How to Display Owned Window without graying owner? [modified] Pin
Safdii6-Oct-08 23:17
Safdii6-Oct-08 23:17 

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.