Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello All,

I am looking for simple code in VB.NET where implementing drag & drop including changing the mouse icon when dragging and dropping.

I know there are many articles and examples , but i am kind of lost between them ...

just need a direction where should apply the icon change code.

Thanks.
Posted

1 solution

Hi,
To change the mouse Pointer in vb.net
Me.Cursor = Cursors.Hand

Check this link, Hope so it will help you while Drag and Drop.
http://stackoverflow.com/questions/5206999/change-cursor-as-feedback-in-dragdrop-vb-net-2010[^]

Custom Mouse Cursors (VB.NET)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900