Welcome![Sign In][Sign Up]
Location:
Search - hide mfc

Search list

[Dialog_WindowExpandingDialog

Description: This demo is from << MFC anwswer book>> , Program show to how to expand your dialog or hide part of dialog. -This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to expand your dialog or hide part of dialog.
Platform: | Size: 31004 | Author: 曾晖 | Hits:

[WinSock-NDISnetbag

Description: 随着NDK 1.0的成功,我决定扩展它的功能。NDK可以说是一个网络程序设计的开发包。它由一系列的类组成实现client/server结构。NDK隐藏了所有复杂的关于网络连接、数据的发送与接收等功能。你只需要使用三个类就可以了:CNDKServer, CNDKClient和CNDKMessage。只要重载几个方法,你就可以设计除功能强大的client/server程序。NDK是基于MFC的CSocket类,因此你可以为你的局域网或Internet设计程序-With the success, I decided to expand its functions. NDK can be said to be a network programming development package. It consists of a series of compositions to achieve client / server structure. NDK hide all the complexity of network connectivity, data transmission and reception capabilities. You only need to use it on three categories : CNDKServer, CNDKClient and CNDKMessage. As long as the heavy number of ways you can design in addition to the powerful client / server process. NDK is based on the MFC CSocket category, so you can get for your LAN or Internet design program
Platform: | Size: 236496 | Author: 王杰 | Hits:

[GUI Developqidongdonghua

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 57992 | Author: zyg | Hits:

[GUI DevelopLesspnCTime

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 61695 | Author: 李思川 | Hits:

[OtherHideWindow123

Description: its a useful code. Use this to hide MFC window. when your window code don t want to show other users. -its a useful code. Use this to hide MFC windo w. when your window code do not want to show other u sers.
Platform: | Size: 35349 | Author: 郭迎祥 | Hits:

[Dialog_WindowExpandingDialog

Description: This demo is from << MFC anwswer book>> , Program show to how to expand your dialog or hide part of dialog. -This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to expand your dialog or hide part of dialog.
Platform: | Size: 1264640 | Author: 曾晖 | Hits:

[Dialog_Windowchengxudai

Description: 例子代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法,增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条,如何为应用程序添加启动画面 比较基础,给学习VC的朋友.-code examples : MFC AppWizard how to amend the framework Generation Wizard process and the appearance of size, change icon, cursor, background of the three methods, to increase and delete the toolbar button, how to increase application toolbars, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add the state of progress of the column, how to add application startup screen basis for comparison, to study VC friends.
Platform: | Size: 3674112 | Author: 王理 | Hits:

[OtherHideWindow123

Description: its a useful code. Use this to hide MFC window. when your window code don t want to show other users. -its a useful code. Use this to hide MFC windo w. when your window code do not want to show other u sers.
Platform: | Size: 34816 | Author: 郭迎祥 | Hits:

[Windows DevelopVCMake

Description: 初学VC的好东西。很多个小例子和文档说明。主要内容(例子):01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口 初学VC或者大学生朋友可以好好研究一下这些例子。-VC beginner good things. Many small examples and documentation. The main content (example): 01 menu button to speed up the creation of 02 dynamic menu menu item 03 Figure 04 produced the right mouse button pop-up menu to add 05 to the system menu mode menu item 06 dialog 07 Modeless Dialog 08 AfxMessageBox based on the use of 09 10 applications dialog box to change the background color of 11 rolling axis 12 hide the taskbar window size limit of 13 changes to 14 to create irregular window transparent window 15 of a total of 16 in the most purple on the window 17 so that the middle window display of 18 trailers non-title bar moving window of 19 split window 20 automatically docked window VC beginner or college friends can look at these examples carefully.
Platform: | Size: 3275776 | Author: zhangyu | Hits:

[source in ebooklesson9

Description: 孙鑫老师VC视频第九课代码:如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-SUN Xin ninth video lesson teacher VC code: how to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
Platform: | Size: 57344 | Author: shanyingying | Hits:

[Windows Developmfc-shiyan3

Description: 一个标准的MFC Windows应用程序 要求:1、创建一个单/多文档的MFC程序,使其具有自定义的菜单、工具栏和状态栏。 2、菜单和工具栏的功能自定义。 3、应用程序的背景是一幅位图图片。 4、工具栏应该可以显示和隐藏,而且它有一个菜单不具有的功能。 -A standard MFC Windows application requirements: 1, to create a single/multi-MFC documentation procedures, so that it will have custom menus, toolbars, and status bar. 2, menus and toolbars custom functions. 3, the application of the background is a bitmap image. 4, the Toolbar should be able to show and hide, and it does not have a menu function.
Platform: | Size: 18345984 | Author: 王建 | Hits:

[GUI DevelopTDL_Calendar

Description: 这是一个用MFC实现的日历控件,它可以实现像OutLook中日程安排(事件记录)。如果你只是希望使用这样的日程日历,你可以直接拷贝CalendarExt.dll到工程中使用,如果你希望进一步修改代码,可以直接在代码中修改。它还包括的功能:ESC键关闭日历窗口、每个日程任务有它的Tooltip,支持最大化按钮,支持非ASCII字符显示,可以自动显示或隐藏周末,支持右键选择多个任务的功能。-This is a calendar control with the MFC implementation, it can be achieved in the schedule as OutLook (event records). If you just want to use such a schedule calendar, you can copy directly to the project CalendarExt.dll be used if you wish to further modify the code, you can modify directly in the code. It also includes the function: ESC key to close the calendar window, each task has its agenda Tooltip, support for maximize button, and support non-ASCII character display, it will automatically show or hide the weekend, support the right to select multiple task functions.
Platform: | Size: 600064 | Author: 郭峰 | Hits:

[VC/MFCMFCUI

Description: MFC功能包的改进主要体现在新型用户界面上,主要包括:功能区(ribbon)、选项卡(tab)窗口和窗格(pane)、视觉样式切换(换肤)、可停靠与自动隐藏的控制条和窗格等。-MFC Feature Pack for improvement is mainly reflected in the new user interface, mainly including: functional areas (ribbon), tab (tab) window and pane (pane), visual style switching (skin) can be docked with the auto-hide control bar and the pane so.
Platform: | Size: 1296384 | Author: ag | Hits:

[Button controltesw

Description: MFC编写的小程序,动态的生成一个Button,并且响应动态生成的控件。 同时,通过另外一个按钮实现显示和隐藏这个动态生成的button,实现动态生成,销毁,响应。-MFC write a small program, dynamically generates a Button, and respond dynamically generated controls. At the same time, through another button to display and hide the implementation of this dynamically generated button, dynamic generation, destruction, response.
Platform: | Size: 1875968 | Author: boss liu | Hits:

[GUI Developfull_screen

Description: mfc 编程, 使窗口全屏,并且隐藏任务栏,在程序推出时显示任务栏-set screen model full, and hide task bar
Platform: | Size: 1024 | Author: Lianghui Tu | Hits:

[Dialog_Windowtitle-bar-hide

Description: MFC中的隐藏和显示标题栏,能把把标题栏显示或隐藏-MFC in the title bar to hide and display, can show or hide the title bar ...
Platform: | Size: 98304 | Author: 叶飞 | Hits:

[Dialog_Windowhide-WinMain

Description: 仿MFC隐藏WinMain 模仿MFC隐藏入口函数-Imitation MFC hidden the WinMain imitate MFC hide entry function
Platform: | Size: 15360 | Author: beidatianwang | Hits:

[Software EngineeringMFC

Description: mfc 隐藏界面程序 只允许执行一个程序-mfc hide program interface only allows the implementation of a program
Platform: | Size: 1882112 | Author: 祝振飞 | Hits:

[GUI DevelopSun-Xin-MFC-instructional-video-9

Description: 孙鑫C教学视频9全内容,在MainFrm修改外观和图标,在View中修改背景和光标,创建一个不断变化的图标,创建一个新的工具栏的方法, 点击“新的工具栏”菜单时,隐藏工具栏,状态栏编程,进度栏 ,以及加入启动画面-Sun Xin C teaching video 9 full content, modify the appearance and icon in the MainFrm, modify the background and cursor in View, create a constantly changing icon, create a new toolbar method, When you click on the new toolbar menu, hide the toolbar, status bar, progress bar, and join the startup screen.
Platform: | Size: 5230592 | Author: 淡定哥 | Hits:

[Windows DevelopMFC-Wizard-to-generate-framework

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard Wizard to generate the framework of the appearance and size of the program, modify the icon, the cursor, the background of the three methods. How to add and remove toolbar buttons, how to add tools to the application, how to display and hide the toolbar. Customize the status bar, add the clock display in the status bar, the CTime class and its usage. In the status bar to add a progress bar (the main window immediately after the production of the progress of the ingenious ideas, can not be directly dealt with in the OnCreate function, to use a custom message method). Mouse coordinates display, in the CView to get the status bar object in several ways. How to add a splash screen for an application.
Platform: | Size: 58368 | Author: YXX | Hits:
« 12 3 4 »

CodeBus www.codebus.net