Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionReading from a text file using MFC Pin
Derick Magagula13-Dec-07 0:38
Derick Magagula13-Dec-07 0:38 
GeneralRe: Reading from a text file using MFC Pin
CPallini13-Dec-07 0:42
mveCPallini13-Dec-07 0:42 
AnswerRe: Reading from a text file using MFC Pin
Johpoke13-Dec-07 0:53
Johpoke13-Dec-07 0:53 
GeneralRe: Reading from a text file using MFC Pin
Derick Magagula13-Dec-07 1:24
Derick Magagula13-Dec-07 1:24 
Generalconversion from hex to Readable format Pin
Chandrasekharan P12-Dec-07 23:43
Chandrasekharan P12-Dec-07 23:43 
AnswerRe: conversion from hex to Readable format Pin
rajneshmalik13-Dec-07 0:09
rajneshmalik13-Dec-07 0:09 
QuestionRe: conversion from hex to Readable format Pin
CPallini13-Dec-07 0:33
mveCPallini13-Dec-07 0:33 
GeneralRe: conversion from hex to Readable format Pin
Chandrasekharan P13-Dec-07 0:35
Chandrasekharan P13-Dec-07 0:35 
GeneralRe: conversion from hex to Readable format Pin
CPallini13-Dec-07 0:58
mveCPallini13-Dec-07 0:58 
GeneralRe: conversion from hex to Readable format Pin
Chandrasekharan P13-Dec-07 1:22
Chandrasekharan P13-Dec-07 1:22 
GeneralYou're welcome Pin
CPallini13-Dec-07 1:55
mveCPallini13-Dec-07 1:55 
GeneralConvert char* to CString Pin
rajanponnalagu12-Dec-07 23:39
rajanponnalagu12-Dec-07 23:39 
GeneralRe: Convert char* to CString Pin
Sunil Shindekar12-Dec-07 23:51
Sunil Shindekar12-Dec-07 23:51 
GeneralRe: Convert char* to CString Pin
rajanponnalagu13-Dec-07 0:08
rajanponnalagu13-Dec-07 0:08 
GeneralRe: Convert char* to CString Pin
CPallini13-Dec-07 0:11
mveCPallini13-Dec-07 0:11 
GeneralRe: Convert char* to CString Pin
CPallini13-Dec-07 0:29
mveCPallini13-Dec-07 0:29 
GeneralRe: Convert char* to CString Pin
KarstenK13-Dec-07 2:20
mveKarstenK13-Dec-07 2:20 
GeneralTemp folder path Pin
neha.agarwal2712-Dec-07 23:11
neha.agarwal2712-Dec-07 23:11 
GeneralRe: Temp folder path Pin
toxcct12-Dec-07 23:24
toxcct12-Dec-07 23:24 
GeneralRe: Temp folder path Pin
ThatsAlok12-Dec-07 23:36
ThatsAlok12-Dec-07 23:36 
GeneralRe: Temp folder path Pin
Johpoke13-Dec-07 0:55
Johpoke13-Dec-07 0:55 
QuestionHow to get text from a text box control pertaining to cursor position Pin
AmarjeetSinghMatharu12-Dec-07 22:52
AmarjeetSinghMatharu12-Dec-07 22:52 
AnswerRe: How to get text from a text box control pertaining to cursor position Pin
Nelek13-Dec-07 0:46
protectorNelek13-Dec-07 0:46 
From VC++ Help:
<br />
CEditView::GetSelectedText <br />
void GetSelectedText( CString& strResult ) const;<br />
<br />
Parameters<br />
strResult: A reference to the CString object that is to receive the selected text.<br />
<br />
Remarks<br />
Call GetSelectedText to copy the selected text into a CString object, up to the end of the selection or the character preceding the first carriage-return character in the selection.<br />


A tip... Try checking the help. Go to index view, write the name of the control and at the bottom of the help text usually is "CLASS MEMBERS" link. With all the possible things you can do by default with that control/class.
Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

GeneralBad handshake in machine&lt;--&gt;PC communication Pin
__yash__12-Dec-07 21:49
professional__yash__12-Dec-07 21:49 
GeneralRe: Bad handshake in machine&lt;--&gt;PC communication Pin
David Crow13-Dec-07 4:23
David Crow13-Dec-07 4:23 

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.