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

    Question commontrol context menu

    can i handle the common controls?

    the browse(common control) dialog in windows 7 OS displays has an edit box in which dialog names are displayed when we right click there in the edit box it displays a context menu which has about 10 items in it when compared to the windows xp which has about 4 item(cut,copy,paste,select all)

    can i handle it and restrict the context menu to these items as in XP ?

    plz help me.

  2. #2
    Join Date
    Nov 2009
    Posts
    128

    Question Re: commontrol context menu

    Can i remove the selected item's from context menu as show in the attachment (dlg.gif).

    plz help me.
    Attached Images Attached Images

  3. #3
    Join Date
    Nov 2009
    Posts
    128

    Re: commontrol context menu

    please tell whether it is possible or not.
    Or please give me some ideas.

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