Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

1 solution

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.
 
Share this answer
 
Comments
Hamdi Choban 30-Apr-14 6:51am    
Thanks very much ,i hope your answer will be helpful for me :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900