Jump to content

Recommended Posts

Posted

Hi all,

i was currently working with html when i got myself the question if there is a windows control that acts like a html container e.g. a div with the hidden attribute. The benfeit is obvious. You can put code in this container and at the moment it is hidden it doesnt take room but when i got visible it uses the room it needs. Is there something i can use with windows forms? :)

Normally one have to recalculate the position of all controls and adjust them manually.

Posted

You can use:

  • GuiCtrlSetState($idCtrl, $GUI_HIDE)
  • GuiCtrlSetState($idCtrl, $GUI_SHOW)

You can also look at Melba23 excellent Gui_Extender UDF:

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...