http://www.vb-helper.com/HowTo/mnupics.zip

	Purpose
Easily add bitmaps to menus

	Method
Use the GetMenu, GetSubMenu, and SetMenuItemInfo API functions.

This program's SetMenuBitmap subroutine takes an array of numbers giving the
position of the menu item to assign the bitmap. For example, the values

	Array(0, 2, 1)

assigns a bitmap to menu 0, submenu 2, item 1.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
