move control by dragging?

wz2jrz

Newcomer
Joined
Apr 24, 2003
Messages
16
i am interested to move a panel control in a form by mouse dragging. how is this possible in vb.net?
 
From what I've been told you can drag the contents of controls using inbuilt methods but not the actual control itself. I wanted to do this so ended up coding it myself, which turned out to be quite simply
 
in my case, i am trying to move a panel on top of a richtextbox.. .panel is container object having buttons, listbox etc.. i want to act panel as a toolbox window but didnt want to use a form since i dont want tool window to close.. it should always be open on richtextbox..
 
Back
Top