Click here to Skip to main content
16,006,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simultaneous Serial Communication on 1 port Pin
kakan22-Jun-05 20:34
professionalkakan22-Jun-05 20:34 
QuestionPlease can anyone tell me where is the wrong in this code?????? Pin
kosamoza22-Jun-05 13:56
kosamoza22-Jun-05 13:56 
AnswerRe: Please can anyone tell me where is the wrong in this code?????? Pin
Christian Graus22-Jun-05 14:22
protectorChristian Graus22-Jun-05 14:22 
AnswerRe: Please can anyone tell me where is the wrong in this code?????? Pin
Christian Graus22-Jun-05 14:57
protectorChristian Graus22-Jun-05 14:57 
AnswerRe: Please can anyone tell me where is the wrong in this code?????? Pin
John R. Shaw22-Jun-05 17:11
John R. Shaw22-Jun-05 17:11 
GeneralRe: Please can anyone tell me where is the wrong in this code?????? Pin
kosamoza22-Jun-05 18:41
kosamoza22-Jun-05 18:41 
Generalmodifying and exporting data to the text file Pin
Deeson22-Jun-05 12:53
Deeson22-Jun-05 12:53 
GeneralRe: modifying and exporting data to the text file Pin
Jose Lamas Rios22-Jun-05 16:42
Jose Lamas Rios22-Jun-05 16:42 
The format of your file matches that of .ini files, so you can try WritePrivateProfileString() and WritePrivateProfileInt() functions.

You can use GetPrivateProfileString() and GetPrivateProfileInt() functions to retrieve the data from the file.

Example:

WritePrivateProfileString("License", "ID", "xyz", "file.txt");

Hope that helps,

--
jlr
http://jlamas.blogspot.com/[^]
Generalsingle instance Pin
Ann6622-Jun-05 11:46
sussAnn6622-Jun-05 11:46 
GeneralRe: single instance Pin
Ravi Bhavnani22-Jun-05 12:50
professionalRavi Bhavnani22-Jun-05 12:50 
GeneralRe: single instance Pin
Blake Miller22-Jun-05 12:51
Blake Miller22-Jun-05 12:51 
QuestionHandle right click on combo box? Pin
jaycush22-Jun-05 11:09
jaycush22-Jun-05 11:09 
GeneralHelp - rundll32 missing entry?! Pin
lewislewis_lewis22-Jun-05 10:31
lewislewis_lewis22-Jun-05 10:31 
GeneralRe: Help - rundll32 missing entry?! Pin
Blake Miller22-Jun-05 12:28
Blake Miller22-Jun-05 12:28 
GeneralDump result: (_Fun1@16), but _Fun1@16 can not call also?! Pin
lewislewis_lewis22-Jun-05 12:44
lewislewis_lewis22-Jun-05 12:44 
GeneralRe: Dump result: (_Fun1@16), but _Fun1@16 can not call also?! Pin
Blake Miller22-Jun-05 12:58
Blake Miller22-Jun-05 12:58 
GeneralI cretae the project by Visuasal Stadio Vizard Pin
lewislewis_lewis22-Jun-05 13:17
lewislewis_lewis22-Jun-05 13:17 
GeneralRe: Help - rundll32 missing entry?! Pin
Blake Miller23-Jun-05 3:51
Blake Miller23-Jun-05 3:51 
GeneralRe: Temporary files Pin
David Crow22-Jun-05 9:41
David Crow22-Jun-05 9:41 
GeneralRe: Temporary files Pin
ThatsAlok22-Jun-05 18:40
ThatsAlok22-Jun-05 18:40 
QuestionRegistry - case sensitive? Pin
dandy7222-Jun-05 9:15
dandy7222-Jun-05 9:15 
AnswerRe: Registry - case sensitive? Pin
David Crow22-Jun-05 9:35
David Crow22-Jun-05 9:35 
AnswerRe: Registry - case sensitive? Pin
ThatsAlok22-Jun-05 19:07
ThatsAlok22-Jun-05 19:07 
GeneralCharacter Encodings Pin
Jack Puppy22-Jun-05 8:45
Jack Puppy22-Jun-05 8:45 
GeneralRe: Character Encodings Pin
David Crow22-Jun-05 9:11
David Crow22-Jun-05 9:11 

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.