Trolleule Posted March 16, 2017 Share Posted March 16, 2017 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. Link to comment Share on other sites More sharing options...
Subz Posted March 17, 2017 Share Posted March 17, 2017 You can use: GuiCtrlSetState($idCtrl, $GUI_HIDE) GuiCtrlSetState($idCtrl, $GUI_SHOW) You can also look at Melba23 excellent Gui_Extender UDF: Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now