-
Hey well, I was making a toolbar for windows and I wanted it to be lockable and unlockable, however, wouldn't let me run it because it said something or other, check it out for yourself and tell me if it works.... here's the code
Private Sub MNUunlock_Click()
If (mlock) = (1) Then
Form1.ControlBox = True
Form1.Moveable = True
mlock = 0
Else
MsgBox "The Menu is already unlocked!"
End If
End Sub
It's in the files menu, said something like:
"function or interface marked as restricted."
----------------------------------------------------------
Wisdom is supreme, therefore get wisdom,
though it costs all you have, get understanding.
Proverbs 4:7
----------------------------------------------------------
-
<?>
properties = design time only..can't be set at runtime...
-
Well. that sucks...
Well, that sucks... now I can't lock it! :(