Demonstrates how to add bitmaps to menus using VB 5 or 6
File List:
Add_Bitmap_To_Menu/
0b
Add_Bitmap_To_Menu/Add_Bitmap_To_Menu.vbp
1Kb
Add_Bitmap_To_Menu/Form1.frm
3Kb
Add_Bitmap_To_Menu/Form1.frx
2Kb
Add_Bitmap_To_Menu/Lake.bmp
1Kb
Add_Bitmap_To_Menu/Module1.bas
1Kb
Add_Bitmap_To_Menu/bfly1.gif
1Kb
Add_Bitmap_To_Menu/trbfly5.gif
1Kb
Similar code
A VB INI file manager -- no API's!!!
(Popularity: ) : This code provides pure VB source for the following API calls: GetPrivateProfileSection, GetPrivateProfileString, WritePrivateProfileSection, and WritePrivateProfileString. With this code, YOU ... Random String Generator
(Popularity: ) : There are many random number generators, word generators, string generators, etc., etc. but most of them generate random stuff by ... AddIn Insert Procedure Headers
(Popularity: ) : This Add-In allows E-Z formatting of Procedure headings. I wrote this because of the laziness of fellow developers who saw ... Check for PrevInstance
(Popularity: ) : This code checks for a previous instance of the program. This is not like the App.PrevInstance property. This checks the ... A Code Designer
(Popularity: ) : Ever had a look on someones other well designed source code and wondered how they did this ? With this ... Active X DLL Made Into Windows DLL
(Popularity: ) : Ever want to make Windows DLLs or Windows Control Panel Applets But stuck With VB Active X DLLs? Here is ... RoutineBuilder v2.5
(Popularity: ) : vbRoutineBuilder 2.5 First off this code started with Kurt J. Tischer's first http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=40345&lngWId=1 Routine Builder project and has since taken ... ActionKeyState
(Popularity: ) : A modification on Phobos submission for manipulation CapsLock, ScrollLock and NumLock. I made a function to either get the status ... Active Controls
(Popularity: ) : Provides a method of detecting when the mouse enters and exits a control including labels and images. This routine leaves ...