Help appreciated: VB.Net I would like to create an environment where the
end user can drag&drop images from an image pallette to a form. I can handle
the d&d, but I am confused about how to allow the user to move images, one at
a time, and drop them wherever they want, onto a single (large) form. The
end product would be a single form with a bunch of images dropped on it,
wherever the user wants.
Rick Rothstein - 30 Nov 2004 15:57 GMT
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...
microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
microsoft.public.vsnet.general
There are some others, but these should get you started.
Rick - MVP
> Help appreciated: VB.Net I would like to create an environment where the
> end user can drag&drop images from an image pallette to a form. I can handle
> the d&d, but I am confused about how to allow the user to move images, one at
> a time, and drop them wherever they want, onto a single (large) form. The
> end product would be a single form with a bunch of images dropped on it,
> wherever the user wants.