Finding an open file

beverard

New member
Joined
Sep 19, 2008
Messages
2
Programming Experience
10+
Hi - first time post. I an running vb and Rational Framework together, and open a web page. I need to look at the source code for that page, so I use input keys to view the source code, which opens a notepad file. The problem is, I can't access the notepad file to read from it or even just to save it. Anybody out there help me?

Thanks,

Bruce
 
Retrieve the web pages source code and store the data in a control such as a richtext box. You can then output the info to a file if needed.
 
Back
Top