N
nikolaosk
hi there!!!
i use this chunk of code to create an instance of outlook.
i use vbscript to instantiate it.
i can create it but i can not see it.
-------------------------------------
Set myOlApp = createobject("Outlook.Application")
myolapp.visible=true
-------------------------------
it complains and says that visible property is not supported.
when i write this piece of code though
--------------------------
set app=createobject("internetexplorer.application")
app.visible=true
app.navigate "www.bbc.co.uk"
------------------------
i create an instance of explorer, i can see it and then navigate in th
desired url.
i want to be able to see outlook as well.
please help !!!
thanks a lo
i use this chunk of code to create an instance of outlook.
i use vbscript to instantiate it.
i can create it but i can not see it.
-------------------------------------
Set myOlApp = createobject("Outlook.Application")
myolapp.visible=true
-------------------------------
it complains and says that visible property is not supported.
when i write this piece of code though
--------------------------
set app=createobject("internetexplorer.application")
app.visible=true
app.navigate "www.bbc.co.uk"
------------------------
i create an instance of explorer, i can see it and then navigate in th
desired url.
i want to be able to see outlook as well.
please help !!!
thanks a lo