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

Windows Forms

 
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 
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 
Mycroft Holmes wrote:
nstead of closing the dialog you should hide it and close if from the parent form after extracting the information.


NNONONONONONONnoonononononooooooo!

If you close it, the OBJECT that is the dialog STILL EXISTS as you (the mainform) still has a reference to it - so you can access any public methods or properties of the dialog object from the main form - even though the dialog box is no longer visible and has been closed.

ShowDialog() shows the form and waits until it is closed - so hiding it from the parent doesn't make sense - and hiding it from within the dialog itself is a waste of time, as you have to close it to return to the parent form - that's sort of the definition of a dialog!

IOW closed does NOT equal disposed.

Life is like a pubic hair on the toilet seat...


...sometimes, you just get pissed off.

.\\axxx
(That's an 'M')

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 
GeneralRe: Time pick control Pin
progDes13-Nov-08 23:34
progDes13-Nov-08 23:34 
QuestionCheckListBox/TreeView control hybrid Pin
FyreWyrm13-Nov-08 13:05
FyreWyrm13-Nov-08 13:05 

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.