OpenFileDialog interfers with DockingPanes |
Post Reply |
Author | |
soellnas
Newbie Joined: 06 July 2006 Location: Germany Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 08 August 2006 at 2:01pm |
Hi all,
as long as I use my app without a FileOpen dialog everything works fine. But when I use it, i get problems with the panes in my window.
Do you knwo anything about that?
-Andreas
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
VS 2005?
With VS 2005 the OpenDialog and SaveDialog totally destroy our controls. The only work around for this is to specify an owner when you call show the dialog. You can NOT leave the parameter blank. It does not matter what you specify as the owner, you just need to do so to keep the dialogs from destroying our controls. So here is some example code, remember the owner can be anything you want: OpenFileDialog1.ShowDialog(CommandBars) SaveFileDialog1.ShowDialog(CommandBars) |
|
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 |