Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Nikunj Bhatt"

Disable Right Click Popup MenuVersion: VB6
Author: Nikunj BhattSubmitted: 8/5/2008Views: 18472
This is can be used for many type of controls, mainly for textbox, to make the user unable to open the right click popup menu. User will need only an extra Timer control for this. No need for SendMessage, Hooking or any other API. Put a Timer control ...more>>

Disable EFFECT of Right Click Popup MenuVersion: VB6
Author: Nikunj BhattSubmitted: 8/5/2008Views: 9355
This a method of disabling the EFFECT of right click popup menu, for mainly Textbox like controls. My earlier method was by using a timer control which actually disables the right click menu for a subtle time. Now this is by using a Label and this just d ...more>>
Page 1 of  1

Go to page: 1