Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Resizing Attached Controls
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Resizing Attached Controls

 Post Reply Post Reply
Author
Message
levent View Drop Down
Newbie
Newbie


Joined: 31 March 2011
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote levent Quote  Post ReplyReply Direct Link To This Post Topic: Resizing Attached Controls
    Posted: 10 September 2011 at 11:41am
I have Mdi and MdiChild forms in my project.

I have added three pane that  attached three picturebox control  onto the  MdiChild form 

I have added following code to the  mdiform resize event

Private Sub MDIForm_Resize()
Call MdiChildForm.Move(0, 0, Me.ScaleWidth, Me.ScaleHeight)
End Sub

But my picturebox controls doesn't resize

How can i solve this problem?

Any help will be appreciated
Back to Top
Ssytems View Drop Down
Newbie
Newbie


Joined: 02 February 2012
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ssytems Quote  Post ReplyReply Direct Link To This Post Posted: 02 August 2012 at 4:00pm
Did you solve this and moved on, or are you still needing help?
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.