I'm creating an OLE interface with Word97 and I when I set an Object = CreateObject("Word.Basic") I get a compiler error
"Run time Error 429 "
"Active X component can't ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10051507.html
...How can I do this .. I've tried..
ooOBject=CREATEOBJECT('Excel.Application')
and
ooOBject=CREATEOBJECT('Excel.Chart')
and
ooOBject=CREATEOBJECT('Excel.Sheet')
and
ooOBject=CREATEOBJECT('Excel.Ba...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_10074738.html
Zones:
FoxProDate Answered: 09/15/1998 Grade: C Views: 0
I am using an ActiveX DLL developed by someone else (I guess, it's developed using Visual C++).
From VB5.0, I make a reference to it in the project and create objects using New Keyword. Everything...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10117020.html
I need to send a Mail Message through Lotus Notes from MS. Access 97. I have found a Lotus Automation but have not figured out how to send it through yet.. Not connecting to the Database and server...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 07/11/1999 Grade: B Views: 0
I have written an ActiveX EXE that exports a IExtender class so I can write DLLs that extend my app later. This class declares a Run method (with empty body) that extensions will need to implement....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10304901.html
when to use createobject command ?
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_11959738.html
Zones:
FoxProDate Answered: 11/27/2000 Grade: B Views: 4
Hello!
My question is, what i must to use in VB DLL under MTS when i write
dim xmlDoc as MSXML.DOMDocument30
and then do
set xmlDoc = new MSXML.DOMDocument30
or
set xmlDoc = createobjec...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20080008.htm...
Zones:
XMLDate Answered: 06/11/2001 Grade: A Views: 0
Mixture of JavaScript and VBScript really.. Easy if you know how ! read on..
I want to know how to detect plug ins. I know this is not as simple as it could be because Netscape has the navigato...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20082062.html
Hello Everyone!
Im currently working with a product called Reflections for IBM, which is terminal emulation software to communicate with an IBM 3270. Hopefully, someone reading this question ha...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20090853.html
If i enable the IIS to control password, then my application can't work. If disable it, then internet user can't visit my webserver (they are not authorized).
What should i do?
Check this link,...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_20188...