FormBorderStyle set to None with Context Menu on taskbar?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
If the FormBorderStyle of the main form is set to None, the context menu on the taskbar is no longer accessible, which normally has menus Restore, Minimize, Move and Close when you right-click it.. is there a way at C# to still be able to display the context menu when the FormBorderStyle is set to None?