Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » How to Close Modal Dlg from Constructor?
Re: How to Close Modal Dlg from Constructor? [message #18412 is a reply to message #18411] Sun, 28 September 2008 20:15 Go to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
Progress pi("Working");
for(int i = 0; i < 100; i++) {
    if(pi.StepCanceled()) {
       Exclamation("Interrupted by user");
       return;
    }
    Sleep(500);
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ImageBuffer Paint problem
Next Topic: DHCtrl based control issue in Windows Vista
Goto Forum:
  


Current Time: Sun Jun 08 06:10:39 CEST 2025

Total time taken to generate the page: 0.04400 seconds