Can’t show controlBox/System menu when FormBorderStyle=None.
-
Hello All, I’m developing an app which has set FormBorderStyle = None, as any developers who have already developed this type of app will know, there is no ControlBox/System menu available when right clicking the form icon. This is true for all WindowStates: minimized, normal or maximized. Is there a way to show the controlbox/system menu while keeping FormBorderStyle = None (or any other work-around):((. I would be very grateful if there’s anyone out there who can help me out with this. Thanks for your time & help, Rob.
-
Hello All, I’m developing an app which has set FormBorderStyle = None, as any developers who have already developed this type of app will know, there is no ControlBox/System menu available when right clicking the form icon. This is true for all WindowStates: minimized, normal or maximized. Is there a way to show the controlbox/system menu while keeping FormBorderStyle = None (or any other work-around):((. I would be very grateful if there’s anyone out there who can help me out with this. Thanks for your time & help, Rob.
-
add a popup menu to the form, so the user can minimize/maximize the form by right-clicking on the form and choosing the state.
~~~ From Milano to The Hague, easy as it goes ~~~
Thanks for your reply Rey9999, Yes I could add a Context Menu to the form, but the user has no access to it when the form is minimized to the taskbar, it's this which is my main problem. Thanks for your time, Rob.
-
Thanks for your reply Rey9999, Yes I could add a Context Menu to the form, but the user has no access to it when the form is minimized to the taskbar, it's this which is my main problem. Thanks for your time, Rob.