ADO DOT NET
Well-known member
- Joined
- Dec 20, 2006
- Messages
- 156
Hi everyone,
My application needs outlook 2007 installed property to run.
I mean I have used some COM components from outlook 2007 in my app.
So if outlook is installed on the target system, my application wont have problem.
Otherwise my app wont even start and will close with an error.
I can check if outlook is installed on the system via registry.
But the question is that my only way would be importing those COM dlls at runtime to my app.
Is such thing possible in VB.NET 2005?
Exactly like you add some COM component reference at design time to the application?
In this way I can check first if outlook is installed then import those COM dlls to my app?
Thanks.
My application needs outlook 2007 installed property to run.
I mean I have used some COM components from outlook 2007 in my app.
So if outlook is installed on the target system, my application wont have problem.
Otherwise my app wont even start and will close with an error.
I can check if outlook is installed on the system via registry.
But the question is that my only way would be importing those COM dlls at runtime to my app.
Is such thing possible in VB.NET 2005?
Exactly like you add some COM component reference at design time to the application?
In this way I can check first if outlook is installed then import those COM dlls to my app?
Thanks.