Re: Localization of the exe
Quote:
Originally Posted by
BBBane
The second thing..Why do I get logged off while reading this forum...In previous thread even while typing..Did it Again just now...
Do you have Cookies enabled in your browser?
If not, I'm afraid you will need to repeatedly log in (after 15 minutes I think, but I could be wrong!).
If you do have cookies enabled, click on "log out" above, and then when you log in again tick the "remember me" box, and the problem should not happen again.
Re: Localization of the exe
Yes I know about that and I have cookies to be erased every time I close Firefox...So it's not that that's problem,and my IP changes,so wouldn't it remember my IP now and if changed someone else would be able to "log in" as me?
But that's less of a problem,I really want to know about Unicode...
Re: Localization of the exe
Your IP address doesn't matter, the cookie (if you ticked "remember me") is what logs you on.
As you have cookies enabled, I would recommend checking your JavaScript settings, as that is probably used in the process (it is used in many of the other site features).
I'm afraid I can't help with the code issue.
Re: Localization of the exe
No mater than for that...I'll get used to it..Thanks anyway.
I saw something on msdn but no examples...I read that it could be done by VB script (to change or with API..) I'll copy the text from some other place I stumbled upon..
Code:
Just FYI - Get/SetLocale() works in VB scripting because the Windows API is available to VB script without declaring the functions. To use API functions in VB, you would have to declare the functions in a program module:
Declare Function GetLocaleInfo Lib "kernel32" Alias "GetLocaleInfoA" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String, ByVal cchData As Long) As Long
Declare Function SetLocaleInfo Lib "kernel32" Alias "SetLocaleInfoA" (ByVal Locale As Long, ByVal LCType As Long, ByVal lpLCData As String) As Long
These functions are native to Windows rather than VB and work on a system level.
If anyone can help me somehow it would be great..(It has kernel in it so I'm to much of a beginner to dare to try something with it...)
It isn't the problem for me if it can be done with VBS,I would call for it from app just to be able to make system recognize the letters and than bring it back to normal..
Thanks.
Re: Localization of the exe