How do you retrieve the regional settings?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10151160.html
Zones:
Visual BasicDate Answered: 04/16/1999 Grade: A Views: 0
I wrote a VB5 programme under a regional setting for United Kingdom. It mainly performed calculations taking into account values which the user had to put into different TextBoxes. When I run the p...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10173893.html
Zones:
Visual BasicDate Answered: 06/22/1999 Grade: B Views: 0
Hi all,
Please see my code:
...
HINSTANCE hInst;
hInst = LoadLibrary("mydll.dll");
AfxGetMainWnd();
if (hInst != NULL)
FreeLibrary(hInst);
AfxGetMainWnd(); // the error occurs here when ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20177990.htm...
Zones:
Windows MFCDate Answered: 05/07/2002 Grade: A Views: 0
I am using CDbl(), CInt() and FormatNumber() functions of Visual Basic 6.0.
The code is deployed on a server whose regional settings are set to "Germany". This server setting cannot be changed d...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20335803.html
Zones:
Visual BasicDate Answered: 03/22/2003 Grade: A Views: 0
I use a function in a DLL which returns a date string formated according to the computers regional settings.
The problem is that I need the date string in a specific format (yyyy-MM-dd)
How can...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20670194.html
Zones:
C++Date Answered: 07/12/2003 Grade: A Views: 0
Hi,
I have a NT service that, periodically, transfers information from a local computer to an FTP server. I use an FTP component (TIdFTP) and a TIdLogFile that creates a log of everything he ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20720591.html
Hi
i am running win 2003 Server US version on a french hosted server
i have problems with dates and decimals
i have change in the regional options the initial settings and set them from US to...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_210430...
I have field in a table that is date/time shortdate
my regional settings for date (short) are dd/mm/yyyy
when I perform an insert on this field the date gets inserted as mm/dd/yyy
could so...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21232253.html
Zones:
MS AccessDate Answered: 12/06/2004 Grade: B Views: 0
Hi all,
I m developing an application in which, I've one picture box and one image control.
I want that user select particular region of picture from picturebox and on that selected region I ca...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21265204....
Zones:
VB ControlsDate Answered: 07/10/2005 Grade: A Views: 0
I am working on a legacy Windows application using a proprietary software - which can run on Win2k/NT/XP. This programming platform allows me to use API calls. Using an API I could read the default...
http://www.experts-exchange.com/Programming/Processor_Platforms/Q_21357035.html