Click to See Complete Forum and Search --> : Help! Creating movable(drag&drop) buttons


thomasa
October 6th, 2003, 07:54 AM
Hey.

I'm trying to create a windows form consisting of different sized buttons witch can be copied(by drag&drop) onto a panel.
Buttons that is on the panel can be moved around and locked inn position on the panel.
The buttons on the panel shall be replaced with pictures(buttons) that shall contain diffrent commands.
The panel(containing (piture)buttons), shall be used in another windowsapplication in fullscreen mode.

http://www.codeguru.com/forum/images/picCreatePage.gif

Can I use the button-class or should I create my own button class?
Should I use panel, listview or somthing else?

Or is there a better way of doing this?

Does there exist (c#)examples of somthing like this on the www?

Any help is neaded
:(

Thanks