.
.
The FindResourceEx API
3/16/2007 7:52:31 AM - anonymous
.
static extern IntPtr FindResourceEx(IntPtr hModule, IntPtr lpType, IntPtr lpName, ushort wLanguage);
.
Private Shared Function FindResourceEx(ByVal hModule As IntPtr, ByVal lpType As IntPtr, ByVal lpName As IntPtr, ByVal wLanguage As UShort) As IntPtr
.
.
.
The FindResourceEx API
3/16/2007 7:52:31 AM - anonymous
.
static extern IntPtr FindResourceEx(IntPtr hModule, IntPtr lpType,
.