Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DrawIcon" in [All]

user32

.
Summary
.

static extern bool DrawIconEx(IntPtr hdc, int xLeft, int yTop, IntPtr hIcon,

.

Public Declare Function DrawIconEx Lib "user32" (ByVal hdc As IntPtr, ByVal xLeft As Integer, ByVal yTop As Integer, ByVal hIcon As IntPtr, ByVal cxWidth As Integer, ByVal cyHeight As Integer, ByVal istepIfAniCur As Integer, ByVal hbrFlickerFreeDraw As IntPtr, ByVal diFlags As Integer) As Boolean

.
Documentation
[DrawIconEx] on MSDN
.
Summary
.

static extern bool DrawIconEx(IntPtr hdc, int xLeft, int yTop, IntPtr hIcon,

.
Documentation
[DrawIconEx] on MSDN

Constants

3: DI_
.
Summary

 
Access PInvoke.net directly from VS: