Click here to Skip to main content
15,911,360 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
boreland25-Oct-11 15:49
boreland25-Oct-11 15:49 
GeneralRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
BillWoodruff25-Oct-11 17:51
professionalBillWoodruff25-Oct-11 17:51 
GeneralRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
boreland25-Oct-11 19:29
boreland25-Oct-11 19:29 
GeneralRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
Pete O'Hanlon26-Oct-11 3:23
mvePete O'Hanlon26-Oct-11 3:23 
GeneralRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
BobJanova26-Oct-11 0:35
BobJanova26-Oct-11 0:35 
GeneralRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
BobJanova26-Oct-11 0:34
BobJanova26-Oct-11 0:34 
AnswerRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
BillWoodruff25-Oct-11 18:01
professionalBillWoodruff25-Oct-11 18:01 
AnswerRe: Dynamically placing Forms onto TabControl Pages - need to add threading Pin
boreland7-Nov-11 13:39
boreland7-Nov-11 13:39 
Some weeks ago I sort help achieving the following functionality:

"Dynamically create a tab-page, place a form on it running in it own thread"

I need to do this because I want each of these forms to run like a separate application within an integrated framework. The application is very time critical, handling multiple, but independent streams of data.

I thought at the time that I had found a way to do this, however, as it turned out my solution did not work reliably - do not use the code I posted previously. Sometimes it worked, other times it didn't, and in the most extreme crashed my PC. You think its working and then for no good reason it crashes; hence, why we are told the the GUI must run in the main thread. I tried many different approaches to no avail.

However, I had a stroke of luck and discovered that the order of operation is perhaps the key to cracking this nut, possibly avoiding a race condition that creates the instability. What I now have as a prototype that appears completely robust and shamelessly breaks all the rules.

The prototype application needs to be interdependently tested. That person must be expert at threaded applications. Also, this would have to be done under an NDA, they could not publish the method. I now that there are some highly talented people that participate in this forum. Contact me if interested.
Question2010 C# linq Pin
dcof24-Oct-11 12:28
dcof24-Oct-11 12:28 
AnswerRe: 2010 C# linq Pin
Not Active24-Oct-11 12:57
mentorNot Active24-Oct-11 12:57 
QuestionPoint conversion. Pin
paper6724-Oct-11 8:05
paper6724-Oct-11 8:05 
AnswerRe: Point conversion. Pin
Eddy Vluggen24-Oct-11 8:34
professionalEddy Vluggen24-Oct-11 8:34 
AnswerRe: Point conversion. Pin
Luc Pattyn24-Oct-11 9:09
sitebuilderLuc Pattyn24-Oct-11 9:09 
GeneralRe: Point conversion. Pin
Keith Barrow24-Oct-11 9:11
professionalKeith Barrow24-Oct-11 9:11 
GeneralRe: Point conversion. Pin
Eddy Vluggen24-Oct-11 9:49
professionalEddy Vluggen24-Oct-11 9:49 
GeneralRe: Point conversion. Pin
Richard MacCutchan24-Oct-11 10:18
mveRichard MacCutchan24-Oct-11 10:18 
GeneralRe: Point conversion. Pin
Eddy Vluggen24-Oct-11 10:29
professionalEddy Vluggen24-Oct-11 10:29 
AnswerRe: Point conversion. Pin
BobJanova24-Oct-11 23:13
BobJanova24-Oct-11 23:13 
GeneralRe: Point conversion. Pin
harold aptroot24-Oct-11 23:36
harold aptroot24-Oct-11 23:36 
AnswerRe: Point conversion. Pin
Eddy Vluggen25-Oct-11 0:40
professionalEddy Vluggen25-Oct-11 0:40 
GeneralRe: Point conversion. Pin
harold aptroot25-Oct-11 0:43
harold aptroot25-Oct-11 0:43 
AnswerRe: Point conversion. Pin
Eddy Vluggen25-Oct-11 6:52
professionalEddy Vluggen25-Oct-11 6:52 
GeneralRe: Point conversion. Pin
harold aptroot25-Oct-11 6:54
harold aptroot25-Oct-11 6:54 
GeneralRe: Point conversion. Pin
BillWoodruff25-Oct-11 14:58
professionalBillWoodruff25-Oct-11 14:58 
GeneralRe: Point conversion. Pin
Eddy Vluggen26-Oct-11 7:45
professionalEddy Vluggen26-Oct-11 7:45 

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.