Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am building a web browser and i want to use the IP address to navigate to the web site, now i am getting the IP through the System::Net:Dns class but i am unable to use it in the WebBrowser tool because it only takes strings or URLs.


what can i do?
Posted

1 solution

You can use a string to store an IP address.

Example:

WebBrowser1.Navigate("74.125.230.112")
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900