On Apr 12, 1:21 pm, harm.char...@gmail.com wrote:
> I'm trying to select the entire text in a combobox when the combbox is
> dbl clicked.
[quoted text clipped - 13 lines]
> found a solution.
> Can this be done?
Why are you trying to do this? Perhaps there's a different way to
accomplish what you need.
Don't forget that Form1.ComboBox1.Value is the entire text of the
selected item...
Chris
harm.charles@gmail.com - 12 Apr 2008 20:36 GMT
> On Apr 12, 1:21 pm, harm.char...@gmail.com wrote:
>
[quoted text clipped - 22 lines]
>
> Chris
Hi,
Thanks for the reply. I know you can set it to blank when dbl click,
but I was trying to help a friend and they made the requested and I
could not find a way of doing it.
Thats why I'm not sure if it can be done.