• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Draggable frames in VB

TakedownCA

Senior member
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
 
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.
 
Hmm, maybe when I tested it I inadvertently changed one frame's property but tried dragging a different frame. I'll try again.
 
Back
Top