R
ro_adi
i'm trying to write code behind the word in order to control the
documents content
therefore theres a few thing i have problems with:
1. how can i get the loading time of a document? the "open" event is
fired when the 'open' func is called but i need to know when the
document finished its loading after openning...
2. is there a way to prevent the user from adding ole objects to a
document by paste or drag& drop? i know i can reset the
'allowDrag&Drop' to false and maybe catch the clipboard events but i'm
trying to catch event when the user add ole object. check the object
type and decide if the adding allowed...is this possible?
i'm using c# .Net.
documents content
therefore theres a few thing i have problems with:
1. how can i get the loading time of a document? the "open" event is
fired when the 'open' func is called but i need to know when the
document finished its loading after openning...
2. is there a way to prevent the user from adding ole objects to a
document by paste or drag& drop? i know i can reset the
'allowDrag&Drop' to false and maybe catch the clipboard events but i'm
trying to catch event when the user add ole object. check the object
type and decide if the adding allowed...is this possible?
i'm using c# .Net.