int main()<br />{<br /> // show the login form here. <br /> if(loginValidated)<br /> {<br /> // starts the application message loop<br /> Application.Run(new ProcessForm());<br /> /* .... */<br /> }<br />}
var