ToolStripTextBox focus problem

  • Thread starter Thread starter osmarjunior
  • Start date Start date
O

osmarjunior

I cannot set focus on a ToolStripTextBox of my tool bar.

I've tried the following:

myToolBar.Select();
myTextBox.Focus();

The edit cursor doesn't appear on the text box... strange!!!...

Junior...
 
Hi, I still haven't found any solution to this case.
If anybody knows the solution to this problem, i would appreciate.

Thanks anyway.

Junior.
 
It doesn't work anyway. I've tried a lot of commands...
The buttons in the tool bar can be selected, without any problem.
But the text box don't... (the property CanSelect of the text box is
always false...)

Is there some way to perform a Windows message in the tool bar???
(... like send a message to it to perform a Tab key press...)

Regards...

Junior
 
Back
Top