Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 11 of 11

Thread: help me

  1. #1
    Join Date
    Feb 2006
    Posts
    4

    help me

    helo frinds...

    i need your help

    how i can to put pass for my project
    that main no open my project without but the pass


    and how i can to burn my project to disc
    and that open automatic when i put the cd in the cd-rom

    i don't know english 100%
    so if you can to put picture put hem pls

    my email: khaledkhalel20@hotmail.com

    tanks alot...

  2. #2
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    you can just use the "PUBLISH" option and chose burn CD.

    as for the password question.

    check out the sample. thats the way i do it.

    the password answer is password. type it in wrong and you cant get into the project.

    the main code is in the project "On Startup" section.

    chris
    Attached Files

  3. #3
    Join Date
    Feb 2006
    Posts
    4

    tank alot

    hi stickck...

    tank alot stickck for your help

    put i don't anderstand how you do that & how you choose the password


    i open your sample put!!!! i don't know where i can to go to this options


    i ask you if you can send me a picture -how i can to doing that

    tanks alot

  4. #4
    Join Date
    Feb 2006
    Posts
    4

    hi

    hi stickck

    i can to use your sample to start a new project

    put i have eraldy my project & i want to put pass for hem

  5. #5
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Hi, How do you get the words to scroll like that on the bottom?
    I look in the file but could not see how it was done.

  6. #6
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    if you go to to PROJECT on the menu bar of AMS 6, you will see the Actions button. in there under yhe Startup tab you will see the message dialog and a if then statement that will run Application.Exit() if the wrong password is entered.

    the password is located under the global section which can also be located under the PROJECT menu on the menu bar for AMS 6

    it looks like this
    Code:
    pass = "password"
    thats how you set the password. make sure you keep it inbetween "" or else it will be looking for a the string assigned to the it.

    there are unlimited way to do this. i figured this would be the easiest.

    chris

  7. #7
    Join Date
    Feb 2006
    Posts
    4

    tank alot

    tank you stickck


    i now know how doing that
    with you'r help

    i sucssed

    tank alot

  8. #8
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    no problem!

  9. #9
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    Quote Originally Posted by bobbie
    Hi, How do you get the words to scroll like that on the bottom?
    I look in the file but could not see how it was done.
    Scroll like what? i dont see what youre talking about.

  10. #10
    Join Date
    Feb 2005
    Location
    Mn
    Posts
    770
    Think it got posted in wrong forum.

  11. #11
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    i was wondering. i didnt put any scrolling text in the sample.

    chris

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts