Basic move or copy command with drag

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm a newbie with vb.net but I'm very excited about the first tutorials I did.
To get any further with VB.net I'm trying to (re)create some autocad commands (and a own features, eventually).
I'm trying a move command now.A recreation of the Autocad command.
The selection of object works. Moving the set between two points works. The only thing thats too advanced for me is the drag posibility VB offers.
I looked close to the code by Kean Walmsley. http://through-the-interface.typepad.com/through_the_interface/2010/06/allowing-interactive-dragging...
But I'm a newbie and fail to translate the C# code correctly. The dragcallback is a mystery to me.
Can anyone help me with a (simple) piece of code from which I can learn how the drag/jig system for selections works? Or has anyone a sample code of a command that's similar to the move or copy command so I can learn from those examples.
Thank you very much!!!
Jeroen