Jump to content

help with icon button


 Share

Recommended Posts

im having trouble getting an icon to show as a button

i can get the first icon in the dll to show, but i needed the fifth one and it is just blank.

this works:

$Button2 = GUICtrlCreateButton("", 48, 352, 95, 95, $BS_ICON)
GUICtrlSetImage(-1, "C:\Windows\System32\devmgr.dll", 1)

but this doesnt

$Button2 = GUICtrlCreateButton("", 48, 352, 95, 95, $BS_ICON)
GUICtrlSetImage(-1, "C:\Windows\System32\devmgr.dll", 5)
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...