• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

C# code

Do you want to open it and show it to the user? Or just open it and suck down the content into a string? Or a file, or something else?
 
Yeah, very open ended question :)

Are you looking for something simple like how to redirect a user to another webpage (redirect).

Or do you want to write a C# application that goes to a webpage, reads it, (parses it perhaps) and displays the contents (i.e., a C# web browser)?
 
C# has a Browser object built in. You drag and drop it onto your Form, and viola. You can make an address bar, and have it redirect the browser to another location, etc. The sky is the limit. Just look for a Web Browser object of some sort (I forget the exact name). It is very easy to utilize assuming you want a small broswer.
 
Back
Top