kjactive Posted March 25, 2005 Posted March 25, 2005 (edited) I created a window but i can't do this smaller than the ones selected size - Why Kåre Edited March 25, 2005 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
CyberSlug Posted March 25, 2005 Posted March 25, 2005 I will improve the example if I have time. #include <GuiConstants.au3> $must_be_larger_than_titlebar_height = 40 $GUI = GuiCreate("No minimum size!", 1, $must_be_larger_than_titlebar_height , -99, -99, BitOr($WS_THICKFRAME)) GuiSetState() WinMove($GUI,"", (@DesktopWidth-300)/2, (@DesktopHeight-200)/2, 300, 200) While GuiGetMsg() <> $GUI_EVENT_CLOSE WEnd Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
kjactive Posted March 26, 2005 Author Posted March 26, 2005 Thanks for you responce - that worked alright but a little ord way around but I have another problem now... How do I get return events or messages when the window has resized - is there a nice way to this like @GUI_Resized incl. new size variables or do I have to check durring runtime msg... Kåre Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc...
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