Any help is appreciated
Regards
Umbe
Use regedit and then search for:
HKEY_LOCAL_MACHINE\Software\Microsoft\InternetExplorer\
ActiveXCompatibility\{648A5600-2C6E-101B-82B6-000000000014}
If the value of the compatibility flag is 400, Modify the compatibility flag to a value of 0.
it will let you add the control.
> Submitted via EggHeadCafe - Software Developer Portal of Choice
> Review of DevExpress DXperience Control Suite
> http://www.eggheadcafe.com/tutorials/aspnet/f8ce82a9-d5c2-44fc-91af-e67df5ae502f/review-of-devexpress-dxperience-control-suite.aspx
CreateObject("WScript.Shell").RegWrite "HKLM\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{648A5600-2C6E-101B-82B6-000000000014}\Compatibility Flags", 0, "REG_DWORD"
use .vbs extention when saving the file. Double click on the file to run the code. This worked for vba in Autocad 2007
> On Wednesday, September 16, 2009 10:23 PM Umbe wrote: