Hi,

I am new to Java (Been doing C++ and VC++ for years though!), just started using VCafe 3.0.

I am trying to find a way to prevent a window from closing.

When I trap a "WindowClosing" message in WindowEvent, how do I stop it from getting further up to the UI chain and prevent the window closing?

Thank.