+ Reply to Thread
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37

Thread: Code: Print Screen

  1. #1
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Code: Print Screen

    This is a simple application that enables you to take a screen shot at a certain time, depends on the timer you could either start it by pressing the Start button or you can press CTRL + S to Start and CTRL +E to stop!
    Good Code, simple to understand, and its my work
    Attached Files Attached Files

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    aserianni is offline Newbie
    Join Date
    Jul 2007
    Posts
    2
    Rep Power
    0
    i was looking for something similar to this for ages thanks. By the way would any of you guys know some good vb6 tutorials for irc clients?

  4. #3
    Ken
    Ken is offline Newbie
    Join Date
    Aug 2007
    Posts
    1
    Rep Power
    0
    Hi, I have been looking for something like this for ages but I can't open the attached file.

  5. #4
    azertykk is offline Newbie
    Join Date
    Jan 2008
    Posts
    1
    Rep Power
    0
    cool!!

  6. #5
    darksin7 is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    Thanks man, great code!

  7. #6
    sLx
    sLx is offline Newbie
    Join Date
    Feb 2008
    Posts
    1
    Rep Power
    0
    This is nice, thanks!

  8. #7
    Join Date
    Mar 2008
    Posts
    1
    Rep Power
    0

    Re: Code: Print Screen

    Nice

  9. #8
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Code: Print Screen

    Welcome. If you do any improvements on the code please post them.

    BTW I think there is a later version of this code, it's better.

  10. #9
    travy92's Avatar
    travy92 is offline Learning Programmer
    Join Date
    Sep 2007
    Location
    Australia
    Posts
    76
    Rep Power
    17

    Re: Code: Print Screen

    Hey, i was just wondering.. Did this take much coding? Because i just used the code:

    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Me.Hide()
            Threading.Thread.Sleep(2000)
            SendKeys.SendWait("{Prtsc}")
        End Sub
    Which is in VB 2008 code.
    Just hides the form, waits for it to hide and then sends the keys: PrtSc (which is print scren).

    Thanks.
    C:\Users\Travis\Desktop\Image Converter\Knight1.bmp

  11. #10
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: Code: Print Screen

    Looks good to me, travy.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

+ Reply to Thread
Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Screen Print Program
    By sol49 in forum General Programming
    Replies: 1
    Last Post: 10-23-2011, 04:55 PM
  2. Print in screen numbers as inserted ????
    By mihosa in forum C and C++
    Replies: 4
    Last Post: 03-07-2011, 08:08 AM
  3. print to screen without msg box ,help pls
    By romanbodenmiller in forum Visual Basic Programming
    Replies: 6
    Last Post: 12-10-2008, 10:56 AM
  4. print screen power
    By powerenergy in forum Software Development Tools
    Replies: 3
    Last Post: 04-24-2008, 02:06 PM
  5. Code: Print Screen v2
    By TcM in forum Visual Basic Tutorials
    Replies: 5
    Last Post: 09-26-2007, 05:17 AM

Tags for this Thread

Bookmarks

Posting Permissions

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