A
AAaron123
I have an vs2008 app that generates a website.
I have a vs2008 app that uses the webbrowser and does this:
WebBrowser1.Navigate(New Uri(address))
the address is:
http://localhost:1226/Mr. Louis Jones/
If I'm running the app that generates the website and it has open the
website, the webbrowser app will open the website OK
But if the generating app is not showing the website the webbrowser app can
not find/show the website.
If you know what is going on I'd appreciate learning about it.
Thanks
I have a vs2008 app that uses the webbrowser and does this:
WebBrowser1.Navigate(New Uri(address))
the address is:
http://localhost:1226/Mr. Louis Jones/
If I'm running the app that generates the website and it has open the
website, the webbrowser app will open the website OK
But if the generating app is not showing the website the webbrowser app can
not find/show the website.
If you know what is going on I'd appreciate learning about it.
Thanks