CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SystemsMenu

  1. #1
    Join Date
    Nov 1999
    Posts
    1

    SystemsMenu

    In any editable field we are getting a default system menu of cut copy paste, which due to some programming reason we do not want the popup menu to appear. We have tried Locking/ Disabling that field temp. bu we cannot do that as we have our own menu to popup on the mouse right click. Please give the name of sys. menu.


  2. #2
    Join Date
    Sep 1999
    Posts
    17

    Re: SystemsMenu

    At www.matthart.com/vbhelp there is a sample how to replace the default popup - menu by your own menu. Search for Textmenu.zip.


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