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 "CreateIC" in [All]

user32

.
Summary
.

static extern IntPtr CreateIconIndirect([In] ref ICONINFO piconinfo);

.

private static extern IntPtr CreateIconIndirect([In] ref ICONINFO iconInfo);

.

private static void CreateIcon()

.

     IntPtr handle = CreateIconIndirect(ref ii);

.
Documentation
[CreateIconIndirect] on MSDN
.
Summary
.

static extern IntPtr CreateIconFromResourceEx(byte [] pbIconBits, uint cbIconBits, bool fIcon, uint dwVersion, int cxDesired, int cyDesired, uint uFlags);

.

Private Shared Function CreateIconFromResourceEx(pbIconBits As Byte(), cbIconBits As UInteger, fIcon As Boolean, dwVersion As UInteger, cxDesired As Integer, cyDesired As Integer, uFlags As UInteger) As IntPtr

.
Documentation
[CreateIconFromResourceEx] on MSDN
.
Summary
.

static extern IntPtr CreateIconFromResourceEx(byte [] pbIconBits, uint

.

    Public Shared Function CreateIconFromResourceEx(ByVal pbIconBits As Byte(), _

.
Documentation
[CreateIconFromResourceEx] on MSDN
.
Summary
.

static extern IntPtr CreateIconIndirect([In] ref ICONINFO piconinfo);

.

private static extern IntPtr CreateIconIndirect([In] ref ICONINFO iconInfo);

.

private static void CreateIcon()

.

     IntPtr handle = CreateIconIndirect(ref ii);

.
Documentation
[CreateIconIndirect] on MSDN

gdi32

.
Summary
The CreateIC function creates an information context for the specified device. The information context provides a fast way to get information about the device without creating a device context (DC). However, GDI drawing functions cannot accept a handle to an information context.
.

static extern IntPtr CreateIC(string lpszDriver, string lpszDevice,

.
Documentation
[CreateIC] on MSDN

 
Access PInvoke.net directly from VS: