Need drag n drop example using xaml and vb  
Author Message
moondaddy





PostPosted: Windows Presentation Foundation (WPF), Need drag n drop example using xaml and vb Top

I'm new to xaml and wpf and am wanting to learn how to drag and drop rectangles. I've found a number of samples all in c# but I havent been able to convert them to vb. One sample was by Lester Lobo at http://blogs.msdn.com/llobo/archive/2006/12/08/drag-drop-library.aspx and the other was by Josh Smith at http://www.codeproject.com/WPF/DraggingElementsInCanvas.asp. Can anyone recomend a good tutorial in vb

Thanks.



Visual Studio 200826  
 
 
Suprotim Agarwal





PostPosted: Windows Presentation Foundation (WPF), Need drag n drop example using xaml and vb Top

Dear moondaddy,

Try this link

http://blogs.msdn.com/unnir/archive/2006/01/31/521065.aspx

Even though not in vb, you should be able to get an idea on drag drop operations. Let me know if you have any problems translating the code to vb.

HTH,

Suprotim Agarwal



 
 
LesterLobo - MSFT





PostPosted: Windows Presentation Foundation (WPF), Need drag n drop example using xaml and vb Top

marcelo has the code in vb.  blogs.msdn.com\marcelolr