ToolStripTextBox focus problem

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...
 
O

osmarjunior

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.
 
O

osmarjunior

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top