Hi all,
I am new to this forums and I am so happy if you guys can help me.
I got the same problems with johell. The VB6 could not understand the extended ascii code ,
chr$(>128), it returns ...nothing
Even I tried to get the ASCII code
lblTEST.Caption = Asc(€)
it shows ...Compile Error, Variable not defined.
I use the same VB6 soft to some PCs. Some work well, but some happen like this.
I am now curious whether the software problem or the PC hardware problem?
Please give me some advice,
Thanks in advance
I am new to this forums and I am so happy if you guys can help me.
I got the same problems with johell. The VB6 could not understand the extended ascii code ,
chr$(>128), it returns ...nothing
Even I tried to get the ASCII code
lblTEST.Caption = Asc(€)
it shows ...Compile Error, Variable not defined.
I use the same VB6 soft to some PCs. Some work well, but some happen like this.
I am now curious whether the software problem or the PC hardware problem?
Please give me some advice,
Thanks in advance
Comment