icons in menubars, next to menu items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm writing an application with Visual Studio 2003.NET using C++, I'm hoping
someone could tell me how to make icons appear in menubars next menu items.
Windows apps like Office Word 2003, Excel 2003 and VS2003.NET have these
icons. I've looked in the properties with the menubars in the toolkit & there
is no hint how it is acheived. Would I need to download & install another
component to make my menu items have pictures alongside them?

Many thanks in advance,
Dinesh
 
Dinesh said:
*Hello,
I'm writing an application with Visual Studio 2003.NET using C++, I'm
hoping
someone could tell me how to make icons appear in menubars next menu
items.
Windows apps like Office Word 2003, Excel 2003 and VS2003.NET have
these
icons. I've looked in the properties with the menubars in the toolkit
& there
is no hint how it is acheived. Would I need to download & install
another
component to make my menu items have pictures alongside them?

Many thanks in advance,
Dinesh *

Look for *MENUITEMINFO* structure
 
Back
Top