timvk
Sep 25 2007, 07:15 PM
| | hi you all,
I am totally new, and i tried it for days now in VB2005 (free one ). Like the topic already said i want to make a program that press a keybord key every minute for a program that is running on the background (small window, half the size of the total screen). I also searched alot on the web, and finally found this one:
http://www.trap17.com/index.php/creating-t...ram_t35341.html
I hope you guys could refine it a bit to the thing I mentioned above because i cant figure it out (a pitty!!!!)
greets Tim |
Reply
Recent Queries:--
timer vb2005 - 81.64 hr back. (1)
Similar Topics
Keywords :
timer vb2005- Timer
- is it possible in vb 6.0 to make a while statement which executes ever (6)
- Using A Timer In A Array...
- (2)
I'm usually very well a creating a problems and then finding a solution. However this time
I'm stumped. I'm attempting to create timers.. I know this is possible by doing...
visual basic code:--------------------------------------------------------------------------------
Option Explict Dim WithEvents tmrTimer1 As VB.Timer Private Sub Form1_OnLoad() Set tmrTimer1 =
Me.Controls.Add("VB.Timer", "Timer1") End Sub
-------------------------------------------------------------------------------- Now, what I need
is to be able to create those timers, but creat...
Looking for timer, control, key, press, minute, vb2005