How can I get my program to open a file on a remote server?

For example, if I wanted to open the following file and read the contents into a string: http://lueshi.fortunecity.com/password.txt

What do I need to do? I'm completely new to network operations with VB, so go easy on me.