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

Windows Forms

 
AnswerRe: win form Pin
dan!sh 26-Feb-10 21:51
professional dan!sh 26-Feb-10 21:51 
GeneralRe: win form Pin
mylogics26-Feb-10 21:58
professionalmylogics26-Feb-10 21:58 
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 
If the form & control creation threads are different, then the event on the other thread have to be invoked. Adding a child control from a different thread fires events on the new parent thread that should be invoked. Obviously, you don't have control of the firing to make them invoked, so crash and burn.
The child draws fine, the parent, needing invoke, crashes.
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 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 
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 

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.