Hello,
I made a .NET component in Visulal Studio with COM-Visible interface so it can be avalible in VB6 projects. It is a simple usercontrol with textbox and button. And it's allmost works fine: I managed to use it in VB6 project and put my usercontrol on VB6 form. But when I try to type a unicode characters from keybord in my textbox(russian characters) I see a "strange" symbols instead. Like it can't recognize an encoding. If I try to copy\paste some unicode russian text into my textbox it works fine. Typing an English characters also works fine.
I try to chsnge textbox font's properties using Arial and Microsoft Sans Serif fonts with GdiCharSet = 204. Doesn't helped.
Is there some solution of this problem?