Jump to content



Photo

having troble with GUICreateEx


  • Please log in to reply
1 reply to this topic

#1 trillian

trillian

    Seeker

  • New Members
  • 10 posts

Posted 13 July 2004 - 04:13 AM

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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
╩Q╩





#2 jpm

jpm

    a Real GUI/debug lover

  • Developers
  • 8,925 posts

Posted 13 July 2004 - 07:39 AM

to skip a manadatory parameter you have to use -1

GUICreateEx ( "help.exe", -1 ,"my-icon")
:ph34r:




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users