Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: win32 app Pin
CPallini25-Nov-08 21:31
mveCPallini25-Nov-08 21:31 
Questionwysiwyg HTML editor Pin
William Engberts25-Nov-08 2:31
William Engberts25-Nov-08 2:31 
AnswerRe: wysiwyg HTML editor Pin
Stephen Hewitt25-Nov-08 2:40
Stephen Hewitt25-Nov-08 2:40 
AnswerRe: wysiwyg HTML editor Pin
Ahmed Charfeddine25-Nov-08 2:40
Ahmed Charfeddine25-Nov-08 2:40 
QuestionHow to make the cursor move to end of a multiline edit box ? Pin
kapardhi25-Nov-08 2:29
kapardhi25-Nov-08 2:29 
AnswerRe: How to make the cursor move to end of a multiline edit box ? Pin
Nibu babu thomas25-Nov-08 2:52
Nibu babu thomas25-Nov-08 2:52 
GeneralRe: How to make the cursor move to end of a multiline edit box ? Pin
kapardhi25-Nov-08 18:05
kapardhi25-Nov-08 18:05 
GeneralRe: How to make the cursor move to end of a multiline edit box ? [modified] Pin
Nibu babu thomas25-Nov-08 21:40
Nibu babu thomas25-Nov-08 21:40 
kapardhi wrote:
what is happening is each time the data is entered into the multiline edit box the scroll bar goes to initial position and then comes down, it appears like blinking,


Can you try EM_REPLACESEL. Something like...

pEdit->SendMessage( EM_REPLACESEL, 
                    TRUE, 
                    (LPARAM)static_cast<LPCTSTR>( csTextToBeInserted ));


Tell us if the blinking problem does get solved.


Nibu babu thomas
Microsoft MVP for VC++


Code must be written to be read, not by the compiler, but by another human being.

Programming Blog: http://nibuthomas.wordpress.com

modified on Wednesday, November 26, 2008 7:55 AM

GeneralRe: How to make the cursor move to end of a multiline edit box ? Pin
kapardhi26-Nov-08 1:51
kapardhi26-Nov-08 1:51 
GeneralRe: How to make the cursor move to end of a multiline edit box ? Pin
Nibu babu thomas26-Nov-08 2:09
Nibu babu thomas26-Nov-08 2:09 
GeneralRe: How to make the cursor move to end of a multiline edit box ? Pin
kapardhi26-Nov-08 2:30
kapardhi26-Nov-08 2:30 
GeneralRe: How to make the cursor move to end of a multiline edit box ? Pin
Nibu babu thomas26-Nov-08 3:00
Nibu babu thomas26-Nov-08 3:00 
AnswerRe: How to make the cursor move to end of a multiline edit box ? Pin
fantasy121525-Nov-08 3:21
fantasy121525-Nov-08 3:21 
GeneralRe: How to make the cursor move to end of a multiline edit box ? Pin
kapardhi25-Nov-08 18:05
kapardhi25-Nov-08 18:05 
QuestionHow to::Timing mechanism and synronization in MFC? Pin
atillaselem25-Nov-08 2:12
atillaselem25-Nov-08 2:12 
AnswerRe: How to::Timing mechanism and synronization in MFC? Pin
Randor 25-Nov-08 3:43
professional Randor 25-Nov-08 3:43 
GeneralRe: How to::Timing mechanism and synronization in MFC? Pin
atillaselem25-Nov-08 4:25
atillaselem25-Nov-08 4:25 
GeneralRe: How to::Timing mechanism and synronization in MFC? Pin
Randor 25-Nov-08 6:25
professional Randor 25-Nov-08 6:25 
GeneralRe: How to::Timing mechanism and synronization in MFC? Pin
atillaselem25-Nov-08 7:12
atillaselem25-Nov-08 7:12 
GeneralRe: How to::Timing mechanism and synronization in MFC? Pin
Randor 25-Nov-08 8:17
professional Randor 25-Nov-08 8:17 
GeneralRe: How to::Timing mechanism and synronization in MFC? Pin
atillaselem25-Nov-08 20:51
atillaselem25-Nov-08 20:51 
QuestionTrying to create a log file using Notepad Pin
AnithaSubramani25-Nov-08 2:07
AnithaSubramani25-Nov-08 2:07 
AnswerRe: Trying to create a log file using Notepad Pin
Cedric Moonen25-Nov-08 2:26
Cedric Moonen25-Nov-08 2:26 
AnswerRe: Trying to create a log file using Notepad Pin
Nibu babu thomas25-Nov-08 2:55
Nibu babu thomas25-Nov-08 2:55 
QuestionCreate two files with the same name but different extention Pin
Member 198099925-Nov-08 2:05
Member 198099925-Nov-08 2:05 

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.