A
aningok
Unregistered / Unconfirmed
GUEST, unregistred user!
问题解决后马上送上300分!
用olecontainer在程序界面中嵌入word,用户在当中进行编辑时点击右键出现的是word的菜单,我想截取用户的这个右键事件,如何做到?
`1、olecontainer放在程序窗体中
2、用olecontainer连接到word并打开一篇word文档
3、用户可以利用container编辑word文档,此时会产生事件,如点击右键。
4、问题是在本程序中怎么获取container中用户操作word时产生的这些事件?
5、这应该是一个com事件传递的问题?
----------------------------------------下面是嵌入word的代码
olecontainer1.Align:=alClient;
olecontainer1.CreateObjectFromFile('E:/project/temp/~~12945815.doc',true);
olecontainer1.DoVerb(-1);
wordVarint:= olecontainer1.OleObject;
用olecontainer在程序界面中嵌入word,用户在当中进行编辑时点击右键出现的是word的菜单,我想截取用户的这个右键事件,如何做到?
`1、olecontainer放在程序窗体中
2、用olecontainer连接到word并打开一篇word文档
3、用户可以利用container编辑word文档,此时会产生事件,如点击右键。
4、问题是在本程序中怎么获取container中用户操作word时产生的这些事件?
5、这应该是一个com事件传递的问题?
----------------------------------------下面是嵌入word的代码
olecontainer1.Align:=alClient;
olecontainer1.CreateObjectFromFile('E:/project/temp/~~12945815.doc',true);
olecontainer1.DoVerb(-1);
wordVarint:= olecontainer1.OleObject;