Editor with Word
Dear All,
I want to Build to Editor with the Word.But I want to Restrict the Following Option
1. Restrict Copy and Paste from other forms or other than my form
2. Restrict the option of inserting any Pictures and document
3. Restrict insertion of any OLE object(Drag Drop)
How Can I?
Thanks In Advance
Dana
# 1 Re: Editor with Word
about copy past and all those routin you can make flages to check if it's your copy in clipboard or not ..
and in the click and keypress events check the clipboard and manage the restriction based on your flags .
for the OLE object; from the proprietes change this option to be :
OLEDrobMode = OLEDrobNone
Amahdy at 2007-11-11 17:23:35 >
