[]
public static extern bool SetWindowText(IntPtr hWnd, string text)
Public Shared Function SetWindowText(hWnd As IntPtr, text As String) As Boolean