如何编程影响Windows系统的应用程序 [英] how to program apps that affects windows system

查看:111
本文介绍了如何编程影响Windows系统的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好



i对编程影响windows系统的应用程序感兴趣,是什么让我这么做?
在这里问一个问题是什么时候我安装了avast杀毒软件,我看到一条消息出现在

启动windows(windows 7),是受Avast!防病毒保护,所以我想要

知道如何编写执行相同操作的应用程序(更改启动消息),如果任何正文有

任何关于如何编程这样的事情的信息那么帮助我:) .thanks

Hi there

i am interested in programming apps that affects windows system , what made me to
ask a question here is when i was installed avast antivirus ,i saw a message appeared in
the startup of windows (windows 7) ,is was "Protected by Avast! antivirus" , so i wanted to
know how to programs an apps that do the same thing(changing startup message) , if any body have
any information about how to program some thing like that so help me :) .thanks

推荐答案

你所描述的实际上是两件不同的事情。启动时的消息是他们称之为启动画面的消息。 Code Project中有一篇评价很高的文章,介绍了在启动应用程序或服务时创建启动画面的步骤。

C#中的另一个启动画面 [ ^ ]这个例子在C#中,但同样的原则适用。



您描述的影响Windows系统的第二部分听起来就像一项服务。 Windows 启动时执行的启动应用程序

这是一篇代码项目文章,演示如何创建这样的服务。



创建一个简单的Windows服务 [ ^ ](再次在C#中再次使用,方法适用。)

这是另一篇文章它描述了VB.NET中的任务(服务)调度程序。 使用VB.NET作为Windows服务安排任务 [ ^ ]



祝你好运。
What you describe are really two different things. The message at startup is what they call a splash screen. There is a well rated article here in Code Project that goes through the steps of creating a splash screen when an application or service is started.
Yet Another Splash Screen in C#[^] This example is in C# but the same principles apply.

The second part you describe "affecting Windows system" sounds like a service. or startup application that is executed when Windows is started.
Here is a Code Project article that demonstrates how to creat such a service.

Creating a simple Windows Service[^] (Again in C# but again, the methods apply.)
Here is another article that describes a task (Service) scheduler in VB.NET. Scheduling tasks with VB.NET as Windows services[^]

Good luck.


这篇关于如何编程影响Windows系统的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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