Jump to content

Code: Print Screen

- - - - -

  • Please log in to reply
37 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
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



#2
aserianni

aserianni

    Newbie

  • Members
  • Pip
  • 2 posts
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?

#3
Ken

Ken

    Newbie

  • Members
  • Pip
  • 1 posts
Hi, I have been looking for something like this for ages but I can't open the attached file.

#4
azertykk

azertykk

    Newbie

  • Members
  • Pip
  • 1 posts
cool!!

#5
darksin7

darksin7

    Newbie

  • Members
  • Pip
  • 1 posts
Thanks man, great code!

#6
sLx

sLx

    Newbie

  • Members
  • Pip
  • 1 posts
This is nice, thanks!

#7
phuongp@gmail.com

phuongp@gmail.com

    Newbie

  • Members
  • Pip
  • 1 posts
Nice

#8
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
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.

#9
travy92

travy92

    Learning Programmer

  • Members
  • PipPipPip
  • 76 posts
Hey, i was just wondering.. Did this take much coding? Because i just used the 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.
[SIGPIC]C:\Users\Travis\Desktop\Image Converter\Knight1.bmp[/SIGPIC]

#10
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Looks good to me, travy.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#11
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well my program is way more complicated than yours.. mine uses timers, and can be started and stopped via the keyboard.. etc... etc....

#12
travy92

travy92

    Learning Programmer

  • Members
  • PipPipPip
  • 76 posts
Yep, lol sorry if it seemed rude.
[SIGPIC]C:\Users\Travis\Desktop\Image Converter\Knight1.bmp[/SIGPIC]




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users