为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示的处理函数 void OnGetMinMaxInfo() //捕获WM_GETMINMAXINFO消息以便允许你增加窗口大小 void OnUpdateViewFullScreen() //更新“全屏幕显示”菜单的状态 省略。。。。-MFC applications to add full-screen display of code : member variables : BOOL m_bFullScreen / / Full screen display signs CRect m_FullScr eenWindowRect / / Full screen display window Rect WINDOWPLACEMEN T m_wpPrev / / View for the preservation of the normal window of information CToolBar * m_wn dFullScreenBar / / full-screen display of floating tool for members of the function : OnMenuFullscreen void () / / Full screen showed that the processing function void On GetMinMaxInfo () / / catch information to allow WM_GETMINMAXINFO Xu you increase the window size void OnUpdateViewFullScreen () / / updated "Full screen shows that the" state of the menu omitted. . . . 下载
|
在VC的应用程序中实现全屏显示视窗口所需添加的部分代码- 下载
|
在开发图像显示程序以及视频应用程序时,常常需要全屏显示特性,比如ACD See和豪杰解霸等应用都有全屏显示功能。本文将介绍如何在MFC框架程序中实现视图的全屏显示,也就是说将标题、菜单、工具栏、状态栏以及窗口的所有边框全部被隐藏,视图充满整个屏幕。并提供全屏显示与框架窗口之间的快捷切换操作。 -in the development process images and video applications, I often need full screen display characteristics, For example, ACD See and the heroic king have applications such as full-screen display function. The paper will describe how the MFC framework of procedures to achieve the full-screen view, is the title, menu, toolbar, status bar and the window frames were all hidden, and the entire screen is full of View. And to provide full-screen display and window framework between the fast switching operation. 下载
|
全屏显示是一些应用软件程序必不可少的功能。比如在用VC++编辑工程源文件或编辑对话框等资源时,选择菜单“View\Full Screen”,即可进入全屏显示状态,按“Esc”键后会退出全屏显示状态。-full screen display is the number of application software programs essential to the function. For example, in the VC + + editing projects source document or edit dialog and other resources, the choice menu "View \ Full Screen", which can be accessed in full-screen state, according to the "Esc" key will be to withdraw from full-screen display status. 下载
|
调用SetWindowPlacement函数,全屏显示应用程序界面-call SetWindowPlacement function, full-screen application interface 下载
|
用这类你可以实现全屏对话框,并且你用它可以切换到运行的其它应用程序中。-you can use these to achieve full-screen dialog box, and you can use it to switch to the other running applications. 下载
|
用这类你可以实现全屏对话框,并且你用它可以切换到运行的其它应用程序中。-you can use these to achieve full-screen dialog box, and you can use it to switch operation of the other applications. 下载
|
屏幕保护 v在VB应用程序中巧用DLL v仙剑奇侠传修改器 v全部的VB技巧 v一个获得CPU信息的DLL,可以获得In v一个混音器动态连接库(包含源程序) v一个增强的Timer库(可以取代VB的T vDirectX5.Tlb是VB Dire v一个利用 Directx5 做的简单(有 vVB编程操作Win9X注册表的模块 -screen v VB Application Program Using DLL v house which changes with all the VB v v skills a CPU access information DLL, can In a mixing v Dynamic Link Library (including source code) v Timer an enhanced library (can replace VB T vDirectX5.Tlb Dire v VB is a Directx5 done using a simple (some vVB programmed Win9X registry module 下载
|
本文为VC++界面设计的一些小技巧,包括在MFC加入“这是什么?”的帮助提示,工具条使用,如何改变视窗颜色,为MFC应用程序添加全屏显示功能等,希望能对大家有帮助。-paper for VC + + interface design skills of a number of small, included in the MFC to "What is this?" help suggest that the use of the tools, how to change the window colors, MFC applications to add full-screen display function, in the hope that we can help. 下载
|
这个程序是用OpenGL和glaux在Visual Studio .Net的开发环境中创建的. 该程序包含的功能有: 1. 对键盘的输入作出响应 2. 3D物体的旋转动画 3. 创建窗口显示 4. 创建全屏显示 5. 3维贴图 该程序适用于初学OpenGL, 尤其是初学glaux的程序员. 读码愉快!-this procedure is OpenGL and glaux in Visual Studio. Net development environment created. The program contains functions : 1. the keyboard input to respond to two. 3D objects rotating animation 3. four create window displays. creating five full screen display . three-dimensional mapping of the procedures applicable to beginners OpenGL, especially when a glaux programmers. happy reading! 下载
|