Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MSDN
Search - MSDN - List
VC通过模板来控制Word表格 //这里没有用word里提供的table对象,而是用了selection对象,用它控制比table简单 //而且用模板可以很容易地设置表格中的格式,若通过table对象则设置字体、对齐方式是很难控制 //这里主要是通过移动word中的输入点位置来定位要写的位置。然后再写入内容到单元格. //selection对象主要调用MoveDown来进行定位,MoveDowm是让word响应键盘上的上下箭头事件。 //其中参数4表示移动一个单元字,而5表示移动一个单元行,其MoveUp,MoveLeft,MoveRight也一样 //具体可见MSDN中的ITextSelection::MoveDown Method -VC through the template to control Word forms / / There is no word used in providing the right table like, but use the object selection, used it to control than simple table / / and use templates can be easily set up tables in the format If the object through the table is set fonts, Alignment will be very difficult to control / / here mainly through word of mobile input location positioning write to the location. Then write the contents of the cells. / / Selection main targets MoveDown to call for positioning MoveDowm is word on the keyboard in response to the next arrow incident. / / Parameter four said a mobile unit, whereas in five said a mobile unit OK, MoveUp. MoveLeft. MoveRight is the same / / visible in the MSDN ITextSelection : : MoveDown Method
Date : 2008-10-13 Size : 78.65kb User : 相生昌

如何把VC开发的ActiveX OCX控件打包成CAB? 我用VC自制了一个ActiveX Control,已经注册成ocx形式,但不知怎样把它打包成cab文件以在主页中使用。msdn的帮助告诉我说在VC的安装CD上有一个CAB&SIGN目录,-how VC development of the ActiveX OCX Controls packed into VC CAB I used a homemade A. ctiveX Control, has been registered as ocx form But I do not know how to pack it into a cab on the home page document to use. VARIANT help told me that the VC on the installation CD is a CAB
Date : 2008-10-13 Size : 838.22kb User : zjm

Microsoft MSDN中提供的关于ActiveX服务器设计的实例,很有参考价值!-Microsoft MSDN ActiveX provided on the design of the server, great reference value!
Date : 2008-10-13 Size : 1.68mb User : jiangwei

mfc_inproc_com展示进程内com的实现方法,示例是使用mfc实现com,详细内容用户可以参考msdn中vc组件编程
Date : 2008-10-13 Size : 18.5kb User : hell

Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存留,虽然Server支持DCOM,但是Client需要在本地运行,如果想Remote,稍微修改一下既可。
Date : 2009-09-11 Size : 350.44kb User : seaskyfox

VC通过模板来控制Word表格 //这里没有用word里提供的table对象,而是用了selection对象,用它控制比table简单 //而且用模板可以很容易地设置表格中的格式,若通过table对象则设置字体、对齐方式是很难控制 //这里主要是通过移动word中的输入点位置来定位要写的位置。然后再写入内容到单元格. //selection对象主要调用MoveDown来进行定位,MoveDowm是让word响应键盘上的上下箭头事件。 //其中参数4表示移动一个单元字,而5表示移动一个单元行,其MoveUp,MoveLeft,MoveRight也一样 //具体可见MSDN中的ITextSelection::MoveDown Method -VC through the template to control Word forms// There is no word used in providing the right table like, but use the object selection, used it to control than simple table// and use templates can be easily set up tables in the format If the object through the table is set fonts, Alignment will be very difficult to control// here mainly through word of mobile input location positioning write to the location. Then write the contents of the cells.// Selection main targets MoveDown to call for positioning MoveDowm is word on the keyboard in response to the next arrow incident.// Parameter four said a mobile unit, whereas in five said a mobile unit OK, MoveUp. MoveLeft. MoveRight is the same// visible in the MSDN ITextSelection : : MoveDown Method
Date : 2025-12-24 Size : 78kb User : 相生昌

如何把VC开发的ActiveX OCX控件打包成CAB? 我用VC自制了一个ActiveX Control,已经注册成ocx形式,但不知怎样把它打包成cab文件以在主页中使用。msdn的帮助告诉我说在VC的安装CD上有一个CAB&SIGN目录,-how VC development of the ActiveX OCX Controls packed into VC CAB I used a homemade A. ctiveX Control, has been registered as ocx form But I do not know how to pack it into a cab on the home page document to use. VARIANT help told me that the VC on the installation CD is a CAB
Date : 2025-12-24 Size : 838kb User : zjm

Microsoft MSDN中提供的关于ActiveX服务器设计的实例,很有参考价值!-Microsoft MSDN ActiveX provided on the design of the server, great reference value!
Date : 2025-12-24 Size : 5.56mb User : jiangwei

mfc_inproc_com展示进程内com的实现方法,示例是使用mfc实现com,详细内容用户可以参考msdn中vc组件编程-com display mfc_inproc_com process of the realization method, the example is the use of mfc realize com, details of the user can refer to msdn programming in vc components
Date : 2025-12-24 Size : 41kb User : hell

Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存留,虽然Server支持DCOM,但是Client需要在本地运行,如果想Remote,稍微修改一下既可。-Variant variables can be in the COM/DCOM interface method of delivery (incoming, outgoing) variable-length array of structures, but it needs to be packaged reconciliation package, the efficiency is relatively low. This example uses the method size_is specified length, this is seen from the MSDN, but the example given on MSDN is not specific enough, it took some time to explore, the final test pass, to a friend new to COM sharing (the old guy They can ignore). This example needs to be done because it is the work of testing procedures, and therefore, there is a small amount of redundant code, we take note of the line, and also to reduce the number of parameters passed when the transmission of real-time (stochastic simulation) data only by the last one (No less opposite page), this Bug is without prejudice to the overall situation, therefore retained, although the Server supports DCOM, but the Client needs to run locally, if you want Remote, a little change it can.
Date : 2025-12-24 Size : 350kb User : seaskyfox

MSDN ATL Reference Sample
Date : 2025-12-24 Size : 824kb User : raffier2u
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.