Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Execute an external .EXE Pin
Martin_Viet7-Apr-03 8:04
Martin_Viet7-Apr-03 8:04 
General[MDI] Updating only one MDI child frame Pin
djordj7-Apr-03 7:28
djordj7-Apr-03 7:28 
GeneralRe: [MDI] Updating only one MDI child frame Pin
Neville Franks7-Apr-03 11:29
Neville Franks7-Apr-03 11:29 
GeneralRe: [MDI] Updating only one MDI child frame Pin
djordj7-Apr-03 11:36
djordj7-Apr-03 11:36 
GeneralRe: [MDI] Updating only one MDI child frame Pin
jhwurmbach7-Apr-03 22:20
jhwurmbach7-Apr-03 22:20 
GeneralRe: Tell compiler where to find source for header file? Pin
Dave Bryant7-Apr-03 9:38
Dave Bryant7-Apr-03 9:38 
Generalstore data in arrays Pin
Kash7-Apr-03 6:10
Kash7-Apr-03 6:10 
GeneralRe: store data in arrays Pin
Big Art7-Apr-03 7:33
Big Art7-Apr-03 7:33 
It is really quite simple.

Use the Find() fn in CString to look for the spaces and extract the data between spaces for col 1 thru 4 using the CString::Mid(..) fn Then use the Find() to look for the decimal point after the 4th space and count over 4 positions from there to determine the end of the 5th column and the start of the 6th column. Keep extracting data as needed. Repeat until the file is complete.


Art
GeneralRe: store data in arrays Pin
Kash7-Apr-03 8:47
Kash7-Apr-03 8:47 
GeneralRe: store data in arrays Pin
Big Art7-Apr-03 10:40
Big Art7-Apr-03 10:40 
GeneralRe: store data in arrays Pin
Joe Woodbury7-Apr-03 10:08
professionalJoe Woodbury7-Apr-03 10:08 
GeneralPrgramatically Press a CButton Pin
Jawache7-Apr-03 6:09
Jawache7-Apr-03 6:09 
GeneralRe: Prgramatically Press a CButton Pin
Ravi Bhavnani7-Apr-03 6:59
professionalRavi Bhavnani7-Apr-03 6:59 
GeneralRe: Prgramatically Press a CButton Pin
Big Art7-Apr-03 7:41
Big Art7-Apr-03 7:41 
GeneralWho can help me? I plan to use a hidden window to field keyboard inputs Pin
DengJW7-Apr-03 5:24
DengJW7-Apr-03 5:24 
Generalcapture Bitmap Pin
jeremysay7-Apr-03 4:49
jeremysay7-Apr-03 4:49 
GeneralRe: capture Bitmap Pin
J. Dunlap7-Apr-03 7:56
J. Dunlap7-Apr-03 7:56 
GeneralRe: capture Bitmap Pin
jeremysay7-Apr-03 21:02
jeremysay7-Apr-03 21:02 
GeneralRecordCount in Ado RecordSet Pin
Martin_Viet7-Apr-03 4:18
Martin_Viet7-Apr-03 4:18 
GeneralRe: RecordCount in Ado RecordSet Pin
Le centriste7-Apr-03 4:35
Le centriste7-Apr-03 4:35 
GeneralRe: RecordCount in Ado RecordSet Pin
Martin_Viet7-Apr-03 5:47
Martin_Viet7-Apr-03 5:47 
GeneralRe: RecordCount in Ado RecordSet Pin
Zdeslav Vojkovic7-Apr-03 5:00
Zdeslav Vojkovic7-Apr-03 5:00 
GeneralRe: RecordCount in Ado RecordSet Pin
J. Dunlap7-Apr-03 7:54
J. Dunlap7-Apr-03 7:54 
GeneralRe: loading a dll to the runtime... Pin
Cedric Moonen7-Apr-03 3:57
Cedric Moonen7-Apr-03 3:57 
GeneralRe: loading a dll to the runtime... Pin
Le centriste7-Apr-03 4:22
Le centriste7-Apr-03 4:22 

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.