PB6.5中的powerscript示例:
ole=Create OleObject //create an ole control
ole.ConnectToNewObject("word.application") //connect the ole to word app
ole.Documents.Open(ls_path) //open an winword using the path "ls_path"
ole.Selection.WholeStory //ctrl+A
ole.Selection.copy() //copy the content to system clipboard
现在我想将此内容粘贴到与Microsoft RichText Control连接的另一个ole控件(如ole_1),但我不知道该怎么办...
也就是说,我可以使用鼠标或使用ctrl + V成功粘贴内容,而我找不到具体的功能来完成操作。
或者是否有任何描述Microsoft Richtext控件的文档(PB6.5中的5.0版本)? THX!
答案 0 :(得分:0)
见布鲁斯阿姆斯特朗的Implementing the Microsoft Rich Edit Control& Demetrios Tsakiris,PowerBuilder开发者期刊,2005年8月