CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    173

    Menu with images

    Hi fellows

    I need to insert an image in my menu. My menu is composed with the following strings: "New Text", "New File", "New Ruler".
    My menu was coded with win32, not MFC.
    Now the questions:
    1) I've readed that I need to create owner draw menus. Is that right?
    2) How can I load an image to insert in my menu? The size of the image matters or when I insert, windows fit the image according the area that I passed.
    3) What you recommend that I read to get a better understand of this topic and start coding?

    Any help is very welcomed. Again thanks for the support.

  2. #2
    Join Date
    Nov 2004
    Location
    Pakistan
    Posts
    466

    Re: Menu with images

    Here is one link with example soucecode
    http://www.winapizone.net/extensions/imagemenu/

    I hope it helps
    » Please 'Rate This Post' if it helped (encourage us to help you more)
    » Build GUI in minute using rad c++
    » Free IDE + GUI code generator - screenshot
    » Free WINAPI sourcecode and tutorials

  3. #3
    Join Date
    Oct 2005
    Posts
    173

    Re: Menu with images

    thanks for help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured