WOuld I just do the same, "#131" ?
I will test it 2nite, I'll have to remove the other bitmaps first since t hey are the same values..

------------------
Scott
LoadBitmap ... Return Value If the function succeeds, the return value is the handle of the specified bitmap.
hBmp = LoadBitmap(ByVal g_hInst, "#131")
hBmp = LoadBitmap(hLib, "#131") 'or byval hLib?!
Local hBmp As Long Local hLib As Long Local SHELL32 As Asciiz * %MAX_PATH SHELL32 = CCSGetSystemDir & "\SHELL32.DLL" hLib = LoadLibrary(SHELL32) If hLib Then hBmp = LoadBitmap(ByVal g_hInst, "#131") FreeLibrary hLib End If
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Leave a comment: