Click here to Skip to main content
15,905,967 members
Home / Discussions / C#
   

C#

 
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

GeneralRe: Form Designer Pin
BLaZiNiX9-May-02 7:41
BLaZiNiX9-May-02 7:41 
GeneralRe: Form Designer Pin
Neil Van Note9-May-02 16:09
Neil Van Note9-May-02 16:09 
GeneralRe: Form Designer Pin
BLaZiNiX9-May-02 17:16
BLaZiNiX9-May-02 17:16 
GeneralRe: Form Designer Pin
Neil Van Note9-May-02 17:57
Neil Van Note9-May-02 17:57 
GeneralRe: Form Designer Pin
James T. Johnson8-May-02 18:24
James T. Johnson8-May-02 18:24 
GeneralDifference between Release and Debug Pin
8-May-02 16:39
suss8-May-02 16:39 
GeneralRe: Difference between Release and Debug Pin
James T. Johnson8-May-02 16:51
James T. Johnson8-May-02 16:51 
GeneralRe: Difference between Release and Debug Pin
Nish Nishant8-May-02 17:15
sitebuilderNish Nishant8-May-02 17:15 
GeneralRe: Difference between Release and Debug Pin
8-May-02 17:24
suss8-May-02 17:24 
GeneralRe: Difference between Release and Debug Pin
Nish Nishant8-May-02 17:44
sitebuilderNish Nishant8-May-02 17:44 
GeneralTreeView node destruction % memory consummation Pin
elnino8-May-02 16:11
elnino8-May-02 16:11 
GeneralRe: TreeView node destruction % memory consummation Pin
Neil Van Note9-May-02 4:08
Neil Van Note9-May-02 4:08 
GeneralRe: i means Treenode never destructed Pin
elnino9-May-02 4:31
elnino9-May-02 4:31 
GeneralRe: i means Treenode never destructed Pin
Neil Van Note9-May-02 4:41
Neil Van Note9-May-02 4:41 
GeneralHTTP Error 407 Pin
Dejan Petrovic8-May-02 15:49
Dejan Petrovic8-May-02 15:49 
GeneralRe: HTTP Error 407 Pin
Corto Maltese8-May-02 20:03
Corto Maltese8-May-02 20:03 
GeneralCan't run my app!! Pin
Rickard Andersson208-May-02 7:27
Rickard Andersson208-May-02 7:27 

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.