Click here to Skip to main content
15,904,023 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to move cursor to bottom of view in SDI ? Pin
David Crow21-Nov-05 3:27
David Crow21-Nov-05 3:27 
GeneralRe: How to move cursor to bottom of view in SDI ? Pin
quangpk21-Nov-05 15:02
quangpk21-Nov-05 15:02 
GeneralRe: How to move cursor to bottom of view in SDI ? Pin
David Crow22-Nov-05 3:00
David Crow22-Nov-05 3:00 
QuestionLoggin in a modeledd dialog Pin
kk_vp20-Nov-05 21:20
kk_vp20-Nov-05 21:20 
AnswerRe: Loggin in a modeledd dialog Pin
kakan20-Nov-05 22:01
professionalkakan20-Nov-05 22:01 
GeneralRe: Loggin in a modeledd dialog Pin
kk_vp20-Nov-05 22:22
kk_vp20-Nov-05 22:22 
GeneralRe: Loggin in a modeledd dialog Pin
vikas amin20-Nov-05 22:40
vikas amin20-Nov-05 22:40 
GeneralRe: Loggin in a modeledd dialog Pin
kakan20-Nov-05 22:42
professionalkakan20-Nov-05 22:42 
Hello.
I assume your modeless dialog has got a Windows message loop.
If that's the case, then the logging text will come as a message in the standard message loop.
So all you have to do in the modeless dialog, is catch the specific ID (the ID you gave when you sent the logging message), get the message and then display it.

There is no need for an explicit thread in your modeless dialog.

I'm sure it will get clearer as you investigate the SendMessage func.
Unfortunately, I don't have the time to give you an example.
But search in CP for SendMessage, I'm sure you will get a lot of hits on the subject.

Good luck.
Kakan


GeneralRe: Loggin in a modeledd dialog Pin
kk_vp21-Nov-05 1:55
kk_vp21-Nov-05 1:55 
GeneralRe: Loggin in a modeledd dialog Pin
kakan21-Nov-05 2:18
professionalkakan21-Nov-05 2:18 
GeneralRe: Loggin in a modeledd dialog Pin
David Crow21-Nov-05 3:34
David Crow21-Nov-05 3:34 
QuestionExe signature bytes Pin
zooley20-Nov-05 20:09
zooley20-Nov-05 20:09 
AnswerRe: Exe signature bytes Pin
Gary R. Wheeler21-Nov-05 2:03
Gary R. Wheeler21-Nov-05 2:03 
GeneralRe: Exe signature bytes Pin
zooley21-Nov-05 3:00
zooley21-Nov-05 3:00 
QuestionRe: Exe signature bytes Pin
David Crow21-Nov-05 3:51
David Crow21-Nov-05 3:51 
AnswerRe: Exe signature bytes Pin
zooley21-Nov-05 19:20
zooley21-Nov-05 19:20 
QuestionRe: Exe signature bytes Pin
David Crow22-Nov-05 3:02
David Crow22-Nov-05 3:02 
AnswerRe: Exe signature bytes Pin
zooley22-Nov-05 19:51
zooley22-Nov-05 19:51 
AnswerRe: Exe signature bytes Pin
David Crow21-Nov-05 3:43
David Crow21-Nov-05 3:43 
GeneralRe: Exe signature bytes Pin
zooley21-Nov-05 20:00
zooley21-Nov-05 20:00 
QuestionRe: Exe signature bytes Pin
David Crow22-Nov-05 2:59
David Crow22-Nov-05 2:59 
AnswerRe: Exe signature bytes Pin
zooley22-Nov-05 19:52
zooley22-Nov-05 19:52 
Questionwinsock.h problem Pin
newbie534520-Nov-05 20:09
newbie534520-Nov-05 20:09 
AnswerRe: winsock.h problem Pin
vikas amin20-Nov-05 22:47
vikas amin20-Nov-05 22:47 
AnswerRe: winsock.h problem Pin
Gary R. Wheeler21-Nov-05 2:09
Gary R. Wheeler21-Nov-05 2: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.