Jump to content

having troble with GUICreateEx


Recommended Posts

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]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...