Bit Che > Scripts & Development

Diferent torrent site

<< < (2/3) > >>

Exoskeletor:
chip when i was programming in vb6 i was able to use greek text, not to load it from a text file and i know it is different. maybe the problem is with the way you read the text from the ini file. can you tell me how are you doing this?

tokar86a:
Can i make the text in

asdsa
adasd
adasd


the text is in i strigt line in this moment.

adasddadadaasdadsasda

are you undher stend what i saying?

chip!:
Exoskeletor:

The problem deals with when the program is 'complied', and how vb6 uses the default character_code for the 'designer' computer..  its really tricky, and i'm still reading up on how I can fix this for you. But since I am compiling in 'English' and your Windows uses 'greek' character set as default, its practically impossible for me to 'compile' a program that will use your 'greek' fonts by default unless I install the greek font, set my default non-unicode font to Greek, and then recompile..   

Its really really confusing, but thats why if you use VB6 on a native 'Greek' computer, you will not have any problems  :(

VB6 by default does not support cross-language  Unicode  text for the controls (buttons, labels, listviews, etc)..  I was really surprised to see that the character set displayed somewhat correctly for the 'buttons' and also for the Form Captions in the screen shots you provided..

so far, I have only found solutions for using Unicode text with 'Labels', 'CommandButtons', and I think I have a solution for 'Listview'..   but unfortunately this is going to take major changes to the program.


In the meantime,  will the 'English' translation of 'Bit Che' be acceptable? or maybe another European translation be acceptable?  I  can make a private custom build using the MS Forms 2.0 .DLL which will allow the controls to use Unicode text translations, but this .DLL is not re-distributable so you will have to manually install this (I can tell you how)...    Except I can't promise you that I'll be able to update this version every time I update Bit Che (since it will require me to make another project out of Bit Che)...    BUT  I will do this for you until I find another acceptable solution if you would like to use Bit Che in  'Greek' instead of  'English'..

Exoskeletor:
ok then we will leave list view with english characters and i will translate everything else :)

chip!:
Ok, this sounds good...  I dont think the Menu's will use Unicode, but I have found some sample code that I will look at and see if it works for replacing Menus with Unicode 'Aware' menus.  but at least we can do the Labels and Command button easily for the time being...   =/

for reference, I've been looking at:

http://www.cyberactivex.com/UnicodeTutorialVb.htm
http://www.jollans.com/faq/nonunicode.htm  (this provides some help about how I can use Unicode with a 'add-in' component but I am trying to find a decent solution that would stay away from a 3rd party control.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version