Posts
Sort by recent activity
VB.NET Signature: GetWindowText
VB.NET Signature:
<DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)>
Private Shared Function GetWindowText(ByVal hwnd As IntPtr) As Integer
End Function