Forum: C# Sep 23rd, 2008 |
| Replies: 12 Views: 18,959 It works when correct details are entered ?
I checked it again and working fine with me.
Regards, |
Forum: C# Sep 22nd, 2008 |
| Replies: 12 Views: 18,959 Hello,
if (admId == autAdmin && passw == autPass)
{
MessageBox.Show("Welcome!");
}
... |