Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can hdc be passed between processes? Pin
Stephen Hewitt29-Apr-08 20:18
Stephen Hewitt29-Apr-08 20:18 
QuestionHow Can Set Back Image in ListCtrl ReportView? Pin
Le@rner29-Apr-08 19:34
Le@rner29-Apr-08 19:34 
QuestionRe: How Can Set Back Image in ListCtrl ReportView? Pin
_AnsHUMAN_ 29-Apr-08 19:46
_AnsHUMAN_ 29-Apr-08 19:46 
QuestionLoad *.ico onto Toolbar Pin
bagavathikumar29-Apr-08 19:32
bagavathikumar29-Apr-08 19:32 
AnswerRe: Load *.ico onto Toolbar Pin
Saurabh.Garg29-Apr-08 19:47
Saurabh.Garg29-Apr-08 19:47 
AnswerRe: Load *.ico onto Toolbar Pin
thuchv8714-Apr-10 19:44
thuchv8714-Apr-10 19:44 
Questionhow to create log file in Visual C++ ??? Pin
cb0206129-Apr-08 17:13
cb0206129-Apr-08 17:13 
AnswerRe: how to create log file in Visual C++ ??? PinPopular
_AnsHUMAN_ 29-Apr-08 19:22
_AnsHUMAN_ 29-Apr-08 19:22 
log files are just simple text files unless you want to create complicated ones. I usually enter the date/time at the beginning of the log entry and then the file name, function name and the Log message. You can use normal fstream objects to write to the file. The log function should open the log file, write the log entry then close it again.
In case you are looking for something complicated try to create a service for logging messages to a log file.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: how to create log file in Visual C++ ??? Pin
Hamid_RT29-Apr-08 21:35
Hamid_RT29-Apr-08 21:35 
AnswerRe: how to create log file in Visual C++ ??? Pin
David Crow30-Apr-08 3:51
David Crow30-Apr-08 3:51 
QuestionCtrl Alt F4 Pin
Christopher Duncan29-Apr-08 15:56
Christopher Duncan29-Apr-08 15:56 
AnswerRe: Ctrl Alt F4 [modified] Pin
Saurabh.Garg29-Apr-08 16:24
Saurabh.Garg29-Apr-08 16:24 
GeneralRe: Ctrl Alt F4 Pin
Christopher Duncan29-Apr-08 17:05
Christopher Duncan29-Apr-08 17:05 
GeneralRe: Ctrl Alt F4 Pin
Saurabh.Garg29-Apr-08 17:27
Saurabh.Garg29-Apr-08 17:27 
GeneralRe: Ctrl Alt F4 Pin
vijay_aroli29-Apr-08 17:47
vijay_aroli29-Apr-08 17:47 
GeneralRe: Ctrl Alt F4 Pin
Christopher Duncan29-Apr-08 19:57
Christopher Duncan29-Apr-08 19:57 
JokeRe: Ctrl Alt F4 Pin
vijay_aroli29-Apr-08 20:48
vijay_aroli29-Apr-08 20:48 
JokeRe: Ctrl Alt F4 Pin
Nelek29-Apr-08 23:12
protectorNelek29-Apr-08 23:12 
QuestionGet only focus( text should not be selected ) on MDI child while opening dynamically Pin
Member 453851029-Apr-08 12:13
Member 453851029-Apr-08 12:13 
AnswerRe: Get only focus( text should not be selected ) on MDI child while opening dynamically Pin
Member 453851029-Apr-08 15:31
Member 453851029-Apr-08 15:31 
AnswerRe: Get only focus( text should not be selected ) on MDI child while opening dynamically Pin
Yusuf29-Apr-08 15:31
Yusuf29-Apr-08 15:31 
GeneralRe: Get only focus( text should not be selected ) on MDI child while opening dynamically Pin
Member 453851029-Apr-08 15:40
Member 453851029-Apr-08 15:40 
QuestionHow to implement a dynamic panel of controls in MFC Pin
C0mendador29-Apr-08 11:24
C0mendador29-Apr-08 11:24 
AnswerRe: How to implement a dynamic panel of controls in MFC Pin
Christopher Duncan29-Apr-08 16:02
Christopher Duncan29-Apr-08 16:02 
AnswerRe: How to implement a dynamic panel of controls in MFC Pin
Rajkumar R29-Apr-08 21:20
Rajkumar R29-Apr-08 21:20 

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.