Results 1 to 2 of 2

Thread: plz its very urgent

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174

    plz its very urgent

    Hi,

    My problem is in my form i activated the property of form default button to cmdDone. so when i am pressing on enter key this button should activate..fine... but my problem is i want to search an item based on textbox entry and enter key press... how can i achieve this??

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    This sounds like a VB6 (or earlier) question. You'll probably get a better audience in the General VB forum.

    But something like...
    VB Code:
    1. Private Sub cmdDone_Click()
    2.  
    3. 'you'll have to define this sub / function yourself...
    4. DoMySearch(textbox1.text)
    5.  
    6. End Sub
    I don't live here any more.

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