private void timer1_Tick(object sender, EventArgs e) { if (Clear_btn.Focused || Show_Pass_btn.Focused) { Title_bar_lbl.Focus(); } }
private void Select_Files_Form_Deactivate(object sender, EventArgs e) { Title_bar_lbl.Focus(); }
private void ABOUT_FRM_Deactivate(object sender, EventArgs e) { Title_bar_lbl.Focus(); }
private void FOLDERS_DIALOG_FRM_Deactivate(object sender, EventArgs e) { Title_bar_lbl.Focus(); }
private void CHANGE_PASSWORD_FRM_Deactivate(object sender, EventArgs e) { Title_bar_lbl.Focus(); }
public HELP_FRM() { InitializeComponent(); Title_bar_lbl.Focus(); }