S
Sender
I wrote about this yesterday...and many people advised the solution. But it
didn't work. Let me put it again:
I have a form with just command button. Then I inserted a context menu
(contextmenu1). Now when I want to run the form I want to display this
context menu when someone LEFT click (not right click) this command button.
Many people told me to use contextmenu1.show method.
In the click event of the button1 I entered the following code:
contextmenu1.show()
But this doesn't work. As soon as I press enter the line becomes blue (that
means some error). Please help .
Thanks.
didn't work. Let me put it again:
I have a form with just command button. Then I inserted a context menu
(contextmenu1). Now when I want to run the form I want to display this
context menu when someone LEFT click (not right click) this command button.
Many people told me to use contextmenu1.show method.
In the click event of the button1 I entered the following code:
contextmenu1.show()
But this doesn't work. As soon as I press enter the line becomes blue (that
means some error). Please help .
Thanks.