hlstriker Posted May 19, 2005 Posted May 19, 2005 I am trying to make a drop-down menu but am having no luck what so ever I have tryed all of the GUICtrlCreate functions, and still no luck! Please someone help!!! Thanks. The best Honda forums!RuneScape High Alching for Profit!
Ultra Posted May 19, 2005 Posted May 19, 2005 ; Script generated by AutoBuilder 0.5 Prototype #include <GuiConstants.au3> If Not IsDeclared('WS_CLIPSIBLINGS') Then Global $WS_CLIPSIBLINGS = 0x04000000 GuiCreate("MyGUI", 392, 316,(@DesktopWidth-392)/2, (@DesktopHeight-316)/2 , $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS) $Combo_1 = GuiCtrlCreateCombo("dropdown", 60, 80, 160, 21) GUICtrlSetData(-1,"lol|hallo :)|:-P|O_o") GuiSetState() While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;; EndSelect WEnd Exit is that right? ^^
hlstriker Posted May 19, 2005 Author Posted May 19, 2005 Yes!!! Thank you sooo much $Combo_1 = GuiCtrlCreateCombo("dropdown", 60, 80, 160, 21)Omg!!! It is a GUICtrlCreate function!!! I could have sworn I checked them all!!! Oh well, thanks again Ultra! The best Honda forums!RuneScape High Alching for Profit!
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