Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeNode.Text Pin
Serge R10-May-02 9:04
Serge R10-May-02 9:04 
GeneralRe: TreeNode.Text Pin
Eric Gunnerson (msft)10-May-02 9:07
Eric Gunnerson (msft)10-May-02 9:07 
GeneralRe: TreeNode.Text Pin
Nick Parker9-May-02 18:24
protectorNick Parker9-May-02 18:24 
GeneralRe: TreeNode.Text Pin
Serge R10-May-02 1:17
Serge R10-May-02 1:17 
GeneralRe: TreeNode.Text Pin
James T. Johnson10-May-02 14:45
James T. Johnson10-May-02 14:45 
GeneralDisplaying REG_MULTI_SZ from teh Registry Pin
KobyBoy9-May-02 12:01
KobyBoy9-May-02 12:01 
GeneralRe: Displaying REG_MULTI_SZ from teh Registry Pin
Neil Van Note9-May-02 12:16
Neil Van Note9-May-02 12:16 
GeneralRe: Displaying REG_MULTI_SZ from teh Registry Pin
Nick Parker9-May-02 18:55
protectorNick Parker9-May-02 18:55 
GeneralRe: Displaying REG_MULTI_SZ from teh Registry Pin
James T. Johnson10-May-02 1:42
James T. Johnson10-May-02 1:42 
GeneralRe: Displaying REG_MULTI_SZ from teh Registry Pin
Nick Parker10-May-02 4:28
protectorNick Parker10-May-02 4:28 
QuestionHow to make ctrl+C (copy), ctrl+V(Paste) work in winforms Pin
9-May-02 10:44
suss9-May-02 10:44 
AnswerRe: How to make ctrl+C (copy), ctrl+V(Paste) work in winforms Pin
Nick Parker9-May-02 11:48
protectorNick Parker9-May-02 11:48 
GeneralRe: How to make ctrl+C (copy), ctrl+V(Paste) work in winforms Pin
9-May-02 17:58
suss9-May-02 17:58 
QuestionHow to create a Collection Property? Pin
Zombies with Coffee, LLC9-May-02 9:24
professionalZombies with Coffee, LLC9-May-02 9:24 
AnswerRe: How to create a Collection Property? Pin
David Wengier9-May-02 13:10
David Wengier9-May-02 13:10 
GeneralC# Color Coding Format Pin
Nick Parker9-May-02 9:21
protectorNick Parker9-May-02 9:21 
GeneralForm Designer Pin
BLaZiNiX8-May-02 17:04
BLaZiNiX8-May-02 17:04 
GeneralRe: Form Designer Pin
James T. Johnson8-May-02 18:06
James T. Johnson8-May-02 18:06 
GeneralRe: Form Designer Pin
BLaZiNiX8-May-02 18:15
BLaZiNiX8-May-02 18:15 
GeneralRe: Form Designer Pin
James T. Johnson8-May-02 18:33
James T. Johnson8-May-02 18:33 
GeneralRe: Form Designer Pin
Neil Van Note8-May-02 18:42
Neil Van Note8-May-02 18:42 
GeneralRe: Form Designer Pin
James T. Johnson8-May-02 19:10
James T. Johnson8-May-02 19:10 
GeneralRe: Form Designer Pin
Neil Van Note8-May-02 19:15
Neil Van Note8-May-02 19:15 
GeneralRe: Form Designer Pin
BLaZiNiX9-May-02 3:07
BLaZiNiX9-May-02 3:07 
GeneralRe: Form Designer Pin
Neil Van Note9-May-02 3:52
Neil Van Note9-May-02 3:52 
Well, if you follow James instructions above, it should do you pretty well. I really don’t feel right about releasing my code for this just yet, as it’s running in a current client’s system.

Just shout when you need assistance and one of us will push you in the right direction, or possibly someone reading this may have something similar that they are a little more free to share.

A word of caution up front though, in the current release of the .NET framework, forms created in this manner do not receive their OnClosing/OnClosed events naturally, and you should probably issue a Close on them manually when the container form receives its notification. A second solution, which I used, was to issue a custom set of Wizard related events to signal that the parent was about to close and it was time for the form(s) to cleanup. Using this method protects my code from issuing a second Close, just in case the boys and gals over at MSFT decide to fix the issue. The dispose methods do get called regardless.

Regards

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.