Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.SetFormCaptionW Method

Sets an Unicode caption for a standard VB6 form

Syntax
Public Sub SetFormCaptionW (ByVal hWnd As Long, _
ByVal sCaption As String)
Parameters
Parameter Description
ByVal hWnd As Long The window handle
ByVal sCaption As String The new caption
Remarks