RightClick event for Form?

Started by Kelie · 2009-06-28 11:01 UTC · 2 replies · SMF topic #830

I want to show a dialog with a listbox when user right-click on a blank spot of the form. But it seems forms do not have this event. Useless idea? Thanks.
What about placing a control like picture box on the form and setting its properties so it looks like the background. The picture box has a right click event.
Jim
Jim, thanks for your suggestion.