Advertisement

1 - 10 of 556 containing alltags:("maximize") (0 seconds)
When using the calls such as:         AfxGetApp()->m_pMainWnd->GetMenu()->GetSubMenu(x);  where "x" is the index value of the specified menu. (eg. File=0, Edit=1,View=2,etc.)  However, I've notic...
Zones: Windows MFCDate Answered: 04/25/1997 Grade: C Views: 0
Hi, ok.  I have a program, and I want it to be either maximized or minimized, but I don't want to allow resizing, and that inbetween window size. - How in MFC do I get rid of the "windowed" button ...
Zones: Windows MFCDate Answered: 06/06/1998 Grade: C Views: 0
We want avoid that users had two open instances at the same application. Therefore, we have a Windows API to know if an application is launched yet, but we dont know what API function using to Maxi...
Zones: Visual BasicDate Answered: 11/04/1998 Grade: A Views: 0
I would like to Maximize a child window in a MIDI environment. The following code works but it is not the same as maximize. I have tried calling OnSize and SetWindowPos but it doesn't work. Please ...
Zones: Windows MFCDate Answered: 11/17/1998 Grade: C Views: 0
Hi, all The following is my program. PrevWindow := FindWindow(NIL, 'TestProj'); if PrevWindow <> 0 then begin   SetForeGroundWindow(PrevWindow);   Application.Terminate;<-- If the Application is ...
Zones: Delphi ProgrammingDate Answered: 02/02/1999 Grade: A Views: 0
How do I take out or grey the 'Maximize' in the control box? (You know the icon in the very top left corner of the program) I don't want the program to be maximized I already greyed it out on the t...
Zones: C++Date Answered: 03/22/1999 Grade: A Views: 0
If I maximize the Dialog or Formview,the size of controls and the positions were not be change. I want the following property to my Dialog 1, When I maximize the dialog the size of controls also...
Zones: Windows MFCDate Answered: 09/03/1999 Grade: B Views: 0
How do you make the Min, max, and close buttons do something other than minimize, maximize, or close the window?
Zones: Visual BasicDate Answered: 03/14/2002 Grade: A Views: 0
I have loaded mainframe window using LoadFrame. When the window is maximized, it gets displayed in right bottom of the screen. What could be the problem ? I have checked that cx & cy values in OnSi...
Zones: Windows MFCDate Answered: 01/11/2000 Grade: C Views: 0
How do I create a tool window with a minimize and maximize box? Thnks BigChief
Zones: Windows ProgrammingDate Answered: 10/15/1999 Grade: A Views: 0