I’ve fixed some bugs in the EditControls library. Some properties could not be changed at runtime.
I’ve fixed some bugs in the EditControls library. Some properties could not be changed at runtime.
By continuing to use the site, you agree to the use of cookies. more information
The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
Comments
5 responses to “EditControls 1.6.2”
I’m trying to enter ALT-0156 in a UnitText box at design time is this possible or only through code and at run time?
Hi,
Currently I don’t know why the property page does not accept this character. Others work and it also can be inserted using copy & paste. I’ll try to find out the reason as soon as I find time.
Regards
TiKu
I Edittextbox enter the following Unicode characters, not display , only shows “?” , How to solve this?
I use the font is Tahoma.
ڭ و ۋ ۇ ۆ ف ۈ
1709{6AD} 1749{6D5} 1736{6C8} 1739{6CB} 1735{6C7} 1734{6C6} 1703{6A7} 32{20}
I input time the following Unicode character in Edittextbox, is unable to demonstrate normally, only demonstrates “?”, how this does solve the typeface which I use is Tahoma.
ڭ و ۋ ۇ ۆ ف ۈ
1709{6AD} 1749{6D5} 1736{6C8} 1739{6CB} 1735{6C7} 1734{6C6} 1703{6A7} 32{20}
I could not test entering these characters, because I don’t know how to write them with my German keyboard. But I think it’s the same problem as with Hindi characters: They can be displayed (copy and paste them and you’ll see what I mean), but for some reason you cannot input them. This probably is caused by the fact that the VB6 application window still is ANSI and only the edit control is Unicode. For instance the problem does not occur with the C++ sample applications – which are 100% Unicode.