I've used subclassing in my project to prevent form resizing AND to disable the maximize button.
When I'm working on my project, anytime I press the STOP button, the entire application just crashes, and VB6 closes as well.
The same happens if I get an error and I press "end" or "Debug".
If I comment out the function calls to implement this subclassing, then I don't face these problems.
Any ideas? If required, I can post the code.
