Hi all,i'm using vb6. In my project i have a text box which when right clicked must pop up a menu with 2 sub menus-Change Font and Change color.
I did my coding in mouseup event of the textbox.
The problem is that a text box in vb has always a default pop up menu with sub menus-Undo,Cut,Copy,P aste,etc..
Now when the user clicks the right mouse button inside the text box the default pop up shows and my user defined pop up shows only when double right clicked in the text box.
Is there any way i can prevent the default pop up from showing?
I did my coding in mouseup event of the textbox.
The problem is that a text box in vb has always a default pop up menu with sub menus-Undo,Cut,Copy,P aste,etc..
Now when the user clicks the right mouse button inside the text box the default pop up shows and my user defined pop up shows only when double right clicked in the text box.
Is there any way i can prevent the default pop up from showing?