Click here to Skip to main content
15,911,711 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: win form Pin
RichardM14-Mar-10 7:10
RichardM14-Mar-10 7:10 
QuestionCreating an interface UI in windows forms Pin
for120625-Feb-10 7:23
for120625-Feb-10 7:23 
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 
I have a recollection that user control is special in some manner, and pointing in that direction, from MSDN:
You can host Windows Forms UserControl derived classes inside of a form, on another UserControl,
inside of Internet Explorer on a Web page, or inside a WebBrowser control hosted on a form.
[^]
I have not used user control myself, but I have hit the multiple thread problem you are talking about with other controls.
I recall the solution we had used was 'single threaded apartment' vs 'multiple threaded apartment', but I can't remember which worked correctly. I think it was single threaded, but try both and see if it changes.
Or try creating a usercontrol with a button in it and moving it to the other thread. User control may fix the threading problem for its children.
Either way, let me know how it comes out.
Thanks
Richard
Opacity, the new Transparency.

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 
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 

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.