sensalim Posted July 24, 2008 Posted July 24, 2008 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.
sensalim Posted July 24, 2008 Author Posted July 24, 2008 Found an answer. Thanks Siao and Zedna.http://www.autoitscript.com/forum/index.php?showtopic=63748
sensalim Posted July 24, 2008 Author Posted July 24, 2008 (edited) 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 July 24, 2008 by sensalim
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now