snn Posted October 15, 2007 Posted October 15, 2007 I'm trying to make my GUI to be resizeable and make the internet explorer client resize as well. How can I do this? Thanks, Billy
maqleod Posted October 15, 2007 Posted October 15, 2007 (edited) I'm trying to make my GUI to be resizeable and make the internet explorer client resize as well.How can I do this?Thanks,Billylook in help file under GuiCtrlSetResizing()Use WinMove() to resize other windows Edited October 15, 2007 by maqleod [u]You can download my projects at:[/u] Pulsar Software
PantZ4 Posted October 15, 2007 Posted October 15, 2007 If you want your GUI resizeable, try adding "$WS_SIZEBOX" into the "Style" parameter of the "GUICreate" function.
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