G
george
Hi,
On the click event of txtTest I use the following code to
select the whole text when I click on it:
Me.txtTest.SelStart = 0
Me.txtTest.SelLength = Len(Me.txtTest)
and it works well. However it doesn't work when I try to
do the same thing with a combo box. Can someone please
help?
Thanks in advance, george
On the click event of txtTest I use the following code to
select the whole text when I click on it:
Me.txtTest.SelStart = 0
Me.txtTest.SelLength = Len(Me.txtTest)
and it works well. However it doesn't work when I try to
do the same thing with a combo box. Can someone please
help?
Thanks in advance, george