Advertisement

1 - 10 of 350 containing alltags:("regional") (0 seconds)
How do you retrieve the regional settings?
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...
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 ...
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...
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...
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 ...
Zones: Delphi ProgrammingDate Answered: 06/28/2004 Grade: A Views: 13
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...
Zones: Windows 2003 ServerDate Answered: 08/08/2004 Grade: B Views: 0
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...
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...
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...
Zones: Processor Platform ProgrammingDate Answered: 04/25/2005 Grade: B Views: 0