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++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Exit app from menu on control in Tab
Re: Exit app from menu on control in Tab [message #58169 is a reply to message #58131] Mon, 07 March 2022 10:20 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hi

This is how I do

	bar.Add ( t_ ( "Exit" ), [=] { Exit(); })
	.Help ( t_ ( "Exit the application" ) );


And Exit() function.

void mainclass::Exit()
{
	Close();
}


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: i got it guys msvc does compile U++ gui
Next Topic: How to compile with MSVC... is it possible?
Goto Forum:
  


Current Time: Sun May 12 09:31:29 CEST 2024

Total time taken to generate the page: 0.01701 seconds