Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to acquire system icon(like my computer) through programming? Pin
tiplip27-Jun-03 19:35
tiplip27-Jun-03 19:35 
GeneralRe: how to acquire system icon(like my computer) through programming? Pin
Ryan Binns28-Jun-03 0:12
Ryan Binns28-Jun-03 0:12 
Generaladding variables to a struct that were read in from a file Pin
johnstonsk27-Jun-03 4:05
johnstonsk27-Jun-03 4:05 
GeneralRe: adding variables to a struct that were read in from a file Pin
Ryan Binns27-Jun-03 4:27
Ryan Binns27-Jun-03 4:27 
GeneralRe: adding variables to a struct that were read in from a file Pin
johnstonsk27-Jun-03 5:15
johnstonsk27-Jun-03 5:15 
GeneralRe: adding variables to a struct that were read in from a file Pin
Ryan Binns27-Jun-03 5:20
Ryan Binns27-Jun-03 5:20 
GeneralRe: adding variables to a struct that were read in from a file Pin
johnstonsk27-Jun-03 5:24
johnstonsk27-Jun-03 5:24 
GeneralRe: adding variables to a struct that were read in from a file Pin
Rage27-Jun-03 4:47
professionalRage27-Jun-03 4:47 
@Ryan : After using the "show me all" routine Big Grin | :-D :

for(int i=0; i<sizeof(s.Name); i++){
getline(fin, name, ',');
if(name == "STOP")
break;
getline(fin, unit, ',');
getline(fin, min, ',');
getline(fin, max, ',');
getline(fin, value);




~RaGE();
GeneralRe: adding variables to a struct that were read in from a file Pin
Ryan Binns27-Jun-03 4:59
Ryan Binns27-Jun-03 4:59 
GeneralRe: adding variables to a struct that were read in from a file Pin
John M. Drescher27-Jun-03 5:53
John M. Drescher27-Jun-03 5:53 
GeneralRe: adding variables to a struct that were read in from a file Pin
David Crow27-Jun-03 4:54
David Crow27-Jun-03 4:54 
GeneralRe: adding variables to a struct that were read in from a file Pin
johnstonsk27-Jun-03 5:18
johnstonsk27-Jun-03 5:18 
GeneralRe: adding variables to a struct that were read in from a file Pin
David Crow27-Jun-03 5:42
David Crow27-Jun-03 5:42 
GeneralRe: adding variables to a struct that were read in from a file Pin
Ryan Binns27-Jun-03 4:56
Ryan Binns27-Jun-03 4:56 
GeneralRe: adding variables to a struct that were read in from a file Pin
johnstonsk27-Jun-03 5:24
johnstonsk27-Jun-03 5:24 
GeneralRe: adding variables to a struct that were read in from a file Pin
Ryan Binns27-Jun-03 13:48
Ryan Binns27-Jun-03 13:48 
GeneralAbout SetIcon Pin
olinn27-Jun-03 3:56
olinn27-Jun-03 3:56 
GeneralRe: About SetIcon Pin
Rage27-Jun-03 4:25
professionalRage27-Jun-03 4:25 
Generalup and down arrows in a string. Pin
mcgahanfl27-Jun-03 3:29
mcgahanfl27-Jun-03 3:29 
GeneralRe: up and down arrows in a string. Pin
basementman27-Jun-03 3:43
basementman27-Jun-03 3:43 
GeneralRe: up and down arrows in a string. Pin
mcgahanfl27-Jun-03 4:14
mcgahanfl27-Jun-03 4:14 
GeneralRe: up and down arrows in a string. Pin
basementman27-Jun-03 4:17
basementman27-Jun-03 4:17 
GeneralRe: up and down arrows in a string. Pin
mcgahanfl27-Jun-03 4:26
mcgahanfl27-Jun-03 4:26 
QuestionHow to set the text verticle center in CEdit Pin
Bosicat27-Jun-03 3:11
Bosicat27-Jun-03 3:11 
AnswerRe: How to set the text verticle center in CEdit Pin
Ryan Binns27-Jun-03 4:33
Ryan Binns27-Jun-03 4:33 

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.