Welcome![Sign In][Sign Up]
Location:
Search - CFormView

Search list

[ActiveX/DCOM/ATL[笑语制作]播放flash

Description: 利用五分钟,给程序添加播放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
Platform: | Size: 47445 | Author: 林风 | Hits:

[Other个人事务助理的工具

Description: 实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。-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 operating results .
Platform: | Size: 101773 | Author: 张伟 | Hits:

[GUI DevelopStudent_MDI

Description: windows MDI例子-windows MDI example
Platform: | Size: 47104 | Author: wangji | Hits:

[GUI DevelopPropertySheetInFormView

Description: 在表单视图上嵌入属性页-View on in the form embedded attributes page
Platform: | Size: 3414016 | Author: 姜晶 | Hits:

[2D GraphicGraphicsClasses_demo

Description: MDI多文档多视,包含多种chart的绘制,饼图,直方图,曲线图等等,还可实现局部放大-MDI, as more and more documents, covering a wide variety of chart mapping, pie, histogram, curves, etc., can be implemented with local amplification
Platform: | Size: 48128 | Author: 孙炜 | Hits:

[GUI DevelopProf-UIS

Description: 强大的界面,各种控件,来自于www.codeproject.com-strong interface,many control ,from www.codeproject.com
Platform: | Size: 1987584 | Author: 夏功立 | Hits:

[Dialog_Window在SDI-MDI程序的工具条上加入漂亮的标题头

Description: 此代码用来为SDI程序快速的加入一个漂亮的标题窗口,代码是不难,属于初级水平。在源代码中有一些注释,即使是对于初学者也很容易明白。这个标题窗口支持不同颜色的文字,文字阴影,背景,字体的尺寸和类型,字体在窗口中的位置等。同时也支持背景的渐变色背景。 -this code SDI procedures used to the rapid accession to the title of a beautiful window, the code is not difficult and is in the initial level. The source code, have some notes, even for beginners can easily understand. The title of the window to support different colors of text, text shadows, background, the font size and type fonts in the window of the location. Also supporting the background color gradient background.
Platform: | Size: 60416 | Author: hehe | Hits:

[ADO-ODBC20051229tar

Description: 经典的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。 -classic personal assistant tool, introduced the VC database programming, CFormView and introduced the use of the View class, CTabCtrl control the use, senior Class labeling controls the realization of the establishment of ODBC data sources to create, access data set access to the database operating results.
Platform: | Size: 535552 | Author: | Hits:

[GUI DevelopData

Description: 用CSplitterWnd把CView分成左右两列,左边的一列放的是CtreeCtrl;然后把右边的一列分成上下两行,上面的一行放的是CFormView,下面一行放的是CListView!-CSplitterWnd to use CView divided into about 2, the left is a place CtreeCtrl then right into an upper and lower two lines above his release is CFormView, following his release is CListView!
Platform: | Size: 47104 | Author: chunyou128 | Hits:

[Windows DevelopMyAssistant

Description: 实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。 -a personal assistant for personal use,by c++
Platform: | Size: 535552 | Author: 志峰 | Hits:

[CSharpCsMdiAfx

Description: MDI应用程序框架(含菜单合并,最近文件列表,子窗体排列,配置文件读写)-MDI Application Framework (including the combined menu, a list of recent documents, sub-arranged form, read and write configuration files)
Platform: | Size: 153600 | Author: xycheng | Hits:

[OS programXPButtonDemo

Description: 利用百叶窗式面板组可增大窗口的可利用面积,而且把常用工具放在窗口中比放在菜单中使用更方便,现在一些大型软件如Photoshop、Dreamweaver等都采用了这种方式。在这些软件中,百叶窗式面板组都做成了可停靠的窗口,我没有这种能力,只能做成固定位置的控件组,使用时只能用在对话框或具有CFormView的视图中,整个制作很粗糙,希望高手能加以改造。 本程序的核心思路是调整控件的位置和显示/隐藏控件,当一个面板被收起或展开时,只要把它下面的控件都隐藏或显示出来,再调整各面板控件位置,这样整个面板组就像百叶窗一样可以收放自如了。-The use of shutter panel may increase the availability of window area, and the commonly used tools on the window rather than in the more convenient use of the menu, and now some large-scale software such as Photoshop, Dreamweaver, adopted this approach. In these software, the shutter panel group that can be docked into the window, I do not have this ability, only lead to a fixed position of the control group, can only be used when the dialog box or a CFormView view, the whole production is very rough, I hope you can be modified. The core idea of this procedure is to adjust the location of controls and display/hide the controls, when a panel was put away, or started, as long as it controls the following are hidden or displayed, and then adjust the location of the control panel, so that the entire surface plate group can be just as blind as the strengths being.
Platform: | Size: 355328 | Author: zfl | Hits:

[Dialog_Windowtab

Description: 控件的使用,介绍了CFormView视图类的使用,高级控件类的实现-The use of controls, introduced the use of CFormView view class and senior class to achieve control
Platform: | Size: 108544 | Author: 刘君 | Hits:

[JSP/Javajavarfid-0.1-src.tar

Description: unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeGetData DdeCreateDataHandle CDocTemplate DdePostAdvise DdeClientTransaction CCmdUI PostQuitMessage CStatic SetWindowText CDocument CFormView CView CObject CTime CFrameWnd File list(Click to check if it s the file you need, and recomment it at the bottom): MSDEV .....\Projects .....\........\GPSServ .....\........\.......\CmdLineInfo.c-unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeGetData DdeCreateDataHandle CDocTemplate DdePostAdvise DdeClientTransaction CCmdUI PostQuitMessage CStatic SetWindowText CDocument CFormView CView CObject CTime CFrameWnd File list(Click to check if it s the file you need, and recomment it at the bottom): MSDEV .....\Projects .....\........\GPSServ .....\........\.......\CmdLineInfo.cpp
Platform: | Size: 11264 | Author: akub | Hits:

[TreeViewMyView

Description: 此为VC中文档视结构显示分切窗口的代码,其中两个视图分别CTreeView和CFormView等。可以看得出实际的实现情况-This is the VC, as the structure of a document display the code window, slitting, two of which were CTreeView and CFormView views and so on. Can see that the actual achievement of
Platform: | Size: 9841664 | Author: Zhyy | Hits:

[Dialog_WindowCXTOutBarCtrlEX

Description: 在XToutlookbar的基础上扩充了新的内容。单文档分割成左右2部分,左边是outlookbar,右边显示视图,当点击左边的菜单项时,右边的CFormView类的子类进行切换,这个功能大家都期待已久,今天给大家传上来,希望给你的界面定制开发带来帮助。-The XToutlookbar based on the expansion of the new content. Single document is divided into approximately two parts, the left is outlookbar, on the right shows the view, when you click on the left menu item, the right CFormView subclass switch, this feature we all have been waiting a long time for everyone to pass up today, hoping to Your interface customization of help.
Platform: | Size: 2500608 | Author: huyinzhong | Hits:

[CSharpMDI

Description: MDI超炫的界面,强悍的功能,功能完善性,是学习MDI程序的好帮手!-MDI stunning interface, powerful functions, functional, and is a good helper to learn MDI program!
Platform: | Size: 914432 | Author: 陈宇 | Hits:

[GUI DevelopMLUFormVIEW

Description: FORMVIEW编程模式下的多视图切换程序-this is an example of multiview changing in the VC programming based on CFormView
Platform: | Size: 1634304 | Author: 李先生 | Hits:

[Dialog_WindowSncPile

Description: 该程序描述了如何在单文档程序中创建静态拆分窗口;如何创建基于CFormView类的窗口。-This procedure describes how to create a single document program static split window how to create a window based on the CFormView class.
Platform: | Size: 3679232 | Author: 郭美萍 | Hits:

[OpenGL programCFormViewopengl

Description: 基于CFormView的3维模型仿真系统,采用OPENGL,美观实用-CFormView-based 3-D model simulation system that uses OPENGL, beautiful and practical
Platform: | Size: 340992 | Author: zc | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net