Click here to Skip to main content
16,011,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to track that no event has occured on a win32 SDI applications window Pin
Dhiraj kumar Saini31-Aug-07 1:49
Dhiraj kumar Saini31-Aug-07 1:49 
GeneralRe: how to track that no event has occured on a win32 SDI applications window Pin
Nishad S31-Aug-07 2:06
Nishad S31-Aug-07 2:06 
QuestionRe: how to track that no event has occured on a win32 SDI applications window Pin
Hamid_RT31-Aug-07 1:44
Hamid_RT31-Aug-07 1:44 
AnswerRe: how to track that no event has occured on a win32 SDI applications window Pin
Dhiraj kumar Saini31-Aug-07 1:50
Dhiraj kumar Saini31-Aug-07 1:50 
AnswerRe: how to track that no event has occured on a win32 SDI applications window Pin
David Crow31-Aug-07 3:32
David Crow31-Aug-07 3:32 
QuestionHow to display data continuously in edit box & How to avoid flickering in edit box Pin
shir_k30-Aug-07 23:38
shir_k30-Aug-07 23:38 
AnswerRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
chandu00430-Aug-07 23:43
chandu00430-Aug-07 23:43 
AnswerRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
Iain Clarke, Warrior Programmer30-Aug-07 23:44
Iain Clarke, Warrior Programmer30-Aug-07 23:44 
If you are shoing data coming back from somewhere, then an edit box is probably the wrong control to use.

I use CPPDumpCtrl - version 1.2[^] for this purpose, as you can see the data in different representations. As it is double buffered, flickering will be very low.

Sometimes, you're just using the square peg, and you have a round hole...

Iain.



JokeRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
David Crow31-Aug-07 3:37
David Crow31-Aug-07 3:37 
GeneralRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
Iain Clarke, Warrior Programmer31-Aug-07 3:50
Iain Clarke, Warrior Programmer31-Aug-07 3:50 
AnswerRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
Hamid_RT31-Aug-07 1:50
Hamid_RT31-Aug-07 1:50 
GeneralRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
shir_k31-Aug-07 4:26
shir_k31-Aug-07 4:26 
GeneralRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
Hamid_RT31-Aug-07 19:33
Hamid_RT31-Aug-07 19:33 
QuestionRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
David Crow31-Aug-07 3:34
David Crow31-Aug-07 3:34 
AnswerRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
shir_k31-Aug-07 4:29
shir_k31-Aug-07 4:29 
GeneralRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
David Crow31-Aug-07 4:36
David Crow31-Aug-07 4:36 
GeneralRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
shir_k31-Aug-07 19:28
shir_k31-Aug-07 19:28 
GeneralRe: How to display data continuously in edit box & How to avoid flickering in edit box Pin
David Crow1-Sep-07 5:47
David Crow1-Sep-07 5:47 
QuestionC++ XPCOM componenet - Linker Error Pin
veer_in30-Aug-07 23:36
veer_in30-Aug-07 23:36 
AnswerRe: C++ XPCOM componenet - Linker Error Pin
Waldermort31-Aug-07 0:50
Waldermort31-Aug-07 0:50 
AnswerRe: C++ XPCOM componenet - Linker Error Pin
Hamid_RT31-Aug-07 1:52
Hamid_RT31-Aug-07 1:52 
QuestionfileObj.Open Pin
p_30-Aug-07 23:34
p_30-Aug-07 23:34 
GeneralRe: fileObj.Open Pin
chandu00430-Aug-07 23:50
chandu00430-Aug-07 23:50 
GeneralRe: fileObj.Open Pin
p_31-Aug-07 0:02
p_31-Aug-07 0:02 
GeneralRe: fileObj.Open Pin
chandu00431-Aug-07 0:09
chandu00431-Aug-07 0:09 

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.