|
-
Mar 29th, 2001, 01:27 PM
#1
Thread Starter
Frenzied Member
maybe that can help you :
Code:
Private Sub Command1_Click()
For x = 1 To Len(Text1)
If Mid(Text1, x, 1) = " " Then
Text1.SelStart = x
Text1.SelLength = 0
Text1.SetFocus
End If
Next x
End Sub
-
Mar 29th, 2001, 01:28 PM
#2
Thread Starter
Frenzied Member
what the @%&* happen here,
you started the post, not me!!
oh well
-
Mar 29th, 2001, 01:46 PM
#3
Member
Hey I need help I got a text box and i need to default the cursor to arrow over 1 space so it is between text i have defaulted there NOT mouse cursor but the blinking cursor what code can I use to do this I am stuck. Any help is greatly appreciated thanks.
Robb
-
Mar 29th, 2001, 02:39 PM
#4
Hehe, I've seen this happen before, very cool .
-
Mar 29th, 2001, 02:44 PM
#5
Thread Starter
Frenzied Member
i think it's because john sort the thread by date and time!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|