R
Robin
Hi
How can I automatically select all text in a ComboBox text area when the
cursor is placed in that area? I can use SelStart and SelLength to do this
from a different control, but I cant find an appropriate ComboBox event to
do this. Got Focus only seems to work if the dropdown part of the box is
opened - (the event is triggered correctly by clicking the text area, but
having the cursor in the text seems to override SelStart and SelLength).
Alternatively, am I missing something in the ComboBox properties that would
give this behaviour anyway?
Regards
Robin
How can I automatically select all text in a ComboBox text area when the
cursor is placed in that area? I can use SelStart and SelLength to do this
from a different control, but I cant find an appropriate ComboBox event to
do this. Got Focus only seems to work if the dropdown part of the box is
opened - (the event is triggered correctly by clicking the text area, but
having the cursor in the text seems to override SelStart and SelLength).
Alternatively, am I missing something in the ComboBox properties that would
give this behaviour anyway?
Regards
Robin