[DllImport("user32.dll")]
static extern bool EnumChildWindows(IntPtr hwndParent, EnumWindowsProc
lpEnumFunc, IntPtr lParam);
<DllImport("user32.dll", CharSet:=CharSet.Auto)> _
Private Shared Function EnumChildWindows(ByVal hWndParent As System.IntPtr, _
ByVal lpEnumFunc As EnumWindowsProc, ByVal lParam As Integer) As Boolean
' Leave function empty
End Function
None.
Please add some!
Please add some!
http://www.vbaccelerator.com/home/NET/Code/Libraries/Windows/Enumerating_Windows/article.asp has a nice article
Do you know one? Please contribute it!