antmar904 Posted August 31, 2012 Posted August 31, 2012 hello all, i am very new to autoit, what i would like to do is to create a GUI with labels to display some system information such as: OS Version: Computer Name: ... How would i display the value of a system macros? exp. @OSVersion
JohnOne Posted August 31, 2012 Posted August 31, 2012 (edited) #include <GUIConstants.au3> $hGUI = GUICreate("GUI") $hLABEL = GUICtrlCreateLabel(@OSVersion,10,10) GUISetState() Do Until GUIGetMsg() = $GUI_EVENT_CLOSE Edited August 31, 2012 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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