Good Code, simple to understand, and its my work :)
37 replies to this topic
#1
Posted 18 December 2006 - 10:44 AM
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 :)
Good Code, simple to understand, and its my work :)
|
|
|
#2
Posted 23 July 2007 - 12:38 AM
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
Posted 09 August 2007 - 06:23 AM
Hi, I have been looking for something like this for ages but I can't open the attached file.
#4
Posted 17 January 2008 - 04:08 PM
cool!!
#5
Posted 22 February 2008 - 08:58 AM
Thanks man, great code!
#6
Posted 27 February 2008 - 08:56 PM
This is nice, thanks!
#7
Posted 25 March 2008 - 04:59 PM
Nice
#8
Posted 26 March 2008 - 12:58 AM
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.
BTW I think there is a later version of this code, it's better.
#9
Posted 09 April 2008 - 04:36 AM
Hey, i was just wondering.. Did this take much coding? Because i just used the code:
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.
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]
#11
Posted 10 April 2008 - 04:46 AM
Well my program is way more complicated than yours.. mine uses timers, and can be started and stopped via the keyboard.. etc... etc....
#12
Posted 10 April 2008 - 04:48 AM
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


Sign In
Create Account



Back to top









