Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: Running forms in a thread in .NET Pin
Eddy Vluggen4-Mar-15 9:04
professionalEddy Vluggen4-Mar-15 9:04 
GeneralRe: Running forms in a thread in .NET Pin
landersohn694-Mar-15 9:18
landersohn694-Mar-15 9:18 
GeneralRe: Running forms in a thread in .NET Pin
Eddy Vluggen4-Mar-15 9:29
professionalEddy Vluggen4-Mar-15 9:29 
GeneralRe: Running forms in a thread in .NET Pin
landersohn694-Mar-15 10:53
landersohn694-Mar-15 10:53 
GeneralRe: Running forms in a thread in .NET Pin
Eddy Vluggen4-Mar-15 11:12
professionalEddy Vluggen4-Mar-15 11:12 
GeneralRe: Running forms in a thread in .NET Pin
landersohn696-Mar-15 18:34
landersohn696-Mar-15 18:34 
GeneralRe: Running forms in a thread in .NET Pin
Mycroft Holmes4-Mar-15 15:57
professionalMycroft Holmes4-Mar-15 15:57 
AnswerRe: Running forms in a thread in .NET Pin
Dave Kreskowiak4-Mar-15 9:10
mveDave Kreskowiak4-Mar-15 9:10 
landersohn69 wrote:
n each of these threads I create another form that hosts an ActiveX control (3rd party which requires a window).


Yeah, there's your entire problem. Because the forms (which are themselves controls) are not reliably connected to the message pump, your forms are not going to work reliably. There is no way to fix it other than to move all the UI stuff back to the UI (startup) thread.

Get an OCR library that doesn't depend on an ActiveX control to work.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

QuestionMessage Closed Pin
4-Mar-15 2:36
Member 114792894-Mar-15 2:36 
AnswerRe: vehicule detection emgucv (open cv) Pin
OriginalGriff4-Mar-15 2:42
mveOriginalGriff4-Mar-15 2:42 
Questionclient -> server -> client Pin
Super Lloyd3-Mar-15 19:03
Super Lloyd3-Mar-15 19:03 
AnswerRe: client -> server -> client Pin
Gerry Schmitz4-Mar-15 3:25
mveGerry Schmitz4-Mar-15 3:25 
GeneralRe: client -> server -> client Pin
Pete O'Hanlon4-Mar-15 4:11
mvePete O'Hanlon4-Mar-15 4:11 
GeneralRe: client -> server -> client Pin
Gerry Schmitz4-Mar-15 11:22
mveGerry Schmitz4-Mar-15 11:22 
QuestionC# Packet Loss Pin
Member 114965273-Mar-15 18:20
Member 114965273-Mar-15 18:20 
AnswerRe: C# Packet Loss Pin
Gerry Schmitz4-Mar-15 3:49
mveGerry Schmitz4-Mar-15 3:49 
GeneralRe: C# Packet Loss Pin
Member 114965274-Mar-15 4:59
Member 114965274-Mar-15 4:59 
GeneralRe: C# Packet Loss Pin
Gerry Schmitz4-Mar-15 11:57
mveGerry Schmitz4-Mar-15 11:57 
QuestionHow to import excel sheet data into postgresql database table in C# Pin
sandy reddy3-Mar-15 2:29
sandy reddy3-Mar-15 2:29 
AnswerRe: How to import excel sheet data into postgresql database table in C# Pin
manchanx3-Mar-15 2:38
professionalmanchanx3-Mar-15 2:38 
QuestionRe: How to import excel sheet data into postgresql database table in C# Pin
ZurdoDev3-Mar-15 2:46
professionalZurdoDev3-Mar-15 2:46 
AnswerRe: How to import excel sheet data into postgresql database table in C# Pin
V.3-Mar-15 20:19
professionalV.3-Mar-15 20:19 
QuestionDoes the .Net scheduled Timer has a vb version? Pin
PHdeviloth2-Mar-15 20:55
PHdeviloth2-Mar-15 20:55 
QuestionRe: Does the .Net scheduled Timer has a vb version? Pin
Richard MacCutchan2-Mar-15 21:25
mveRichard MacCutchan2-Mar-15 21:25 
AnswerRe: Does the .Net scheduled Timer has a vb version? Pin
F-ES Sitecore2-Mar-15 22:02
professionalF-ES Sitecore2-Mar-15 22: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.