-
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
-
-
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
-
I though you're looking for VB6 Code . Cool you figured it out anyways .;)