Hello
I have a label such as :
label1->text= “&method”
and I have a textbox
I want that the textbox receives the focus when the user press alt+m
In borland C++ builder I did
label1->FocusControl=textbox1;
But I don’t know what shoul I do in Microsoft Visual C++
Please, help me
Jack Hanebach - 15 Jun 2005 19:09 GMT
> Hello
> I have a label such as :
[quoted text clipped - 5 lines]
> But I don’t know what shoul I do in Microsoft Visual C++
> Please, help me
Make sure TabIndex of the TextBox is one more than TabIndex of the label