PDA

View Full Version : I need some easy help



yanix
01-06-2008, 06:03 PM
Ok.. all i whant is these stuff...

When u press like F1 it sends a message
When u press like F2 it stops :D

Waddo
07-04-2008, 06:28 PM
use
private sub form_keypress(byval keyascii as integer)
if asciikey (ascii code for the buton) then
sumit
end if
end sub

or sumit like that

MineOrChop
07-04-2008, 06:31 PM
^That - more or less

And use a timer to Send keys (say um, 10,000MS...Send that message every 10seconds).

So with that above, you would set it so F1 starts Timer1
And again, this time with F2 so it would set Timer1 to Disable.