Hello, I am creating a Winforms application without any Toolbars. The main window has FormBorderStyle set to Sizable and ControlBox is set to true. Every time I hit Alt and then use up or down arrow (not Alt+Up or Alt+Down) the control box shows up on the top left hand side of my application. This is annoying because there are shortcuts like Alt+R available in my grid, and if the user just presses and releases Alt key and then the Up arrow to go to previous row the control box shows up.
How can I override this?.
Saravanan