Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.ShowYesNoW Function

Shows a Unicode Yes/No message box and returns True if the user chosed "Yes"

Syntax
Public Function ShowYesNoW (ByVal sQuestion As String, _
Optional ByVal sTitle As String = "") As Boolean
Parameters
Parameter Description
ByVal sQuestion As String The question
Optional ByVal sTitle As String = "" The message box title
Remarks