I sometimes miss the obvious, so apologies in advance if the answer is thus.
Using the internal WYSIWYG Visual Designer I implemented a Context menu.
The menu properly appears with a right click mouse.
The problem is that the the only way I can find to trap the event is in an Action sub.
However, a TextArea does not appear to have an Action event.
A Mouse event crashes when I try to get event info (Dim mi As MenuItem = Sender)
So, what am I missing?
..... and yes I fear it is obvious.
Thanks in advance for Your time and trouble.
Using the internal WYSIWYG Visual Designer I implemented a Context menu.
The menu properly appears with a right click mouse.
The problem is that the the only way I can find to trap the event is in an Action sub.
However, a TextArea does not appear to have an Action event.
A Mouse event crashes when I try to get event info (Dim mi As MenuItem = Sender)
So, what am I missing?
..... and yes I fear it is obvious.
Thanks in advance for Your time and trouble.