What does "SetMDIClient" do? |
Post Reply |
Author | |
Andrew
Newbie Joined: 20 August 2004 Status: Offline Points: 5 |
Post Options
Thanks(0)
Posted: 20 August 2004 at 8:49am |
I'm having problems docking a picture box to the right of an MDI window when using the command windows....the SetMDIClient looks usefull, what does it do? I can not find any documentation on it!! |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
SetMDIClient is only used in .NET. It is used in .NET to set the
handle to the MDI client window. Don't worry about this if you aren't
programming in .NET.
Try addeing the following code to the RepositionAlignedControls event assuming you name your picture box "myPicBox": Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long) CommandBars.MoveAlignedControl myPicBoxl, Left, Top, Right, Bottom End Sub Edited by SuperMario |
|
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 |