Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Releasing a control wrapped with MoveAlignedContro
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Releasing a control wrapped with MoveAlignedContro

 Post Reply Post Reply
Author
Message
ctamayoa View Drop Down
Newbie
Newbie
Avatar

Joined: 12 May 2009
Location: Ecuador
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote ctamayoa Quote  Post ReplyReply Direct Link To This Post Topic: Releasing a control wrapped with MoveAlignedContro
    Posted: 14 May 2009 at 9:03am
Hi help me please I'm using this code :


Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)
    CommandBars.MoveAlignedControl Picture1, Left, Top, Right, Bottom
End Sub

in order to put a picturebox(picture1) with an image like background of my MDI form, but what I want is to be able to hide it and show it when I want  in order to show my sdi forms but it doesn´t happend, they loads but I don't know whay the dont show, so I would like to know if there is a code for helping me to releasing de picture from MoveAlignedControl, how can I release it?? why the picture doesnt hide with picture1.visible=false.

Help me please, sorry if my english is not so god
Thanks
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.164 seconds.