U++ framework
Do not panic. Ask here before giving up.

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: 281
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: Wed Apr 29 09:39:42 GMT+2 2026

Total time taken to generate the page: 0.00482 seconds