Desktop Functions: Smart Device Functions:
|
C# Constants
const int MONITOR_DEFAULTTONULL = 0; C# Signature:
[DllImport("user32.dll")] User-Defined Types:None. Notes:None. Tips & Tricks:Please add some! Sample Code:
[DllImport("user32.dll", SetLastError = false)] Alternative Managed API:The System.Windows.Forms.Screen class contains all you might need to know about multiple monitors. The SystemInformation class also gives some information about available monitors. Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|