Search found 5 matches

by doublespin
25 Feb 2011, 12:06
Forum: ComboListBoxControls
Topic: How to change charset of ANSI ComboBox
Replies: 6
Views: 9741

Re: How to change charset of ANSI ComboBox

Hi TiKu Thank you for your time. To write Greek characters: In Control Panel, Regional and Language Options, Languages, Details add Greek Keyboard Layout Choose the "EL Greek" keyboard and test it in Notepad. Type keys a, b, g on german or us keyboard will display the Greek chars Alpha, Be...
by doublespin
25 Feb 2011, 09:44
Forum: ComboListBoxControls
Topic: How to change charset of ANSI ComboBox
Replies: 6
Views: 9741

Re: How to change charset of ANSI ComboBox

Because my App is an "old" one and it contains a lot of controls that doesn't support Unicode but working with charset property. And unfortunately there is no suitable alternative to replace the controls.
by doublespin
24 Feb 2011, 18:02
Forum: ComboListBoxControls
Topic: How to change charset of ANSI ComboBox
Replies: 6
Views: 9741

How to change charset of ANSI ComboBox

Hi I' m trying to use an ANSI ComboBox control to choose and display greec, romanian and turkish text. I want to set the language codepage by changing the font.charset property (for example 161 for greec). But the items of combobox doesn't display correctly. For all other controls I tried this works...
by doublespin
13 Aug 2010, 10:51
Forum: EditControls
Topic: Typing Hindi into Unicode Textbox shows question marks
Replies: 10
Views: 20893

Re: Typing Hindi into Unicode Textbox shows question marks

Hi TiKu Thanks for your reply. Attached you will find some Hindi strings. I tried to solve the typing problem writing some code to KeyDown and KeyPress event of the textbox. At the KeyDown event I assign KeyCode and Shift to global variables. At the KeyPress event I use the KeyCode and the Shift var...
by doublespin
04 Aug 2010, 16:57
Forum: EditControls
Topic: Typing Hindi into Unicode Textbox shows question marks
Replies: 10
Views: 20893

Typing Hindi into Unicode Textbox shows question marks

Hi I want to use your Unicode Textbox Control in VB6 project for inputing Hindi Characters and bind the control to an access database. My XP machine is Asian language enabled and the input language (keyboard) is hindi traditional. As font of the textbox I choosed Arial Unicode MS (also tried Mangal,...