Click here to Skip to main content
15,913,669 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Updatedata Pin
Priyank Bolia5-May-05 7:11
Priyank Bolia5-May-05 7:11 
GeneralSharing Events created within a Service Pin
Kri55-May-05 2:10
Kri55-May-05 2:10 
GeneralRe: Sharing Events created within a Service Pin
Blake Miller6-May-05 5:31
Blake Miller6-May-05 5:31 
GeneralRe: Sharing Events created within a Service Pin
Kri56-May-05 23:47
Kri56-May-05 23:47 
GeneralRe: Sharing Events created within a Service Pin
CodeBeetle26-May-05 6:55
CodeBeetle26-May-05 6:55 
GeneralRe: How to append text to a CEdit interface? Pin
toxcct5-May-05 0:49
toxcct5-May-05 0:49 
GeneralRe: How to append text to a CEdit interface? Pin
Ravi Bhavnani5-May-05 3:00
professionalRavi Bhavnani5-May-05 3:00 
GeneralRe: How to append text to a CEdit interface? Pin
David Crow5-May-05 2:26
David Crow5-May-05 2:26 
includeh10 wrote:
is it possible to append text to a normal CEdit?

Of course. The easiest way is to use SetWindowText(). But since you have a hangup with it, you'll need to use ReplaceSel(). To keep the insertion point at the "end" of the control, use SetSel().


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralcRYSTAL REPORT NOT REFERESHING Pin
Shanmuga Sundar5-May-05 0:07
Shanmuga Sundar5-May-05 0:07 
GeneralDownload speed. Pin
Vinaya5-May-05 0:07
Vinaya5-May-05 0:07 
Questionhow to change background color of CRichEditCtrl? Pin
includeh105-May-05 0:03
includeh105-May-05 0:03 
AnswerRe: how to change background color of CRichEditCtrl? Pin
mpallavi5-May-05 1:59
mpallavi5-May-05 1:59 
AnswerRe: how to change background color of CRichEditCtrl? Pin
David Crow5-May-05 2:29
David Crow5-May-05 2:29 
AnswerRe: how to change background color of CRichEditCtrl? Pin
Maximilien5-May-05 3:00
Maximilien5-May-05 3:00 
GeneralRe: how to change background color of CRichEditCtrl? Pin
includeh105-May-05 4:47
includeh105-May-05 4:47 
Questionwhat are differences between std* and GetStdHandle()? Pin
includeh104-May-05 23:58
includeh104-May-05 23:58 
AnswerRe: what are differences between std* and GetStdHandle()? Pin
David Crow5-May-05 2:31
David Crow5-May-05 2:31 
GeneralRe: what are differences between std* and GetStdHandle()? Pin
includeh105-May-05 4:56
includeh105-May-05 4:56 
GeneralRe: what are differences between std* and GetStdHandle()? Pin
David Crow5-May-05 6:20
David Crow5-May-05 6:20 
Generalhelp needed Pin
aleks_grid4-May-05 23:23
aleks_grid4-May-05 23:23 
GeneralInternal Complier Error in VC++ 1.52 Pin
LongHornGuy4-May-05 23:23
LongHornGuy4-May-05 23:23 
GeneralRe: Internal Complier Error in VC++ 1.52 Pin
David Crow5-May-05 2:35
David Crow5-May-05 2:35 
General'ICC_STANDARD_CLASSES' : undeclared identifier Pin
stolid_rock4-May-05 22:54
stolid_rock4-May-05 22:54 
GeneralRe: 'ICC_STANDARD_CLASSES' : undeclared identifier Pin
David Crow5-May-05 2:38
David Crow5-May-05 2:38 
GeneralRe: 'ICC_STANDARD_CLASSES' : undeclared identifier Pin
Michael Dunn5-May-05 6:36
sitebuilderMichael Dunn5-May-05 6:36 

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.