J
james
I have several Popup Windows Forms which have a TextBox at the top that I
want the cursor to Focus too when the Form comes up. I am using the
standard control.Focus() but I cannnot seem to get the control to actually
receive the focus. I place my code both in Form_Load and in Form_Activated.
The odd thing is that sometimes it works, and sometimes it doesn't. Is
there a solution for this ??
thanks in advance
want the cursor to Focus too when the Form comes up. I am using the
standard control.Focus() but I cannnot seem to get the control to actually
receive the focus. I place my code both in Form_Load and in Form_Activated.
The odd thing is that sometimes it works, and sometimes it doesn't. Is
there a solution for this ??
thanks in advance