In a VB6 application, I set a form's MaxButton property to be false and its default window state to be maximumized. However, in running time, when I double-click the blue menu bar, the form restores from maximum to normal state. Then I double-click again, it does not go back to be maximumized.
1. How can I go back to miximum window by double-click again?
2. How can I not allow the user to restore the window by double-clicking at the first time. Or, maybe, just disable the double-click event?
1. How can I go back to miximum window by double-click again?
2. How can I not allow the user to restore the window by double-clicking at the first time. Or, maybe, just disable the double-click event?