Draggable frames in VB

TakedownCA

Senior member
Dec 18, 2000
305
0
0
For some reason I can drag and drop frames used in my VB program. Their positions don't actually change, but I can still select and drag their outlines. What property controls this? I want the frames on the form to blend together without any of the frames being individually discernable. None of them have a border so they look good, but it's strange that you can select them. I've put up some pictures of the problem. Thanks for any help.

http://members.cox.net/takedown/drag.htm
 

gdtaylor

Member
Feb 17, 2003
80
0
66
I just tested this and for me at least setting the DragMode property to 1 allowed me to drag the outline of the frame around on a form. Setting the DragMode property to 0 fixed the problem. Make sure that you are not setting the DragMode property at runtime in your code.
 

TakedownCA

Senior member
Dec 18, 2000
305
0
0
Hmm, maybe when I tested it I inadvertently changed one frame's property but tried dragging a different frame. I'll try again.