Valuater Posted October 15, 2005 Posted October 15, 2005 This is a menu driver for WOW... all the programs it runs are not finishedWhen you mouse-over small portions of this map GUI, a smaller pic with a label over it will appear on top... there's about 8 different ones... looks real good too!While 1 $msg = GUIGetMsg() $pos = "" $pos=GUIGetCursorInfo() If $pos[4] = 5 Then GUIctrlSetState($prog_1_pic, $GUI_SHOW) GUIctrlSetState($prog_1_label, $GUI_SHOW) Do $msg1 = GUIGetMsg() If $msg1 = $Prog_1 Then MsgBox(64, " Item Creater"," Item Creater Program will now Run "); call the function $pos1=GUIGetCursorInfo() Sleep(100) Until $pos1[4] <> 5 GUIctrlSetState($prog_1_label, $GUI_HIDE) GUIctrlSetState($prog_1_pic, $GUI_HIDE) EndIf If $pos[4] = 6 Then GUIctrlSetState($prog_2_pic, $GUI_SHOW) GUIctrlSetState($prog_2_label, $GUI_SHOW) Do $msg1 = GUIGetMsg() If $msg1 = $Prog_2 Then MsgBox(64, " That Program"," That Program will now Run "); call the function $pos1=GUIGetCursorInfo() Sleep(100) Until $pos1[4] <> 6 GUIctrlSetState($prog_2_label, $GUI_HIDE) GUIctrlSetState($prog_2_pic, $GUI_HIDE) EndIf ;;;;;;;;;;;;;................. more codeyou really should see the whole thing... its pretty good!!!http://www.xpcleanmenu.hostrocket.com/Autoit/WOW-Menu.exe8)
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