|
-
Aug 3rd, 2000, 12:31 PM
#1
Thread Starter
Member
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
----------------------------------------------------------
-
Aug 3rd, 2000, 12:43 PM
#2
_______
<?>
properties = design time only..can't be set at runtime...
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Aug 3rd, 2000, 12:46 PM
#3
Thread Starter
Member
Well. that sucks...
Well, that sucks... now I can't lock it!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|