Click here to Skip to main content
15,908,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Am i a file ? or am i a folder Pin
David Crow22-Sep-06 6:53
David Crow22-Sep-06 6:53 
AnswerRe: Am i a file ? or am i a folder Pin
Vikrant for VC++22-Sep-06 7:06
Vikrant for VC++22-Sep-06 7:06 
Questionget the selected item from list controll Pin
_tasleem22-Sep-06 5:39
_tasleem22-Sep-06 5:39 
AnswerRe: get the selected item from list controll Pin
sundar15622-Sep-06 5:57
sundar15622-Sep-06 5:57 
GeneralRe: get the selected item from list controll Pin
_tasleem22-Sep-06 8:27
_tasleem22-Sep-06 8:27 
AnswerRe: get the selected item from list controll Pin
led mike22-Sep-06 6:14
led mike22-Sep-06 6:14 
QuestionRe: get the selected item from list controll Pin
David Crow22-Sep-06 6:56
David Crow22-Sep-06 6:56 
AnswerRe: get the selected item from list controll Pin
_tasleem22-Sep-06 8:23
_tasleem22-Sep-06 8:23 
GeneralRe: get the selected item from list controll Pin
David Crow22-Sep-06 8:31
David Crow22-Sep-06 8:31 
GeneralRe: get the selected item from list controll Pin
_tasleem22-Sep-06 18:41
_tasleem22-Sep-06 18:41 
QuestionHow to share vb.net application to all machine with media player Pin
vidyashankar22-Sep-06 5:22
vidyashankar22-Sep-06 5:22 
AnswerRe: How to share vb.net application to all machine with media player Pin
toxcct22-Sep-06 5:34
toxcct22-Sep-06 5:34 
QuestionMenu Issue Fixed [modified] Pin
Maximilien22-Sep-06 4:13
Maximilien22-Sep-06 4:13 
QuestionEdit Box Pin
123.RahulS22-Sep-06 3:39
123.RahulS22-Sep-06 3:39 
AnswerRe: Edit Box Pin
Rinu_Raj22-Sep-06 3:43
Rinu_Raj22-Sep-06 3:43 
GeneralRe: Edit Box Pin
_AnsHUMAN_ 22-Sep-06 3:56
_AnsHUMAN_ 22-Sep-06 3:56 
GeneralRe: Edit Box Pin
Rinu_Raj22-Sep-06 4:09
Rinu_Raj22-Sep-06 4:09 
AnswerRe: Edit Box Pin
David Crow22-Sep-06 3:59
David Crow22-Sep-06 3:59 
Like:

CString strText;
m_edit.GetWindowText(strText);
strText += "More data...";
m_edit.SetWindowText(strText);
Another option is to move the insertion point to the end using SetSel(), and then replace what's there (which is nothing) using ReplaceSel(). Try 'em both to see which you prefer.


"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15

"Judge not by the eye but by the heart." - Native American Proverb


QuestionGetting started with Anti-Virus and Visual C++/MFC Pin
jjc200622-Sep-06 3:26
jjc200622-Sep-06 3:26 
QuestionRemote execution Pin
_tasleem22-Sep-06 3:15
_tasleem22-Sep-06 3:15 
QuestionLogging on to WindowsXP with smart card Pin
sirtimid22-Sep-06 2:58
sirtimid22-Sep-06 2:58 
QuestionHow to change IE's Virtual Machine? Pin
314159265322-Sep-06 2:54
314159265322-Sep-06 2:54 
QuestionHelp adding toolbar to a propertypage! Pin
montiee22-Sep-06 2:46
montiee22-Sep-06 2:46 
QuestionHow to get data from list control Pin
vc++_fragrance22-Sep-06 2:41
vc++_fragrance22-Sep-06 2:41 
AnswerRe: How to get data from list control Pin
_AnsHUMAN_ 22-Sep-06 2:52
_AnsHUMAN_ 22-Sep-06 2:52 

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.