Jump to content

Recommended Posts

Posted

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.

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...