G
Gekotec
how can i make a form that allows the user to enter a username and
password to connect to a different application or website. i know that
linking buttons to apps or websites is this:
System.Diagnostics.Process.Start(@"C:\My folder\appname.exe");
but how can i create a form that requires the username to enter a
specific username of password so they can be linked to a different
application or web address.
password to connect to a different application or website. i know that
linking buttons to apps or websites is this:
System.Diagnostics.Process.Start(@"C:\My folder\appname.exe");
but how can i create a form that requires the username to enter a
specific username of password so they can be linked to a different
application or web address.