搜索资源列表
在网页中调用VC写的对话框
- OCX控件,在网页中可以直接调用OCX控件的例子。-OCX controls on the website can be called directly OCX controls example.
VC++网络高级编程之十八
- ATLDraw: === === ==== DCOM客户程序,用MFC编写。 该程序的运行步骤如下:单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。-ATLDraw : === === === === ==== DCOM client, prepared with MFC. The program, run the following steps
WebOCX
- 这是一个实现WEB中调用对话框ocx控件的例子,里面包含一个VC写OCX的例子,以及对应的网页,可以用于网络开发人员的参考-This is a call to a web page written in VC example dialog box controls, which contains a VC to write examples OCX, as well as the corresponding web page, can be used for the reference netw
Hello
- 实现一个ocx控件,可以把一个对话框,嵌入在网页中。完整的工程文件,包括一个simple.html网页。-A ocx control, a dialog box can be embedded in Web pages. Including the project documents, and a simple web page.
UseDlginActiveX
- VC++ ATL 组件的应用,ActiveX开发,ActiveX 中显示对话框及其其他控件。-VC++ ATL component applications, ActiveX development, ActiveX to display the dialog box and other controls.
WordEmbed
- Vc++.net写的程序,将Word嵌入到普通对话框中,通过命令操作Word-Vc++. Net written procedure will be embedded in Word General dialog box, Word command operation
ExampleActiveX
- 一个ActiveX控件的编程示例。该控件可以弹出一个对话框,能够被VC、VB等调用。-A sample ActiveX control programming. The control can pop up a dialog box, can be used by VC, VB, etc.
Myctrl
- 练习使用VC开发的基于MFC类库类型的控件。包含了属性和事件。测试程序是一个基于对话框的应用程序。控件的属性和事件要在idl文件中声明才能在其它应用程序中使用。属性页的交换数据函数中要使用DDP类型的函数,同时控件中的持久性支持函数中要添加PX类型的函数,才能使属性页的数据关联到控件中。 -Practice using VC++ MFC class library based on the type of control. Contains properties and events. Te
DlgActiveXDemo
- 在对话框窗口中使用Microsoft ActiveX控件FlexGrid\DlgActiveXDemo\DlgActiveXDemo.rar,很不错的vc源码,希望对大家有所帮助。-In the dialog window by using the Microsoft ActiveX controls FlexGrid \ DlgActiveXDemo \ DlgActiveXDemo.rar, very good vc source code, we want to help.
vcDlgDLL
- vc调用dll显示对话框,源码经编辑测试,没有问题。-vc call dll display the dialog box, edit the source code was tested, no problem.
FlashDlg
- VC 与 flash AS3.0交互 上面的代码:VC与 AS3.0 通信。 通过VC发送字符串给flash,flash能够收到并显示出来。 flash给VC对话框发送,字符串,VC也能收到并显示出来。 但是 flash在对话框中显示时有问题: AS中的root 绘制的图形能够显示出来,但是root的子项Face绘制的图形确不能显示出来,为啥呢?-VC and flash AS3.0
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