|
-
Nov 8th, 1999, 10:32 PM
#1
Thread Starter
Member
I've got a resource file which contains some 32x32,256 color icons. When I view them using the VB Resource Editor, they look fine. If I use them in my code (see below), it seems like they are being converted to 16 colors (the image appears grey -- identical to when I save the image as a 16 color icon).
If I set the icon directly in the form properties window, it displays correctly. I need to be able to set it in my code and have it displayed properly. Any suggestions??
Me.Icon = LoadResPicture(107, vbResIcon)
Thanks,
Andrew
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|