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 » How to disable Maximize button on a dialog form? [SOLVED]
Re: Minimize and Maximize buttons issue [message #1520 is a reply to message #1517] Tue, 07 March 2006 22:54 Go to previous messageGo to previous message
Justin is currently offline  Justin
Messages: 57
Registered: March 2006
Location: Orange County California
Member
I am using this-> because it is in the constructor for the class. I have tried doing this other ways, but using this-> is the only thing that works



Test::Test()
{

	//Initialization
	CtrlLayout(*this, "Test");

	this->Zoomable();
	this->Sizeable(false);
	
}



Also, I do know that it is possible to have the maximize button greyed out in Windows. I have seen it many times. I just want the ability to minimize the application without the possibility of changing the dialog's window size. I have used combinations of Zoomable() and Sizeable() to no luck. If it's not possible at this point, that is OK. I was just curious about whether it could be done right now.


Thanks for your help
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: showing hidden & minimized windows
Next Topic: One Main TopWindow and several others TopWindows, how? [SOLVED...]
Goto Forum:
  


Current Time: Mon Jun 17 10:44:18 CEST 2024

Total time taken to generate the page: 0.02354 seconds