How do you do, dear Marri.
I have looked your UniControl.
If I shall press the keys "қ" on UniText, that he does not show them, together he shows "?".
But if put Msgbox "" here:
Code:
Private Function Private_WndEventKeyboard(MF As MSGFILTER) As Long
Dim intShift As Integer
Dim intChar As Integer
Select Case MF.Msg
Case WM_KEYDOWN
' set the intShift parameter
intShift = Private_GetShiftMask
' set the KeyCode parameter
intChar = MF.wParam And &HFFFF&
' raise the event
RaiseEvent KeyDown(intChar, intShift)
MsgBox ""
It is сorrect shows, problem in than can be?