Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: How to get data from list control Pin
vc++_fragrance22-Sep-06 3:22
vc++_fragrance22-Sep-06 3:22 
AnswerRe: How to get data from list control Pin
Hamid_RT28-Sep-06 10:03
Hamid_RT28-Sep-06 10:03 
QuestionEdit box style Pin
LiYS22-Sep-06 1:35
LiYS22-Sep-06 1:35 
AnswerRe: Edit box style Pin
Naveen22-Sep-06 1:48
Naveen22-Sep-06 1:48 
GeneralRe: Edit box style Pin
LiYS22-Sep-06 1:55
LiYS22-Sep-06 1:55 
GeneralRe: Edit box style Pin
Naveen22-Sep-06 2:01
Naveen22-Sep-06 2:01 
QuestionRe: Edit box style Pin
David Crow22-Sep-06 4:04
David Crow22-Sep-06 4:04 
QuestionAsp.net application in vc++.net Pin
amaneet22-Sep-06 1:18
amaneet22-Sep-06 1:18 
AnswerRe: Asp.net application in vc++.net Pin
Christian Graus22-Sep-06 1:42
protectorChristian Graus22-Sep-06 1:42 
GeneralRe: Asp.net application in vc++.net Pin
amaneet22-Sep-06 3:27
amaneet22-Sep-06 3:27 

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.