trillian Posted July 13, 2004 Posted July 13, 2004 does any body have a color code table for GUICreateEx i really dont want to change the color but when i run it the background color is black i just wanted to display my icon Please help ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Opt("GUINotifyMode", 1) GuiCreate("My-gui") GUICreateEx ( "help.exe", "" ,"my-icon") $button_1 = GUISetControl("button", "ok", 100, 115, 120, 50) GuiShow() While 1 sleep(100) $msg = GuiMsg(0) Select Case $msg = $button_1 msgbox(0,"","Thank you in advance") Wend exit ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [font="Arial"] ╩Q╩ [/font]
jpm Posted July 13, 2004 Posted July 13, 2004 to skip a manadatory parameter you have to use -1 GUICreateEx ( "help.exe", -1 ,"my-icon")
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