[DllImport("user32.dll")]
static extern IntPtr GetDlgItem(IntPtr hDlg, int nIDDlgItem);
<DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Private Function GetDlgItem(
ByVal hDlg As IntPtr,
nIDDlgItem As Integer) As IntPtr
End Function
Private Declare Function GetDlgItem Lib "user32" (ByVal hDlg As IntPtr, nIDDlgItem As Integer) As IntPtr
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!