Hello,
I started to make some changes on the Kinovea software but I have a little problem, when I add a menu called "Test", if I click on the menu, I have to display a new window as follows:
Form form = new Form ();
Form.Show ();
it is very simple, the window appears but then when I move the mouse and I do any movement with the mouse, the window is minimized in the task bar of Windows,
is there anyone who has faced a problem. Thank you.