C程序每隔几秒钟自动按F6 [英] C program to automatically press F6 every few seconds

查看:71
本文介绍了C程序每隔几秒钟自动按F6的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个用C语言编写的程序(类似于TSR),它会自动地按下功能键F6,大约每5秒一次。任何人都可以给我一个这样的程序吗?

提前致谢。

I need a program in C (something like a TSR) which will automatically
press the function key F6, say about every 5 seconds. Can anyone
provide me with an exe of such a program?
Thanks in advance.

推荐答案

fi********@indiatimes.com 写道:
我需要一个C程序(类似TSR),它会自动按下功能键F6,大约每5秒一次。任何人都可以给我提供这样一个程序吗?
提前谢谢。
I need a program in C (something like a TSR) which will automatically
press the function key F6, say about every 5 seconds. Can anyone
provide me with an exe of such a program?
Thanks in advance.



我可以在windows,linux甚至mac下编写它。 。

但是


***当然不会免费! ***


让我感到奇怪的是,人们认为他们会来这里的人

准备为他们免费工作。

如果您付款,那么您可以拥有它。如果没有......只需自己写吧!


I can write it under windows, linux, or even mac...
But

***it will not be free of course! ***

What wonders me is that people think they will get here people
ready to work for free for them.

If you pay for it then you can have it. If not... just write it yourself!


fi ******** @ indiatimes.com 写道:
我需要一个C程序(类似TSR)会自动按下该功能关键F6,大约每5秒说一次。任何人都可以给我提供这样的程序吗?
提前致谢。
I need a program in C (something like a TSR) which will automatically
press the function key F6, say about every 5 seconds. Can anyone
provide me with an exe of such a program?
Thanks in advance.




将此发布到特定平台新闻组(例如Linux,Windows)

-




/ * E-mail.c * /

#define用户Yu.Song

#define在''@''

#define Warwick" warwick.ac.uk"

int main(){

printf(" Yu Song'的电子邮件:%s%c%s",User,At,Warwick);

返回0;}


更多信息: http://www.dcs.warwick.ac.uk/~ esubbn /

__________________________________________________ _____



Post this to a "specific platform" newsgroup (e.g. Linux, Windows)
--
Song

/* E-mail.c */
#define User "Yu.Song"
#define At ''@''
#define Warwick "warwick.ac.uk"
int main() {
printf("Yu Song''s E-mail: %s%c%s", User, At, Warwick);
return 0;}

Further Info. : http://www.dcs.warwick.ac.uk/~esubbn/
__________________________________________________ _____


Yu SONG写道:
Yu SONG wrote:
fi ******** @ indiatimes.com 写道:
我需要一个C程序(某事)像TSR一样,会自动按下功能键F6,大约每5秒一次。任何人都可以给我提供这样一个程序吗?
提前致谢。

将此发布到特定平台。新闻组(例如Linux,Windows)

-
歌曲

/ * E-mail.c * /
#define UserYu。歌曲
#define At''@''
#define Warwick" warwick.ac.uk"
int main(){
I need a program in C (something like a TSR) which will automatically
press the function key F6, say about every 5 seconds. Can anyone
provide me with an exe of such a program?
Thanks in advance.

Post this to a "specific platform" newsgroup (e.g. Linux, Windows)
--
Song

/* E-mail.c */
#define User "Yu.Song"
#define At ''@''
#define Warwick "warwick.ac.uk"
int main() {




写得更好:

int main(无效){

printf(" Yu Song'的电子邮件:%s%c%s" ,User,At,Warwick);


您需要添加\ n以确保字符串实际打印;)

返回0;}



Better written as:
int main (void) {
printf("Yu Song''s E-mail: %s%c%s", User, At, Warwick);
You need to add a \n to ensure the string is actually printed ;)
return 0;}




Robert Gamble



Robert Gamble


这篇关于C程序每隔几秒钟自动按F6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆