In this article, the Microsoft® Win32® functions are organized by category. Each Win32 function that is listed belongs to only one category, and each category is presented in its own table. An alphabetical list of the Win32 categories is provided, as well as a hierarchical list. To locate a Win32 function, select the appropriate category from one of the category lists or search the article for the name of the function. If you do not find the Win32 function that you are seeking, it means that no equivalent .NET Framework API exists in the .NET Framework version 1.0 or 1.1 or that the Win32 function and the relevant .NET Framework API were inadvertently omitted from the list.
more info:
http://msdn.microsoft.com/en-us/library/aa302340.aspx
Sunday, May 23, 2010
Controlling The Screen Saver With C# (Win32)
Presented here is a C# class useful for monitoring and controlling the Windows screen saver. The class provides methods for getting information about the screen saver, such as whether or not it is active, it is running, and its time out setting. Additional methods are provided to change these settings and to terminate the screen saver if it is running.
More info see the below link:
http://www.codeproject.com/KB/cs/ScreenSaverControl.aspx
More info see the below link:
http://www.codeproject.com/KB/cs/ScreenSaverControl.aspx
Subscribe to:
Posts (Atom)