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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
having troble with GUICreateEx
Started by
trillian
, Jul 13 2004 04:13 AM
1 reply to this topic
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




