ctlUniMDITabs.DrawingCaptionText EventRaised before writing the form caption on the Tab; by managing this event and changing the passed "sWindowText" string you can return Unicode captions for your forms (see the Sample 1)Syntax
Public Event DrawingCaptionText (ByVal hWnd As Long,
ByRef sWindowText As String) Parameters
Remarks
Private Sub m_cMDITabs_DrawingCaptionText(ByVal hWnd As Long, sWindowText As String) |