Property Grid Bug |
Post Reply |
Author | |
daliaessam
Newbie Joined: 28 June 2005 Status: Offline Points: 15 |
Post Options
Thanks(0)
Posted: 06 August 2005 at 12:57pm |
Forms attached using the DockingPaneManager_AttachPane procudeure are not accessable. Example:
If frmPropertyGrid Is Nothing Then sub form_load() load frmPropertyGrid end sub Case ID_PANE_PROPERTIES: Am I missing something |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Because AttachPane can be called after form_load event. if you need to access frmPropertyGrid in form_load you can use your code,
sub form_load() load frmPropertyGrid end sub
... Case ID_PANE_PROPERTIES: |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |