SetWindowText (user32)
Last changed: -71.34.82.109

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool SetWindowText(IntPtr hWnd, string lpString);

VB Signature:

Declare Auto Function SetWindowText Lib "user32" (ByVal hWnd As IntPtr, ByVal lpstring As String) As Boolean

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation