Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: default button Pin
Mike Dimmick21-Nov-05 7:27
Mike Dimmick21-Nov-05 7:27 
QuestionHow to move cursor to bottom of view in SDI ? Pin
quangpk20-Nov-05 22:07
quangpk20-Nov-05 22:07 
AnswerRe: How to move cursor to bottom of view in SDI ? Pin
Russell'21-Nov-05 0:55
Russell'21-Nov-05 0:55 
GeneralRe: How to move cursor to bottom of view in SDI ? Pin
quangpk21-Nov-05 15:05
quangpk21-Nov-05 15:05 
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 
Hi,

I have an application running and I have created a modeless dialog box, named it Log window.

I need this dialog to display in it's edit box, all the log information that the actual application sends.

eg:
The actual application opens files, writes to it, closes it.
The log windows should print "File opened succesfully", "abcd data written to file", "File closed" etc.
With whatever info I have, I think I will create some thread which will continuously read a global CString and keep updating the edit box in log window. But, will this slow down the application as the thread is continously reading the string.
Another option is to call a update_log() function after each operation and this function updates the log.
These are just ideas and I am not very sure of how to implement these or anything better.
Is there a better method . how ??
please help!!Smile | :)

- KK
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 
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 

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.