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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10008760.htm...
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10051711.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10095081.html
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10099468.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10120530.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10141265.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10201533.htm...
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10206990.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10208281.htm...
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
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10217277.html