Thread: AppendMenu() Question

  1. #1
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768

    AppendMenu() Question

    Code:
    BOOL AppendMenu(
      HMENU hMenu,      // handle to menu to be changed
      UINT uFlags,      // menu-item flags
      UINT uIDNewItem,  // menu-item identifier or handle to drop-down menu or submenu
      LPCTSTR lpNewItem // menu-item content
    );
    How can I make an item in the menu to be bold?


    Thanks.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    245
    Use custom draw

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    ...an owner-drawn menu example can be found on this page.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  2. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  3. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM