private void FormFileAidLogin_Load(object sender, EventArgs e) { LogintoolTip.SetToolTip(txtCurrentPassword, "Enter current password"); LogintoolTip.SetToolTip(txtNewPassword, "Enter new password"); LogintoolTip.SetToolTip(btnResetPassword, "Reset Password"); txtCurrentPassword.Focus(); }
private void FormFileAidLogin_Load(object sender, EventArgs e) { LogintoolTip.SetToolTip(txtUserName, "Enter username"); LogintoolTip.SetToolTip(txtPassword, "Enter password"); LogintoolTip.SetToolTip(btnLogin, "Login to FileAid"); }