Results 1 to 4 of 4

Thread: drag and drop textboxes

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    219

    Question drag and drop textboxes

    Please help. How do I show a form for user to enter information in the textbox, query a database, and finally drop the contents from textbox1 and the sql query to textbox2? I know how to drag and drop from one textbox to the next but I wasn't able to show a form and then query a database before the drop is finalized.

    Many thanks in advance!

    Chong

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    See this link , and browe database section . . A lot of examples and ways to do it .

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    219
    Thanks for trying to help. The link you suggested doesn't seem to have an example for VB .NET. Most of the examples, when I do a search on drag and drop, are for VB5 and VB6. Anyway, I have figured out how do what I initially trying to do now. The problem I have next is draging from a list box to a textbox. I use the listbox.selecteditem() but somehow if I drag any additional item from the listbox, it doesn't work. Only the first try will the drag and drop work. The selecteditem() doesn't seem to get refresh.

    Chong

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I though you're looking for VB6 Code . Cool you figured it out anyways .

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