Hi,
i want to do the following:
1. Make Screenshot of actual Desktop/Screen
2. Show the Screenshot on the hole screen
3. Zoom and Fade out the Image
How can i do that with vb.net oder c# Where to begin I have never developed an directx driven app before.
thank you
yavuz bogazci

Screenshot with DirectX
Gombly
See http://msdn.microsoft.com/coding4fun/april-fools/screensaver/default.aspx for the 1st 2 items
To zoom, just draw the image bigger, to fade you need to change the properties of the vertices to use alpha. However, rather than asking very open ended questions which take a long time to answer it would be better for you to try this and then ask when you have specific problems.