Click here to Skip to main content
15,913,467 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: where can i find that project (attach an existing console to an form app as parent) Pin
Christian Graus18-Nov-08 20:30
protectorChristian Graus18-Nov-08 20:30 
GeneralRe: where can i find that project (attach an existing console to an form app as parent) Pin
Tiago Conceição19-Nov-08 2:33
Tiago Conceição19-Nov-08 2:33 
QuestionHow to register COM components into C#.Net window applications Pin
veereshIndia17-Nov-08 22:37
veereshIndia17-Nov-08 22:37 
AnswerCP IGNORE: Crossposted about a dozen times... Pin
Dave Kreskowiak18-Nov-08 2:09
mveDave Kreskowiak18-Nov-08 2:09 
RantRe: CP IGNORE: Crossposted about a dozen times... Pin
Paul Conrad18-Nov-08 4:59
professionalPaul Conrad18-Nov-08 4:59 
QuestionToo Simple For An Article, But I'm Stuck Pin
Roger Wright17-Nov-08 16:25
professionalRoger Wright17-Nov-08 16:25 
AnswerRe: Too Simple For An Article, But I'm Stuck Pin
Mycroft Holmes17-Nov-08 21:22
professionalMycroft Holmes17-Nov-08 21:22 
GeneralRe: Too Simple For An Article, But I'm Stuck Pin
Urs Enzler19-Nov-08 3:44
Urs Enzler19-Nov-08 3:44 
Mycroft Holmes wrote:
instead of closing the dialog from the parent just hide it


Why not closing it? Whether you close it or just hide it, you can access the property on the form in both scenarios:

MyDialog dialog = new MyDialog();

dialog.ShowModal();

var someVariable = dialog.Choice;


-^-^-^-^-^-^-^-
no risk no funk

GeneralRe: Too Simple For An Article, But I'm Stuck Pin
Mycroft Holmes19-Nov-08 4:38
professionalMycroft Holmes19-Nov-08 4:38 
GeneralRe: Too Simple For An Article, But I'm Stuck Pin
_Maxxx_23-Nov-08 19:01
professional_Maxxx_23-Nov-08 19:01 
Questionhow to create session in windows Application [modified] Pin
arunmca.r16-Nov-08 18:57
arunmca.r16-Nov-08 18:57 
AnswerRe: how to create session in windows Application Pin
Dave Kreskowiak17-Nov-08 5:29
mveDave Kreskowiak17-Nov-08 5:29 
Questionhow to chage .net winform controls right to left Pin
arunmca.r16-Nov-08 17:17
arunmca.r16-Nov-08 17:17 
AnswerRe: how to chage .net winform controls right to left Pin
Roger Wright16-Nov-08 17:50
professionalRoger Wright16-Nov-08 17:50 
GeneralRe: how to chage .net winform controls right to left Pin
arunmca.r16-Nov-08 19:19
arunmca.r16-Nov-08 19:19 
Questiondisplaying WinHelp (.hlp) files in windows forms c#.net Pin
Member 387741514-Nov-08 4:18
Member 387741514-Nov-08 4:18 
AnswerRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Dave Kreskowiak14-Nov-08 16:21
mveDave Kreskowiak14-Nov-08 16:21 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Member 387741516-Nov-08 0:39
Member 387741516-Nov-08 0:39 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Wendelius16-Nov-08 3:52
mentorWendelius16-Nov-08 3:52 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Thomas Stockwell16-Nov-08 5:12
professionalThomas Stockwell16-Nov-08 5:12 
GeneralRe: displaying WinHelp (.hlp) files in windows forms c#.net Pin
Dave Kreskowiak16-Nov-08 8:06
mveDave Kreskowiak16-Nov-08 8:06 
QuestionTime pick control Pin
progDes13-Nov-08 22:18
progDes13-Nov-08 22:18 
AnswerRe: Time pick control Pin
Simon P Stevens13-Nov-08 23:03
Simon P Stevens13-Nov-08 23:03 
GeneralRe: Time pick control Pin
progDes13-Nov-08 23:09
progDes13-Nov-08 23:09 
GeneralRe: Time pick control Pin
Simon P Stevens13-Nov-08 23:33
Simon P Stevens13-Nov-08 23:33 

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.