Results 1 to 2 of 2

Thread: Adding bitmaps to a popup menu???!?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    103
    I can add bitmaps to a menu easily using the example on this website, but as soon as I make the menu a popup menu, I can't get the bitmaps to show.

    '// Retrieve the menu handle
    lngMenuHwnd = GetMenu(Me.hwnd)

    '// Get the handle of the first submenu item
    lngSubHwnd = GetSubMenu(lngMenuHwnd, 0)

    '// Get the menu id of the first bitmpa
    lngMenuID = GetMenuItemID(lngSubHwnd, 0)

    The first line works... the second line is unable to get the submenu handle, however.

    Help?!?

  2. #2
    Hyperactive Member
    Join Date
    Feb 2000
    Location
    Sedgefield
    Posts
    337

    Wink

    Sorry Jamie, I don't know how to do this, but I'm replying so I get an e-mail when someone who does answers the question!!!!



    Dan

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