access Web brower from MS Word 2003

C

Claudia

Hi,
I would like to access from MS Word 2003 a Web browser page such as Internet
Explorer which is running at the same time on the client machine.

Or generally speaking, how can I see and access with .NET applications
running on the client machine??

Thanks for help!

Claudia
 
A

Alvin Bruney [MVP]

the document exposes the hyperlink object that takes an url as a parameter.
Have a look at it.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 
C

Claudia

Hi,
Thanks for your reply. I had a look at the hyperlink object. Unfortunately
it is not clear to me how I am supposed to handel this COM object to integrat
and use it in my C# code. I am new to Windows programming and I am just
getting a bit familiar to .NET, C# and VSTO.
But this COM stuff and all these interfaces are still very confusing...

Can you recommend me a good book maybe?

Thanks, Claudia




Alvin Bruney said:
the document exposes the hyperlink object that takes an url as a parameter.
Have a look at it.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------


Claudia said:
Hi,
I would like to access from MS Word 2003 a Web browser page such as
Internet
Explorer which is running at the same time on the client machine.

Or generally speaking, how can I see and access with .NET applications
running on the client machine??

Thanks for help!

Claudia
 

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