Displaying the system menu
-
Hi all, i have an MDI form and i have made the FormBorderStyle to None, due to which the title bar of the form is not shown, i have placed a picturebox on the left top corner of the form and i want to display the system menu when the mouse button is pressed on the picturebox. This system is displayed when we press the mouse down on amy windows application icon or on the right click of the title bar. waiting for a quick reply. Thanks, Pramod
-
Hi all, i have an MDI form and i have made the FormBorderStyle to None, due to which the title bar of the form is not shown, i have placed a picturebox on the left top corner of the form and i want to display the system menu when the mouse button is pressed on the picturebox. This system is displayed when we press the mouse down on amy windows application icon or on the right click of the title bar. waiting for a quick reply. Thanks, Pramod
-
I don't know how to tie into the windows system menu but the options contained in it would be very simple to write in your own context menu that you could display when the picture box is clicked. Kev