com >> VB.NET - List Boxes and Dra-Drop

by Dwayne Gaddy » Sun, 11 Sep 2005 00:41:25 GMT

Hey all,

I have a windows form with a list boxes. I have data binded the list boxes
with data from my sql database. I want to use drag and drop to allow users
to choose different options from the list boxes on the form and drag them
into another empty list box that is not bound to any data when the form
loads. I was wondering is it possible to use drag and drop with data binded
list boxes ? If it is possible do you know of any place on the net that
shows a good example ?

P.S. I can implement drag and drop when the list boxes are not data
binded...

Thanks in advance!

Dwayne




com >> VB.NET - List Boxes and Dra-Drop

by Jan Hyde » Mon, 12 Sep 2005 16:04:44 GMT


"Dwayne Gaddy" < XXXX@XXXXX.COM >'s wild thoughts
were released on Sat, 10 Sep 2005 12:41:25 -0400 bearing the
following fruit:


To Quote Rick

Almost everybody in this newsgroup is using VB6 or lower.
While you may get a stray answer to VB.NET (including VB2003
and VB2005 which has dropped .NET from its name) questions
here, you should ask them in newsgroups devoted exclusively
to .NET programming. Look for newsgroups with either the
word "dotnet" or "vsnet" in their name.

For the microsoft news server, try these newsgroups for
Visual Basic .NET related questions...

microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.languages.vb.upgrade
microsoft.public.dotnet.languages.vb.controls
microsoft.public.dotnet.languages.vb.data

And these for more general .NET questions

microsoft.public.dotnet.general
microsoft.public.vsnet.general

Note: There are many other .NET newsgroups (use the first
three "fields" from the last two as templates when searching
for them), but the above ones should get you started.






Jan Hyde (VB MVP)

--
I went to the butchers the other day and I bet him 50 quid that he couldn't
reach the meat off the top shelf. He said, "No, the steaks are too high."

[Abolish the TV Licence - http://www.tvlicensing.biz/ ]




Similar Threads

1. ASP.net list box & drop down list - VB.Net

2. Drop Down List Box Asp.net (VB)

I have a drop down list box that I populate with dat

I actually have two of them, one databound, one not.  The problem is that I can't seem to get the system to recognize that I have actually selected something different than the default. 

In the forms edit button I call the code like the following example

Dim MyUsr As UserRe
MyUsr = New UserRe
MyUsr.MyValue = DDLListValues.SelectedValu
MyUsr.Updat

Yet no matter what I select when running the code, the item selected at form_load is always saved as the value

Anyone know what I am doing wrong

Thank

Art DeBuign

3. drag/drop with data bound list boxes in visual basic .net

4. Drop Down List Box and VB Coding

I have coding so that when data is entered in cell A1, the 
date the data was entered will appear in cell B1.  I would 
like to add a drop down list box to A1 and also have the 
same outcome when a selection in the box is selected.  I 
tried linking the outcome of the listbox to cell A1, but 
it did not seem to work.  Does anyone have any 
suggestions?  Anything will help.  Thanks!

Todd

5. Make a html Drop Down list behave like a vb Combo Box

6. Popup with a drop down list (asp.net and vb.net)

7. Drop down lists from asp.net to vb.net