02-26-2009 08:09 AM
Hi,
I have a string control for which I want to display a shortcut menu when a "." is typed in. I know I can customize shortcut menus through the "Shortcut Menu Activation?" event.
My question is: How can I show the shortcut menu programmatically without having to right-click on the control?
Thanks in advance!
02-26-2009 08:55 AM
Hi Xerxess,
you can use the string control "Key down event". There you can use some Win API functions to simulate the mouse click.
Hope it helps.
Mike
02-26-2009 08:55 AM
02-26-2009 09:10 AM