[RESOLVED] UI issue - drag & drop and other questions
Hi,
I was required to build a staff's roster system. My question is how can we do a drag & drop ? Is there any exisiting class that support this ???
As I plan to drag the staff name to a let's say a panel and assign his roster for next week.
Any replies will be greatly appreciated. :)
Re: UI issue - drag & drop and other questions
I havn't looked at this sample, since it was not my part of the D# project. But Kleinma helped out Wossy with some drag and dropping for the map editor.
Source code here:
http://vbforums.com/showpost.php?p=2...&postcount=267
[Edit]Mr.Polite...now delete your post and repost it, so it looks like I am writing faster then you..grrrr
[Edit2]Hehehehe..and you did it too..:D.heheeh
- ØØ -
Re: UI issue - drag & drop and other questions
Quote:
Originally Posted by NoteMe
[Edit]Mr.Polite...now delete your post and repost it, so it looks like I am writing faster then you..grrrr
- ØØ -
what exactly is this "staff name"?
is this just plain text that you want to drag drop to the panel control? or is it a label control or what?
drag drop functionality is built in... controls support it.
look over this, then post again:D
http://www.codeproject.com/cs/miscctrl/LANDragDrop.asp
done:afrog:
Re: UI issue - drag & drop and other questions
Thanks guys...
Please pardon me, but how do u mark this thread as [resolved] ?
Cheers
Re: UI issue - drag & drop and other questions
Drop down the Thread Tools menu and click "Mark Thread Resolved." There is a FAQ tutorial in my sig.