Jump to content

Use bitmap inside a .dll file


Recommended Posts

ResHacker shows me shell32.dll has BITMAP\ in it.

How do I use this bitmap?

Ultimately, I only want to get this to work

#include <Resources.au3>
#AutoIt3Wrapper_Res_File_Add=Test.bmp, bitmap, BMP_TEST
...
$Button1 = GUICtrlCreatePic("", 164, 184, 75, 25)
_ResourceSetImageToCtrl($Button1, "BMP_TEST", 2)
...

Help?

Thanks.

Link to comment
Share on other sites

Found a problem. if I minimize the window, restoring it will cause the image to be gone (just gray box)... at least on my GUI...

Edit: fixed it by not deleting, like Siao & Zedna said. Thanks again.

Edited by sensalim
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...