Y Word warns that document contain an activex control?

A

Ahmad Jalil Qarshi

I have made my own activex control and placed it into document using
function AddOLEControl. now when after placing control i save it and reopen
the documet it warns me that this document contains an activex control bla
bla.....
i dont want to view that. plz note that i am also storing some data in my
control. If anybody knows about this problem then help me.

Thanks in advance.
Ahmad Jalil Qarshi
 
M

Michael Bednarek

I have made my own activex control and placed it into document using
function AddOLEControl. now when after placing control i save it and reopen
the documet it warns me that this document contains an activex control bla
bla.....
i dont want to view that. plz note that i am also storing some data in my
control. If anybody knows about this problem then help me.

Thanks in advance.
Ahmad Jalil Qarshi

See <http://support.microsoft.com/kb/827742>

Here, I use these:

[HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Security]
"UFIControls"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\Common\Security]
"UFIControls"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Common\Security]
"UFIControls"=dword:00000001
 
A

Ahmad Jalil Qarshi

Thanks Michael

Michael Bednarek said:
I have made my own activex control and placed it into document using
function AddOLEControl. now when after placing control i save it and reopen
the documet it warns me that this document contains an activex control bla
bla.....
i dont want to view that. plz note that i am also storing some data in my
control. If anybody knows about this problem then help me.

Thanks in advance.
Ahmad Jalil Qarshi

See <http://support.microsoft.com/kb/827742>

Here, I use these:

[HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Security]
"UFIControls"=dword:00000001

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\Common\Security]
"UFIControls"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Common\Security]
"UFIControls"=dword:00000001
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top