wz2jrz Posted May 4, 2003 Posted May 4, 2003 i am interested to move a panel control in a form by mouse dragging. how is this possible in vb.net? Quote
hog Posted May 5, 2003 Posted May 5, 2003 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 Quote My website
wz2jrz Posted May 5, 2003 Author Posted May 5, 2003 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.. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.