CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2004
    Posts
    32

    Question related to CMenu

    in a dialog base application, i am having a menu ,
    on clicking the menu item, i want to show that selected item through
    MessageBox, how

  2. #2
    Join Date
    Jun 2003
    Location
    Bucharest, Romania
    Posts
    529

    Re: Question related to CMenu

    don't know for sure if you just need to see the usage of CMenu but see the attachment
    Attached Files Attached Files
    Last edited by chi_luci; March 12th, 2005 at 04:30 PM.
    Help me help you ... rate this article if any good!

  3. #3
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Question related to CMenu

    in a dialog base application, i am having a menu ,
    on clicking the menu item, i want to show that selected item through
    MessageBox, how
    In each menu item handler put a call to AfxMessageBox().

    don't know for sure if you just need to see the usage of CMenu but see the attachment
    No attachment luci...
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  4. #4
    Join Date
    Jun 2003
    Location
    Bucharest, Romania
    Posts
    529

    Re: Question related to CMenu

    well, I did attach it! what happend to it ..? Who knows?
    I've edited it again.. maybe I'll have more luck!
    Help me help you ... rate this article if any good!

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