[DllImport("user32.dll")]
static extern bool SetWindowText(IntPtr hWnd, string lpString);
<DllImport("user32.dll", SetLastError:=True, CharSet:=CharSet.Auto)> _
Private Shared Function SetWindowText(ByVal hwnd As IntPtr, ByVal lpString As String) As Integer
End Function 'SetWindowText
Declare Auto Function SetWindowText Lib "user32" (ByVal hWnd As IntPtr, ByVal lpstring As String) As Boolean
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!