Click here to Skip to main content
15,907,687 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Creating an interface UI in windows forms Pin
RichardM125-Feb-10 12:40
RichardM125-Feb-10 12:40 
AnswerRe: Creating an interface UI in windows forms Pin
BoomRShine26-Feb-10 4:03
BoomRShine26-Feb-10 4:03 
Question.NET WinForms Control as a child to a Window residing in a different process (MIXED RESULTS) [modified] Pin
mcrawley23-Feb-10 10:47
mcrawley23-Feb-10 10:47 
AnswerRe: .NET WinForms Control as a child to a Window residing in a different process (MIXED RESULTS) Pin
RichardM123-Feb-10 18:51
RichardM123-Feb-10 18:51 
GeneralRe: .NET WinForms Control as a child to a Window residing in a different process (MIXED RESULTS) Pin
mcrawley25-Feb-10 9:40
mcrawley25-Feb-10 9:40 
GeneralRe: .NET WinForms Control as a child to a Window residing in a different process (MIXED RESULTS) Pin
RichardM125-Feb-10 10:13
RichardM125-Feb-10 10:13 
GeneralRe: .NET WinForms Control as a child to a Window residing in a different process (MIXED RESULTS) Pin
mcrawley25-Feb-10 12:08
mcrawley25-Feb-10 12:08 
GeneralRe: .NET WinForms Control as a child to a Window residing in a different process (MIXED RESULTS) Pin
RichardM125-Feb-10 12:34
RichardM125-Feb-10 12:34 
That makes sense.
I don't know where I heard or read about UserControl being special, but this reinforces it.
I'd say that they did decouple cross thread calls in userControl.
We have an app that every window has a thread that actually creates and opens the form.
It also makes tabs by taking the contents of an existing form and sticking it into a new TabControl.
Don't ask why, it's a long story Smile | :)
While we were initially working on it, we would get cross thread exceptions.
We changed some of the windows to be single threaded apartment, and the problem went away.
We were having problems with the clipboard that also went away when we did STA.
This should also may help me. We are doing much to deal with this problem is other areas. UserControl as the top level container looks like it could let us get rid of some code.
Thanks
Richard
Opacity, the new Transparency.

Questiondesktop application Pin
mylogics22-Feb-10 19:34
professionalmylogics22-Feb-10 19:34 
AnswerRe: desktop application Pin
Andy_L_J22-Feb-10 20:06
Andy_L_J22-Feb-10 20:06 
AnswerRe: desktop application Pin
BoomRShine23-Feb-10 3:53
BoomRShine23-Feb-10 3:53 
AnswerRe: desktop application Pin
Abhinav S26-Feb-10 22:27
Abhinav S26-Feb-10 22:27 
GeneralRe: desktop application Pin
mylogics26-Feb-10 22:33
professionalmylogics26-Feb-10 22:33 
QuestionComboBox trouble. Pin
Nikz222-Feb-10 6:51
Nikz222-Feb-10 6:51 
AnswerRe: ComboBox trouble. Pin
Richard MacCutchan22-Feb-10 22:28
mveRichard MacCutchan22-Feb-10 22:28 
QuestionConnecting to Active Directory Pin
John.L.Ponratnam21-Feb-10 20:16
John.L.Ponratnam21-Feb-10 20:16 
QuestionHow to attach the Smart Tags of child controls, to the user control? Pin
Vahid Rassouli21-Feb-10 9:22
Vahid Rassouli21-Feb-10 9:22 
QuestionRole of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) [modified] Pin
NetQuestions18-Feb-10 19:18
NetQuestions18-Feb-10 19:18 
AnswerRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
NetQuestions18-Feb-10 23:24
NetQuestions18-Feb-10 23:24 
AnswerRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
Dave Kreskowiak22-Feb-10 3:09
mveDave Kreskowiak22-Feb-10 3:09 
GeneralRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
NetQuestions24-Feb-10 17:37
NetQuestions24-Feb-10 17:37 
QuestionAdvanced ComboBox in WinForms Pin
Nick Alexeev12-Feb-10 16:41
professionalNick Alexeev12-Feb-10 16:41 
AnswerRe: Advanced ComboBox in WinForms Pin
Richard MacCutchan12-Feb-10 22:40
mveRichard MacCutchan12-Feb-10 22:40 
AnswerRe: Advanced ComboBox in WinForms Pin
Luc Pattyn13-Feb-10 1:39
sitebuilderLuc Pattyn13-Feb-10 1:39 
AnswerRe: Advanced ComboBox in WinForms Pin
Abhinav S13-Feb-10 7:58
Abhinav S13-Feb-10 7:58 

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.