搜索资源列表
自定义控件
- 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a s
ActiveXShadeButton
- There are many owner-draw button written using C++ and the MFC classes. There a lso many ActiveX controls, mostly written in Visual Basic. While with C++ you can easily use both the MFC and the OCX controls, with Visual Basic you need to convert the
94
- 利用MFC正规DLL生成一个自定义控件,实现了一个交通灯控件,用VC++编程,-use MFC DLLs generated a formal OCX, achieving a traffic light control, with VC program
GridCtrlDemo
- 本例详细的说明和介绍了MFC里的一个控件GRID32.ocx的详细应用。MFC自带的grid控件是无法编辑表格内容的,这个程序实现了可以编辑内容。
testmenu
- 这是一个类似于 netscan 状态栏里指示正在进行网络扫描的mfc类和一个编译过的ocx 在那里只需调用Startscan就可显示很酷的扫描界面
wjxocx
- VC6绘++开发的五角星等OCX控件源代码程序,MFC开发
drawscanctrl
- 这是一个类似于 netscan 状态栏里指示正在进行网络扫描的mfc类和一个编译过的ocx 在那里只需调用Startscan就可显示很酷的扫描界面。-This a column similar to the state netscan instructions ongoing network scanning mfc category and the one compiled randomly there can only call Startscan scan showed cool inte
slide-image-selector
- 带滑动效果的图像显示控件,翻页时带滑动的过渡效果,可放大图像显示,可选择图像 控件中提供的接口方法: 1.可由属性设置背景色,前景色,每一屏幕显示图像的行数和列数,图像之间的间隔 2.BOOL SetImageFolder(LPCTSTR PathName) 设置图像文件夹的路径,将自动枚举该文件夹下的所有图像,并显示。成功则返回true 3.BOOL PageBack() 显示上一页。成功则返回true 4.BOOL PageNext() 显示下一页。成功则返回tru
使用MFC+DirectDraw编写的窗口程序
- 使用MFC+DirectDraw编写的窗口程序,可以作为一个简单游戏的基本框架,-MFC+ DirectDraw prepared to use a window procedure can be used as a basic framework of a simple game,
MFCActiveXTest
- 这是一个在mfc中做的acitveX的例子,在这个ocx中使用了formview类,就是在activeX中导入form,然后所有的控件在form上实现,就实现了在acitvex中使用菜单,按钮,工具条等 任何控件。-failed to translate
CardMgr
- 关于智能卡访问控制的ocx控件,用MFC编写,利于新手阅读。-ocx control source code to access ic card.
test-
- 基于mfc写的一个ocx控件,来调用opengl, 挺方便的-Write a mfc based ocx control to call the opengl, very convenient
vcPP-ocx
- 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
OCXTest
- 控件为MFC下编写的OCX控件实现基本的数字随机验证码,同时附带用MFC编写控件测试程序,包含控件注册和卸载程序,包含全部源码和说明文档。(嘻嘻,自己课程Project亲自做的,欢迎初学者交流,高手莫进)-The control is written under the MFC OCX control for basic digital random verification code that came with MFC write control testing procedures to
ActiveX
- 这个工程是关于如何利用mfc编写ocx的,希望需要的人参考-This project is about how to use mfc ocx, I hope those who need reference
DrawStationTP
- 访问oracle数据库,读取数据,以图形的方式展示界面,ocx文件,嵌入网页使用(Access the Oracle database, read the data, display the interface graphically, OCX files, and embed the web pages)
软件需求
- 软件开发功能Mfc非常好用呢请大家参看谢谢c语言开发中国科技大学(Software development function Mfc, very easy to use, please see everyone, thank you c language development, University of Science and Technology of China)
OCX
- 一个由c++编写的ocx控件。用vc++ 6.0编译,用MFC对话框调用。执行后会显示一个增加按钮,用来表示已经调用OCX控件。作为一项课堂作业,它是完美的。(An ocx control written by c+ +. Use vc++ 6.0 to compile, call with MFC dialog box. After execution, a button is displayed to indicate that the OCX control has been called
MSCOMM
- VS2010MFC没有串口控件,此压缩包里包含了串口控件相关的3个文件。mscomm32.ocx MSCOMM32.oca MSCOMM32.DEP MSCOMM.SRG(VS2010MFC has no serial port control, which contains 3 files related to serial port control.mscomm32.ocx MSCOMM32.oca MSCOMM32.DEP MSCOMM.SRG)
exe到ocx
- C++exe多文档单文档程序转为OCX控件的方法(MFC MDI EXE CHANGE TO OCX)