S
sreelakshmi
Hi
I am working on integrating some help modules and i need to launch the
browser with a url like
X:/WebHelp_WithTOC/index.htm#mergedProjects/ProductA/ProductA_Form1.htm
while i can have a form and a webBrwoser control in it and pass this as
a URl, i want to specifially launch IE with this page.
The standard System.Diagnostics.Process.Start(String filename) does not
work in this case. The error is 'the specified file could not be
found'. In this function it considers the entire string to be proper
path for a file cos the string starts with X:.
How can i launch this url in a new instance of IE?
Thanks
I am working on integrating some help modules and i need to launch the
browser with a url like
X:/WebHelp_WithTOC/index.htm#mergedProjects/ProductA/ProductA_Form1.htm
while i can have a form and a webBrwoser control in it and pass this as
a URl, i want to specifially launch IE with this page.
The standard System.Diagnostics.Process.Start(String filename) does not
work in this case. The error is 'the specified file could not be
found'. In this function it considers the entire string to be proper
path for a file cos the string starts with X:.
How can i launch this url in a new instance of IE?
Thanks