VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add Images to Menu Items (Along with the Text)

James Bihary  (1 Submission)   Internet/HTML   Visual Basic 5.0   Unknown Difficulty   Wed 17th February 1999   Mon 8th February 2021

Add Images to Menu Items (Along with the Text)

API Declarations


Public Declare Function GetSubMenu Lib "user32" (ByVal hMenu As Long, ByVal nPos As Long) As Long
Public Declare Function GetMenuItemID Lib "user32" (ByVal hMenu As Long, ByVal nPos As Long) As Long
Public Declare Function SetMenuItemBitmaps Lib "user32" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long, ByVal hBitmapUnchecked As Long, ByVal hBitmapChecked As Long) As Long

Public Const MF_BITMAP = &H4


Rate Add Images to Menu Items (Along with the Text) (2(2 Vote))
Add Images to Menu Items (Along with the Text).bas

Add Images to Menu Items (Along with the Text) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters