摘要: 客户端代码 // RemoteClient.cpp : Defines the entry point for the console application.file://#include "stdafx.h" // added _WIN32_DCOM#include // get "cout"#include // get _com_error#include // get time_t// ... 阅读全文
posted @ 2005-11-15 17:23 Ready! 阅读(1069) 评论(0) 推荐(0) 编辑
摘要: 1> 创建ActiveX Dll项目,项目重命名为ExampleProject,类重命名为ExampleClass2> 创建方法:Option Explicit Public Function ExampleMethod(ByVal strName As String, ByVal iAge As Integer, Optional ByVal bAgeEmphasisOn As Boolean ... 阅读全文
posted @ 2005-11-15 15:58 Ready! 阅读(605) 评论(0) 推荐(0) 编辑