Results 1 to 3 of 3

Thread: Well, it's me agian

  1. #1

    Thread Starter
    Member Cahlel's Avatar
    Join Date
    Aug 2000
    Location
    Earth (I think)
    Posts
    63

    Exclamation

    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
    ----------------------------------------------------------

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    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

  3. #3

    Thread Starter
    Member Cahlel's Avatar
    Join Date
    Aug 2000
    Location
    Earth (I think)
    Posts
    63

    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
  •  



Click Here to Expand Forum to Full Width