Developing screensaver in C#

V

VMI

How difficult is it to develop a screensaver in C#? The screensaver would be
composed of several images and each image would be displayed on the screen
for a few seconds. The only difficult part would be that there should a
smooth transition between images.

Thanks.
 
K

Kevin Spencer

What part of developing a screen saver that does what you've described do
you need help with?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
We got a sick zebra a hat,
you ultimate tuna.
 
G

Guest

VMI,
It's not too difficult to write a screensaver, especially if you don't try
to reinvent the wheel! There are a number of C# samples over on
codeproject.com, as well as a screensaver "Starter kit" that comes with one
of the C# Express editions, I believe.
Peter
 
V

VMI

I remember I downloaded a sample from codeproject a few years ago, but I
haven't been able to find them.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,



VMI said:
I remember I downloaded a sample from codeproject a few years ago, but I
haven't been able to find them.

Google screensaver c# source you will find it in the first link !!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top