MatteoGuallini Posted November 15, 2006 Posted November 15, 2006 I've a hole in my mind. I can't make my gui built using "GUICreate" not resizable. Thanks. http://www.vigevano-prabis.it/
Helge Posted November 15, 2006 Posted November 15, 2006 Eehm..could you show some example-code which you have problem with ? Also, GUIs don't have resizable borders at default.
MatteoGuallini Posted November 15, 2006 Author Posted November 15, 2006 Yes.. If I've.... GUICreate ( $Title,$GUIWidth, $GUIHeight,(@DesktopWidth-$GUIWidth)/2, (@DesktopHeight-$GUIHeight)/2 , $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS) A window is created with dimension "$GUIWidth, $GUIHeight" But using the mouse i can change this dimensions. I want disable the possibility to modify this dimensions using the mouse. http://www.vigevano-prabis.it/
MatteoGuallini Posted November 15, 2006 Author Posted November 15, 2006 I've understood my mistake! Sorry. http://www.vigevano-prabis.it/
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