Click here to Skip to main content
16,016,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUsing The Replace feature in Visual c++6 Pin
ZAkinG15-Feb-03 13:04
ZAkinG15-Feb-03 13:04 
GeneralCComboBox and appWizard Pin
king_of_the_world15-Feb-03 12:58
king_of_the_world15-Feb-03 12:58 
GeneralRe: CComboBox and appWizard Pin
DuFF15-Feb-03 15:13
DuFF15-Feb-03 15:13 
GeneralRe: CComboBox and appWizard Pin
king_of_the_world15-Feb-03 15:18
king_of_the_world15-Feb-03 15:18 
GeneralConvert CString Long, cant, help? (Newbie) Pin
PocketBlast15-Feb-03 11:25
PocketBlast15-Feb-03 11:25 
GeneralRe: Convert CString Long, cant, help? (Newbie) Pin
Michael A. Barnhart15-Feb-03 11:36
Michael A. Barnhart15-Feb-03 11:36 
GeneralRe: Convert CString Long, cant, help? (Newbie) Pin
Michael Dunn15-Feb-03 11:53
sitebuilderMichael Dunn15-Feb-03 11:53 
QuestionParsing US date/time using COleDateTime ??? Pin
Anonymous15-Feb-03 10:36
Anonymous15-Feb-03 10:36 
Hello,

I'm using COleDateTime to parse a date and time field from an
input file. First I reorder the input into a string s of the form: "8:30:00 Jan. 25, 1996", and convert it using:

COleDateTime t;
t.ParseDateTime(s, LOCALE_NOUSEROVERRIDE);

This works, but fails on certain dates since ParseDateTime apparently uses
the locale of my country. Now in my case the input dates are always in US format: Jan, Feb, Mar, Apr, .....Oct, Nov, Dec, so I want to force
ParseDateTime to use a US format (i.e. English only).
How do I do that ?????????
I've tried to use the locale code for English_United_States (0x0409),
but it didn't work. What am I doing wrong ??
Please help !

Best Regards,
-Kasper
AnswerRe: Parsing US date/time using COleDateTime ??? Pin
Abin15-Feb-03 14:04
Abin15-Feb-03 14:04 
GeneralRe: Parsing US date/time using COleDateTime ??? Pin
Anonymous15-Feb-03 23:41
Anonymous15-Feb-03 23:41 
GeneralCreating structure for XML data Pin
15-Feb-03 10:31
suss15-Feb-03 10:31 
GeneralLinked List HELP!. Pin
Sal R.15-Feb-03 8:55
Sal R.15-Feb-03 8:55 
GeneralRe: Linked List HELP!. Pin
AlexO15-Feb-03 9:14
AlexO15-Feb-03 9:14 
GeneralLPSTREAM and CString Pin
Member 9615-Feb-03 8:52
Member 9615-Feb-03 8:52 
GeneralRe: LPSTREAM and CString Pin
AlexO15-Feb-03 9:09
AlexO15-Feb-03 9:09 
GeneralRe: LPSTREAM and CString Pin
peterchen15-Feb-03 10:25
peterchen15-Feb-03 10:25 
QuestionHow to Kill Fliker on CDialog? Pin
Michael_Russia15-Feb-03 7:52
sussMichael_Russia15-Feb-03 7:52 
QuestionUn-caught exception - how do I pin it down ? Pin
Still learning how to code15-Feb-03 7:45
Still learning how to code15-Feb-03 7:45 
AnswerRe: Un-caught exception - how do I pin it down ? Pin
Chris Losinger15-Feb-03 7:53
professionalChris Losinger15-Feb-03 7:53 
GeneralRe: Un-caught exception - how do I pin it down ? Pin
Still learning how to code16-Feb-03 8:09
Still learning how to code16-Feb-03 8:09 
GeneralRe: Un-caught exception - how do I pin it down ? Pin
Scott H. Settlemier17-Feb-03 18:10
Scott H. Settlemier17-Feb-03 18:10 
GeneralSetting the lenght of a text field in an SQL Access database... Pin
IrishSonic15-Feb-03 4:36
IrishSonic15-Feb-03 4:36 
GeneralRe: Setting the lenght of a text field in an SQL Access database... Pin
Anders Molin15-Feb-03 4:59
professionalAnders Molin15-Feb-03 4:59 
GeneralRe: Setting the lenght of a text field in an SQL Access database... Pin
Roger Wright15-Feb-03 6:18
professionalRoger Wright15-Feb-03 6:18 
GeneralRe: Setting the lenght of a text field in an SQL Access database... Pin
Member 9615-Feb-03 8:58
Member 9615-Feb-03 8:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.