Thread: How do you add an icon to a menu on a dialog?

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    112

    How do you add an icon to a menu on a dialog?

    Hey, this should be a simple thing to do but I've never had to do this before. How do you add an Icon to the corner of a menu on a dialog?

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    It is discussed here but after a different sense:

    http://www.cprogramming.com/cboard/s...threadid=16423

    ie use SendMessage during the WM_INITDIALOG to send a WM_SETICON to the dlgbox.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dialog trouble - cannot add new member
    By seizmic in forum Windows Programming
    Replies: 0
    Last Post: 10-22-2005, 11:53 AM
  2. how to add icon to button or static window
    By gaurav07 in forum Windows Programming
    Replies: 4
    Last Post: 06-27-2005, 07:05 AM
  3. Replies: 2
    Last Post: 08-09-2003, 04:44 AM
  4. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  5. how to set this dialog to this
    By stallion in forum Windows Programming
    Replies: 3
    Last Post: 01-31-2003, 05:19 PM