Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - FormView
Search - FormView - List
打印和预览CFormView -Printing and Previewing CFormView
Update : 2024-05-06 Size : 56320 Publisher : 站长

tab控件控制的多个form-Multiple forms which are controled by Tab control
Update : 2024-05-06 Size : 195584 Publisher : 夏雨

在表单视图上嵌入属性页-View on in the form embedded attributes page
Update : 2024-05-06 Size : 3414016 Publisher : 姜晶

SDI的大小定z制,非常经典-SDI z set the size of the system, very classic
Update : 2024-05-06 Size : 125952 Publisher : 何勇


Update : 2024-05-06 Size : 70656 Publisher : 李强

DL : 0
实现视CView与CFormView之间的动态转换-achieve as CView and CFormView between the dynamic conversion
Update : 2024-05-06 Size : 2025472 Publisher : ccs

利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:\winnt\system32\macromed\Flash\Flash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components and Controls Gallery options : Registered ActiveX Controls folders below the Shockwave Flash Object, it is actually pointing c : \ winnt \ system32 \ macromed \ Flash \ the user. Using Wizard adding two variables, corresponding to the input file name and flash control redeem m_filename CShockwaveFlash m_flash add players button, and open the document flash player void CViewFlashVi
Update : 2024-05-06 Size : 58368 Publisher : 林风

这是一个关于Splitter控件的文档程序,它利用CFormView类实现了不同视图间的数据交互和控件响应。-Splitter controls on the documentation procedures, it uses CFormView category achieved between different views of the data and control interactive response.
Update : 2024-05-06 Size : 1375232 Publisher : 王王

DL : 0
本例实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。-the cases to achieve a simple personal assistant tool, introduced the VC database programming, and introduced the category CFormView View the use CTabCtrl control the use, control labeling senior category and that the realization of the establishment of ODBC data sources to create, access data set access to the database operation results.
Update : 2024-05-06 Size : 537600 Publisher : 唐堂

一个关于CFormView类打印的例子,很有启发意义。-a category of Print CFormView example is instructive.
Update : 2024-05-06 Size : 46080 Publisher : 马杰

这个源代码主要是讲串口通信的,是串口数据传输的例子-the source code is mainly stresses serial communications, serial data transmission is an example
Update : 2024-05-06 Size : 2048 Publisher : 刘永哲

DL : 0
著名界面库原程序,请大家看看,希望对大家有帮助-famous interface for the original program, we look at, and I hope to be helpful
Update : 2024-05-06 Size : 274432 Publisher : 朱创


Update : 2024-05-06 Size : 21504 Publisher : 曾晖

The sample demonstrate how to change the view by mouse , The demo is from <<MFC anwser book>>-The sample demonstrate how to change the vi ew by mouse, The demo is from
Update : 2024-05-06 Size : 21504 Publisher : 曾晖

Visual.C++程序设计技巧与实例--配套光盘 第7章 窗口和桌面系统 本章共14个实例: 1. NotMoveResize创建不能改变大小也不能移动的窗体 2. DockToolbar将两个工具条摆在一排 3. RemoveUntitle去除MFC APPWIZARD生成工程标题中的"Untitled-MyApp" 4. RestoreWindowPos恢复窗口位置 5. SetFormViewBkgrnd设置FormView的背景色 6. DyCreateControl在View中创建控件 7. MDIFullScreen窗口全屏显示和工具栏的飘浮与停靠 8. StatusBarControl在状态条上创建按钮和组合框 9. TabedViewProject创建标签视(tabbed view) 10. Tray创建系统托盘 11.ShowHideTaskbar隐藏显示系统任务条 12.Changefbl改变屏幕分辨率 13.ShutDown调出关机对话框 14.WindowOnTop创建一个顶层窗口-Visual.C program design techniques and examples-- matching CD Chapter 7 of the window and desktop systems were chapter 14 examples : 1. NotMoveResize creation can not change size can remove the Form 2. DockToo lbar two tools will be placed in a row of three. RemoveUntitle removal MFC APPWIZ ARD generating project title "Untitled- MyApp" 4. RestoreWind owPos restore window 5. SetFormViewBkgrnd set FormView 6 of the background color. DyCreateControl created in the View Control 7. MDIFull Screen window full screen display and the floating toolbars and accommodate eight. StatusBarControl in a state of the buttons on the creation and composition of Box 9. TabedViewProject create labels as (tab bed view) 10. Tray create implicit system tray 11.ShowHideTaskbar possession of the missio
Update : 2024-05-06 Size : 2122752 Publisher : xixi


Update : 2024-05-06 Size : 3072 Publisher : hnayao

DL : 0
很不错的界面程序,vc++开发,希望大家能多多学-very good interface procedures, vc development, I hope you will learn lot
Update : 2024-05-06 Size : 2015232 Publisher : 李先生

实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。-Realize a simple tool for personal assistants, mainly introduce the VC database programming, and introduced the use of CFormView view class, CTabCtrl control the use of advanced control tag category realize the establishment of the establishment of ODBC data sources, using data set to visit the results of database operations.
Update : 2024-05-06 Size : 101376 Publisher : lifan

一个可以实现VC++中自定义窗口大小的类-One can realize VC++ In custom window size class
Update : 2024-05-06 Size : 120832 Publisher :

VC高级界面的各种例子,很不错的东西,可以给大家对界面编程提供帮助.-VC various examples of high-level interface, it is a good thing, can give everyone on the programming interface to help.
Update : 2024-05-06 Size : 6526976 Publisher : 陈浩
« 1 2 3 45 6 7 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.