Password protect

Discussion in 'AutoCAD' started by kb, Apr 1, 2005.

  1. kb

    kb Guest

    How do you password protect code based on the loading of the dvb file?

    Is it also possible to password protect a multipage? So for instance if I have 3 multipages, how do you prevent a user from clicking on the multipage tab without having to enter a password? Below is the code example from the help for the password protect portion, but I can't get it to work within certain parameters. (ie, individual projects, individual select pages in a multi page)

    Dim Password, Pword
    Password = "test"
    Pword = InputBox("Type in your password")
    If Pword <> Password Then
    MsgBox "Sorry, incorrect password"
    End
    End If
     
    kb, Apr 1, 2005
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.