Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralDifference in OS Pin
Chandrasekharan P12-Dec-07 21:22
Chandrasekharan P12-Dec-07 21:22 
AnswerRe: Difference in OS Pin
CPallini12-Dec-07 21:49
mveCPallini12-Dec-07 21:49 
GeneralRe: Difference in OS Pin
Chandrasekharan P12-Dec-07 22:00
Chandrasekharan P12-Dec-07 22:00 
GeneralRe: Difference in OS Pin
CPallini12-Dec-07 22:08
mveCPallini12-Dec-07 22:08 
GeneralRe: Difference in OS Pin
Chandrasekharan P12-Dec-07 22:16
Chandrasekharan P12-Dec-07 22:16 
GeneralYou're welcome Pin
CPallini12-Dec-07 22:25
mveCPallini12-Dec-07 22:25 
GeneralDeny "Create File" Permission to a User Pin
narayanagvs12-Dec-07 20:10
narayanagvs12-Dec-07 20:10 
GeneralRe: Deny "Create File" Permission to a User Pin
Don Box12-Dec-07 21:40
Don Box12-Dec-07 21:40 
Generaltemplate function v.s. template class [modified] Pin
George_George12-Dec-07 19:43
George_George12-Dec-07 19:43 
GeneralRe: template function v.s. template class Pin
Nelek12-Dec-07 21:06
protectorNelek12-Dec-07 21:06 
GeneralRe: template function v.s. template class Pin
George_George12-Dec-07 21:47
George_George12-Dec-07 21:47 
GeneralRe: template function v.s. template class PinPopular
CPallini12-Dec-07 21:10
mveCPallini12-Dec-07 21:10 
GeneralRe: template function v.s. template class Pin
George_George12-Dec-07 21:46
George_George12-Dec-07 21:46 
QuestionOff-topic Pin
CPallini12-Dec-07 21:54
mveCPallini12-Dec-07 21:54 
JokeRe: Off-topic Pin
Cedric Moonen12-Dec-07 22:03
Cedric Moonen12-Dec-07 22:03 

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.