Desktop Functions: Smart Device Functions:
|
PaintDesktop (user32)
C# Signature:
[DllImport("user32.dll")] VB.net Signature:
Private Declare Function PaintDesktop Lib "user32.dll" (ByVal HDC As IntPtr) As Boolean User-Defined Types:None. Notes:Draws the desktop background to the provided device context. Tips & Tricks:Please add some! Sample Code: C#Sample Code:
private void Paint(object sender, PaintEventArgs e) Sample Code: VB.Net
Private Sub Paint(sender As Object, e As PaintEventArgs) Alternative Managed API:Omnicoder's Managed Windows API: http://www.fileden.com/files/2008/4/5/1852663/ManWinAPI.zip Do you know one? Please contribute it! 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). |
|