ZoneX Posted August 22, 2006 Posted August 22, 2006 (edited) im Starting now. start making gui #include <GUIConstants.au3> ; == GUI generated with Koda == $Start = GUICreate(" ZoneX Product ; ) Enjoii ", 331, 302, 184, 177, -1, BitOR($WS_EX_TOOLWINDOW,$WS_EX_STATICEDGE)) GUISetCursor (14) GUISetBkColor(0x000000) $Loginn = GUICtrlCreateButton("Loginn", 120, 256, 96, 40) $Input1 = GUICtrlCreateInput("AInput1", 96, 176, 145, 21, -1, $WS_EX_CLIENTEDGE) $Input2 = GUICtrlCreateInput("AInput2", 96, 224, 145, 21, -1, $WS_EX_CLIENTEDGE) GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;;;;;; EndSelect WEnd Exit Im so Stone Edited August 22, 2006 by ZoneX
themax90 Posted August 22, 2006 Posted August 22, 2006 Most people have something done before they post it, and then improve upon it.
XxXFaNtA Posted August 22, 2006 Posted August 22, 2006 That's why this topic is so special /[center][/center]
comart Posted August 25, 2006 Posted August 25, 2006 hallo there ! how things going ? still debugging ? ... >> AutoMee << NICE AutoIt UTILITY THAT I CAN'T LIVE WITHOUT !
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