T
TNL
Hi,
I have a textbox, I want to save the cursor postion in this textbox in a
variable, when user leaves it ( event lostFocus).
When user click a button, a correspond. text will be insert in the actual
position.
But on event Lostfocus I receive only value 0:
private iPos as integer
Private Sub txtRegel_LostFocus()
iPos = txtRegel.SelStart
End Sub
Can anybody help me.
Thanks
I have a textbox, I want to save the cursor postion in this textbox in a
variable, when user leaves it ( event lostFocus).
When user click a button, a correspond. text will be insert in the actual
position.
But on event Lostfocus I receive only value 0:
private iPos as integer
Private Sub txtRegel_LostFocus()
iPos = txtRegel.SelStart
End Sub
Can anybody help me.
Thanks