Visual Basic6.0 object cannot be dragged

I am new to visual project, I have downloaded some of the totalists for testing, however I found that the object in this project cannot be dragged to move or edit, does anyone know that it has the function of locking the object in VB if any, like i can unblock it

+1


source to share


2 answers


Are you saying that you are in the VB6 form designer and you cannot move any controls on the form?

If so, I seem to remember that there is a "locked" property for the form - the parameter for it should be in the properties window.



Hope it helps ...

+3


source


I read this in the post, it was the following google search link after that for 'vb6 unlock drag move'. This worked for me.

This might not be a problem, but something you can check: There's a hidden setting (Microsoft even hides the settings from programmers!), Which will cause the controls to be disabled. Open the .FRM file in Notepad. If it contains the line: LockControls = -1, then remove that line.



The original poster was named "Mayana" at: http://bytes.com/topic/visual-basic/answers/14881-cant-move-controls-form

+3


source







All Articles