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++ Core » starting console app hidden
Re: starting console app hidden [message #23297 is a reply to message #23093] Wed, 07 October 2009 18:30 Go to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
On Windows:
	HWND wnd = GetConsoleWindow();
	if (wnd != NULL)
		ShowWindow(wnd, SW_HIDE);
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ program whose filename has Chinese word leaves logs after exit
Next Topic: Problem with UPP_HEAP and multithread
Goto Forum:
  


Current Time: Sat May 03 00:06:34 CEST 2025

Total time taken to generate the page: 0.01096 seconds