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 » Community » Newbie corner » How to create a Dialog
Re: How to create a Dialog [message #27115 is a reply to message #27113] Fri, 25 June 2010 23:52 Go to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
In U++ a dialog is a TopWindow. Instead of TopWindow::Run() call TopWindow::Execute(). If you have a cancel or ok button in dialog you may call TopWindow::ExecuteCancel/OK() which return true if that button is pressed. You transfer values by simply accessing class members or functions or whatever type you use (that's C++ not U++).

Andrei
 
Read Message
Read Message
Previous Topic: Problem with the debugger
Next Topic: what is dword?
Goto Forum:
  


Current Time: Sat May 11 07:38:12 CEST 2024

Total time taken to generate the page: 0.02157 seconds