Desktop Functions: Smart Device Functions:
|
DestroyIcon (user32)
C# Signature:
[DllImport("user32.dll", SetLastError=true)] VB.NET Signature:VB.Net Signature:
<DllImport("user32.dll", SetLastError:=True)> _ User-Defined Types:None. Notes:None. As always, only do SetLastError=true if you actually intend to call GetLastError. Tips & Tricks:Please add some! Sample Code:
Bitmap bmp = (Bitmap)Image.FromFile(fileName); Alternative Managed API:Omnicoder's Managed Windows API: http://www.fileden.com/files/2008/4/5/1852663/ManWinAPI.zip (broken) 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). |
|