Click here to Skip to main content
15,887,379 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
First of all thank you code-project to help me in completing different tasks.
Now I need a little help with visual studio web-browser.
my question is we assign URL in properties but how we can get URL of web-browser from text file.
I code a web-browser application which disable some of windows feature while the browser is running but I want to change its URL from text file which is required when the user changes its web address because I can't give it option on run time just like text box to put the URL.
assigning URL form run-time is not allowed in my application.

Please help me to get URL from TEXT FILE

Regards
M Nadeem
Posted
Comments
Richard MacCutchan 6-Feb-15 4:31am    
It depends what language you are coding in, but you most likely need to use one the file stream reader classes to read the file.

1 solution

Thanx Richard I done this already
 
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