Results 1 to 5 of 5

Thread: Textbox???

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    6

    Talking

    Friend's,

    How do make change textbox automaticly for other textbox???
    Don't like tab!!!

    Tnk's

    [Edited by rlamrf on 11-06-2000 at 02:57 PM]
    ##!!##

  2. #2
    Lively Member
    Join Date
    Oct 2000
    Location
    Chicago
    Posts
    97

    Didn't understand you question

    Can you be more specific as what your problem is..I didn't understand what you actually want
    Anil

  3. #3
    Lively Member Skateboarder's Avatar
    Join Date
    Nov 2000
    Location
    Delfzijl, the Netherlands
    Posts
    66

    Mmmm

    What exactly do you mean?
    To VB or not to VB, that's the question...

  4. #4
    Guest
    If you mean to give the focus to the TextBox, then use the SetFocus method.
    Code:
    MyTextBox.SetFocus

  5. #5
    Addicted Member Ramandeep's Avatar
    Join Date
    Feb 2000
    Posts
    158
    Do u mean that u don't like pressing the TAB key to move from one text box to another?

    If so u must really be lazzzzzzzzzyyyyyyy!!!!!

    What method do you want using the mouse would be a similar processes in fact a longer one than using the tab key, no?

    BE MORE SPECIFIC

    Would the Enter key be easer, or is it still to far to reach?

    for using enter use code like:

    If KeyAscii = 13 Then
    KeyAscii = 0
    Text2.SetFocus
    End If

    replace object names as appropriate.



    [Edited by Ramandeep on 11-06-2000 at 05:43 PM]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width