c# getting a result form url that is executed

  • Thread starter Thread starter elfenliedtopfan55
  • Start date Start date
E

elfenliedtopfan55

Guest
ok i have created a login form and register form the user fills out normal sign in process but the url is a php sign in link so you have the following link


https://www.elfenliedtopfan5.com/API/execute.php?action=registerUser&userName=THISISATEST&password=TESTME&repassword=TESTME&registerKey=N0QxoXM


and when this link is executed it loads a webpage and displays.

OK:DONE that is it but is there a way of doing this in c# and getting it to display without opening up web browser or without using web contol in c# idealy i would just like the ok display show on the form or message box once done.

Continue reading...
 
Back
Top