MFC单文档程序初始化时,点击最大化按钮先提示向下还原,再次点击才是最大化

wojiayutou 2015-03-10 10:47:21
具体情况如下图所示:

程序直接停靠在左上角,且最大化按钮提示为向下还原。
这时候点击程序最大化按钮,程序界面会向下移动,最大化按钮提示变为最大化,
此时点击程序才能最大化。

请问为什么程序初始化时提示为向下还原,怎样让其初始化时就已进行向下还原?
...全文
354 12 打赏 收藏 转发到动态 举报
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
wojiayutou 2015-03-13
  • 打赏
  • 举报
回复
引用 10 楼 likfeng 的回复:
在框架OnCreat函数中是不是调用了类似下面的代码: ShowWindow(SW_MAXIMIZE);
调用了,没有作用
likfeng 2015-03-13
  • 打赏
  • 举报
回复
引用 11 楼 wojiayutou 的回复:
[quote=引用 10 楼 likfeng 的回复:] 在框架OnCreat函数中是不是调用了类似下面的代码: ShowWindow(SW_MAXIMIZE);
调用了,没有作用[/quote] 调用了才会表现为你描述的那样,如果以前没有调用请注释掉
lgstudyvc 2015-03-10
  • 打赏
  • 举报
回复
自己参照、修改 http://www.cnblogs.com/LJWJL/archive/2012/10/04/2711656.html
赵4老师 2015-03-10
  • 打赏
  • 举报
回复
赵4老师 2015-03-10
  • 打赏
  • 举报
回复
Alphabetical List of MFC Samples Sample Illustrations ACDUAL Demonstrates how to add dual interface support to an MFC-based Automation server. AUTOCLIK Tutorial example illustrating Automation features in Visual C++ Tutorials. AUTODRIV A simple Automation client application that drives the AUTOCLIK tutorial sample application. BINDENRL Databound controls in a dialog-based application with property pages. BINDSCRB Illustration of the use of new COM interfaces to components currently supported by the Microsoft Office suite of products. CALCDRIV Automation client. CATALOG Illustration of direct calls to ODBC functions in general, and the ODBC functions SQLTables and SQLColumns in particular. CATALOG2 Illustration of direct calls to ODBC functions in general using Windows Common Controls. CHATSRVR Discussion server application for CHATTER. CHATTER Client application that uses Windows Sockets. CHKBOOK Record-based (nonserialized) document. CIRC Tutorial sample that teaches you how to create a simple ActiveX control called Circle. CMNCTRL1 Demonstrates how to create and change the styles of Windows Common Controls using MFC classes (Part 1). CMNCTRL2 Demonstrates how to create and change the styles of Windows Common Controls using MFC classes (Part 2). COLLECT MFC C++ template-based collection classes, and standard prebuilt collection classes. CONTAINER Tutorial example illustrating ActiveX Visual Editing container features in Visual C++ Tutorials. COUNTER Using an ISAPI DLL to send image data (rather than HTML data) back to a Web browser. CTRLBARS Custom toolbar and status bar, dialog bar, and floating palette. CTRLTEST Owner-draw list box and menu, custom control, bitmap button, spin control. CUBE OpenGL application using MFC device contexts along with OpenGL's resource contexts. DAOCTL DAO database class functionality and ActiveX controls let you examine a database. DAOENROL Based on ENROLL, but migrated to the DAO database classes. Also serves as Step 4 of the DaoEnrol tutorial. DAOTABLE Creates a Microsoft Access database (.mdb file) and its tables, fields, queries, and indexes using MFC DAO database classes. DAOVIEW DAO database classes and Windows Common Controls let you view the schema of a database. DBFETCH Demonstrates the use of bulk row fetching in the ODBC database classes. DBVList Demonstrates the virtual list view functionality available for the list view common control. DIBLOOK Device-independent bitmap and color palette. DLGCBR32 Adding a toolbar and a status bar to a dialog-based application. DLGTEMPL Shows how to create dialog templates dynamically. DLLHUSK Sharing the DLL version of the Foundation class library with an application and custom DLL. DLLTRACE Statically linking the MFC library to a custom DLL. DOCKTOOL Dragging and floating toolbars that are "dockable". DRAWCLI Full-featured object-oriented drawing application that is also an ActiveX Visual Editing container. DRAWPIC Getting a Windows handle to a bitmap or icon from an LPPICTUREDISP. DYNABIND Dynamic binding of database columns to a recordset. DYNAMENU Dynamically modifying list of items in menus; handling commands not known at compile time; and updating the status bar command prompt for such commands. ENROLL Tutorial example illustrating database features in Visual C++ Tutorials. EXTBIND Shows how to bind data-aware controls across a dialog box boundary. FIRE Dialog-based application that demonstrates five Windows Common Controls. FTPTREE Displays the contents of an FTP site in a tree control. GUIDGEN A dialog-based MFC application used to generate globally unique identifiers, or GUIDs, which identify OLE classes, objects, and interfaces. HELLO Simple application with frame window but no document or view. HELLOAPP Minimal "Hello World" application. HIERSVR ActiveX Visual Editing server application with drag and drop. HTTPSVR Uses MFC Windows Socket classes to implement an Internet HTTP server. IMAGE Demonstrates an ActiveX control that is capable of downloading data asynchronously. INPROC An in-process Automation server that can be loaded as a DLL in the client's address space. IPDRIVE A simple Automation client application that drives the INPROC sample application. LISTHDR Demonstrates the List View and Header Common Controls. MAKEHM Command line utility for associating resources with Help contexts. MDI MDI application that does not use documents and views. MDIBIND Demonstrates data binding in CWnd-derived windows, but only at run time. MDIDOCVW New version of the MDI sample that uses the document/view architecture. MFCBIND Shows how to create an ActiveX document (formerly known as a DocObject) container using the ActiveX document container support classes. MFCCALC An Automation server that implements a simple calculator. MFCIE Uses MFC's CHtmlView and CreBar classes to implement a subset of the functionality provided by Microsoft Internet Explorer. MFCRows Shows how to useCOleDBRecordView to scroll through a table in a database. Also how to use multiple accessors so you can update an Access table that contains an AutoNumber field to be retrieved. MFCUCASE Demonstrates MFC support for Internet Server filter DLLs. MODELESS Demonstrates the use of an MFC CDialog object as a modeless dialog. MTGDI Multithread illustration, where GDI resources are converted to MFC objects and back. MTMDI Multithread illustration, where user-interface events are processed in a separate user-interface thread. MTRECALC Multithread illustration, where recalculations are done in a worker thread. MULTIPAD Simple MDI text editor using the CeditView class. MUTEXES Demonstrates the use of the Cmutex class for multithreading. NPP Editor demonstrating toolbars, status bars, and other controls. OCLIENT ActiveX Visual Editing container application, with drag and drop. ODBCINFO Shows how to determine various ODBC driver capabilities at run time. OLDBARS Provides support for applications that rely on the old implementations of CToolBar and CStatusBar by providing the source code for these classes. OLEVIEW Implementing an OLE object browser through custom OLE interfaces. PINBALL An Internet Server Extension DLL that provides graphics and also redirects users to a Web site for further research. PROPDLG Property sheets (dialogs). ROWLIST Illustrates full row selection in a list-view common control. SAVER Screen saver written with MFC. SCRIBBLE Main tutorial example in Visual C++ Tutorials. SMILEY Modifying properties, calling methods, and handling events from the SMILE control in the SMILEY container. SNAPVW Shows how to use property pages in a MDI child frame window. SPEAKN Multimedia sound using user-defined resources. StockTicker An MFC and ATL application that retrieves stock quotes from the Web and displays them in an ATL control. The user can set the display's properties, including rate of data refresh. STDREG Tool for populating the Student Registration database (used by the Enroll database tutorial) in any format supported by an ODBC driver. Illustrates SQL table creation. SUPERPAD ActiveX Visual Editing server that edits text using CEditView. TEAR MFC console application that uses the Wininet.dll. TEMPLDEF Command line tool that expands source files similar to C++ templates. TSTCON Implements an ActiveX control container using MFC's support for OLE embedding. You can use TSTCON to test ActiveX controls, change their properties, and invoke their methods. TESTHELP An ActiveX control that has its own help file and tooltips. TRACER Tool that sets the Foundation class application trace flags kept in AFX.INI. TRACKER Illustration of the various CRectTracker styles and options. VCTERM Simple terminal emulation program illustrating the use of the Mscomm32.ocx ActiveX control. VIEWEX Multiple views, scroll view, splitter windows. WIZARD97 Demonstrates implementing a wizard that supports background bitmaps and wide header titles and images. This wizard design is supported for Windows 98 and Windows NT 5.0; you must be using Windows 98 or Windows NT 5.0 for this sample to work properly. WORDPAD Uses MFC's support for rich edit controls to create a basic word processor. WWWQUOTE Retrieves information from a database and provides it to the user via an HTTP connection to the server. See Also Microsoft Foundation Class Library Samples Index
lgstudyvc 2015-03-10
  • 打赏
  • 举报
回复
你改动过了提示?
likfeng 2015-03-10
  • 打赏
  • 举报
回复
在框架OnCreat函数中是不是调用了类似下面的代码: ShowWindow(SW_MAXIMIZE);
wojiayutou 2015-03-10
  • 打赏
  • 举报
回复
引用 8 楼 zhao4zhong1 的回复:
下载安装MSDN98,将2楼列出的MFC相关例子代码过一遍。
好的,我会看的。
赵4老师 2015-03-10
  • 打赏
  • 举报
回复
下载安装MSDN98,将2楼列出的MFC相关例子代码过一遍。
wojiayutou 2015-03-10
  • 打赏
  • 举报
回复
引用 3 楼 zhao4zhong1 的回复:
MSDN98_1.ISO http://pan.baidu.com/s/1dDF41ix, MSDN98_2.ISO http://pan.baidu.com/s/1bnGo0Vl
谢谢赵老师的资料。 限于我愚笨,没有找到关于我这个情况的相关资料。 请问您能否给予指导,为什么对话框初始化的时候,最大化按钮提示为向下还原?
wojiayutou 2015-03-10
  • 打赏
  • 举报
回复
引用 4 楼 lgstudyvc 的回复:
自己参照、修改 http://www.cnblogs.com/LJWJL/archive/2012/10/04/2711656.html
不好意思,你是指那里面的1.修改框架窗体的大小 吗? 我参照过的,没有用,初始界面的最大化按钮仍然显示为向下还原。 至于2,我不想禁用最大化按钮。
wojiayutou 2015-03-10
  • 打赏
  • 举报
回复
引用 1 楼 lgstudyvc 的回复:
你改动过了提示?
提示,不懂什么意思

15,979

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 界面
社区管理员
  • 界面
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧