Results 1 to 5 of 5

Thread: Dup Forms

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    33

    Post

    Whats an Easy to Duplicate a Form?

    Say when User Opens frmMain, then clicks a Button. I want the Button to Open Either the Same form or New form, For the same Project!

    Thanks

  2. #2
    Lively Member flint's Avatar
    Join Date
    Oct 2000
    Posts
    67
    Plug in what you want the button to show

    Code:
    Private Sub Button1_Click()
      frmIntro.Hide
      frmStepOne.Show
    End Sub
    (Why would you need to click a button to show the same form that is active?) Maybe I misunderstood your question.

    Flint

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    33

    Talking nah that kinda worked..

    Nah, Since Im learning, Im messing around with things, and need something to put on friends computers when the get up from there Computer. So I just want Duped forms...

    Thanks Again


    "I Get Bored Easly!"

  4. #4
    Lively Member flint's Avatar
    Join Date
    Oct 2000
    Posts
    67
    IC....hehe good one. Try making one where the button moves as you try to click on it.

    I think that It is on the OnMouseOver Event of the button you can add code (+1) to the .Top and .Left properties to make the button move as they try to click on it.

    I've never made one of these but I have seen one. It said "To receive your bonus Click here" ....now that's a rude awakening ....lol

    Or try making a fake progress bar that has the caption of "Now installing a virus...." Or "Now connecting to Microsoft to identify pirated software on your system..." that'll get'em

    Of course I'd never do that.

    Flint

  5. #5

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    33

    Cool

    Yea I made one the other day that freaked a guy out. he went to the talk to the professor, and came back I had made a little program that read "WINDOWS ERROR" }Title{ and sayed
    "Windows has preformed an Illegal Opperation! Windows Will now Be Restareted"
    I didnt set it to restart Just made it to not be able to Cancel Or click Ok... It was funny...

    Thanks again...

    Oh yeah there was one program that copyed your hard drive and deletled it, but didnt...Just kinda showed that it did. it used the WinExplorer.
    Ok..late


    "Ok, But, Thats, the Last Straw!"

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