|
-
Mar 21st, 2003, 02:32 AM
#1
Thread Starter
Fanatic Member
-
Mar 21st, 2003, 11:14 AM
#2
Frenzied Member
I had this problem before too, and I actually had to resize all my icons to 13x14 pixels for them to fully show up. I think it may be because the VB menu was only made to hold the image of a check, but I could be wrong.
I would also be interested to know if there is a way to hold 16x16 icons in the VB menus.
-
Mar 22nd, 2003, 07:53 AM
#3
Thread Starter
Fanatic Member
at last thanks a lot seaweed
i felt the same.. but was not sure with the size.....
i dont think there is other way of fix the 16X16 icons...
-
Mar 22nd, 2003, 12:32 PM
#4
The picture isn't missing
yes there is. like seaweed said the bitmap property of the menu was only meant for custom checkboxes, not menu icons. you would need to owner drawn your own menu to achieve the affect like how most programs that have icons in menus do. you could also use a control to do it. http://www.vbaccelerator.com/home/VB...LL/article.asp
if you would like to draw it yourself (using subclassing, api's) then search on pscode.com there are a few samples, also here: http://www.vbthunder.com/default.asp?srcget=9 is where I learned menus drawing..
Remember, if someone's post was not helpful, you can always rate their post negatively  .
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
|