摘要:
客户端代码 // 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// ... 阅读全文
摘要:
1> 创建ActiveX Dll项目,项目重命名为ExampleProject,类重命名为ExampleClass2> 创建方法:Option Explicit Public Function ExampleMethod(ByVal strName As String, ByVal iAge As Integer, Optional ByVal bAgeEmphasisOn As Boolean ... 阅读全文