How can i implement combining diacritical marks in vb 6.0
combining diacritical marks
Collapse
X
-
I'm very curious as to how this is done too - so it someone answers I'll be pleasantly surprised.
My experience is that VB6 is incapable of outwardly using Unicode. With the IME turned on you can enter unicode into the controls, but internally VB6 appears to have no way to access them. We've all heard that VB6 is unicode under the covers - but apparently it's just that - under the covers.
There are 3rd party controls that do enable it - but they are expensive.
In the end I wound up moving to VB.NET for this very reason - which handles everything very nicely - there's just a big learning curve for the casual programmer such as myself.
Comment