G
Glenn Nilsson
I have a custom drawn form with FormWindowBorder.None, and I would like
to be able to show the standard menu when the user clicks the control
box in the upper left corner of the form. Is this possible without
creating the menu by myself? The Move item feels a bit complicated
I haven't found a way to get hold of the menu in .NET but I found
GetSystemMenu in User32.dll, but I don't know what to do with the result
of that function.
Thank you all for existing
to be able to show the standard menu when the user clicks the control
box in the upper left corner of the form. Is this possible without
creating the menu by myself? The Move item feels a bit complicated
I haven't found a way to get hold of the menu in .NET but I found
GetSystemMenu in User32.dll, but I don't know what to do with the result
of that function.
Thank you all for existing