User Profile
Collapse
-
I don't know how you have left the form, but if it is using the "Form.hide" command, this means that the form is still loaded, and when you come back to it, the program believes it has already done what you wanted. If this is the case, use "Unload Form1" instead of "Form.Hide" . -
Help needed with Drag-drop in Visual Basic6
Hi,
I am using VB6 for a school project. In my program, certain objects (currently Image boxes) need to be dragged to other areas of the screen. If they are placed over another image, they disappear.
I was hoping to use a drag-drop control to do this, but I haven't been able to find anything that works. At present, I set the 'dragmode' to Automatic, so if I hold the mouse button and drag, an outline follows. But when I release,...
No activity results to display
Show More
Leave a comment: