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 » TopWindow&PopUp, TrayIcon » No title bar and no frame, just Image or Ctrl
Re: No title bar and no frame, just Image or Ctrl [message #2651 is a reply to message #2650] Thu, 20 April 2006 02:34 Go to previous messageGo to previous message
mezise is currently offline  mezise
Messages: 54
Registered: April 2006
Member
Finally! I have found appropriate API Smile
GUI_APP_MAIN
{
	HelloWorld hw;
	hw.Title("Hello world example");
	hw.Text(Nvl(Join(CommandLine(), " "), "Hello world !"));
	Size s = hw.GetMaxSize(); // Maximum available width (cx) and height (cy)
	hw.SetRect(s.cx - 210, s.cy - 110, 200, 100);
	hw.PopUp();
	hw.Run();
}

[Updated on: Thu, 20 April 2006 02:36]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Read Message
Previous Topic: How to force form to be resizable only in 1 direction
Next Topic: region defined windows or Rounded rectangle windows
Goto Forum:
  


Current Time: Sun Sep 01 07:00:04 CEST 2024

Total time taken to generate the page: 0.00832 seconds