Click here to Skip to main content
15,907,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralI solved it Pin
Mohammed F. Salem29-Jul-05 8:39
Mohammed F. Salem29-Jul-05 8:39 
GeneralAplication crashes Pin
Shailesh Halankar27-Jul-05 20:04
sussShailesh Halankar27-Jul-05 20:04 
GeneralRe: Aplication crashes Pin
Bob Stanneveld27-Jul-05 21:08
Bob Stanneveld27-Jul-05 21:08 
GeneralRe: Aplication crashes Pin
Blake Miller28-Jul-05 5:19
Blake Miller28-Jul-05 5:19 
GeneralCFileDialog Pin
ajmalsiddiqi27-Jul-05 19:19
ajmalsiddiqi27-Jul-05 19:19 
GeneralRe: CFileDialog Pin
Rob Manderson27-Jul-05 19:33
protectorRob Manderson27-Jul-05 19:33 
GeneralRe: CFileDialog Pin
Marc Soleda27-Jul-05 19:49
Marc Soleda27-Jul-05 19:49 
GeneralRe: CFileDialog Pin
ajmalsiddiqi27-Jul-05 23:25
ajmalsiddiqi27-Jul-05 23:25 
QuestionHow to open default mail client and pass to it subject, body and an attachement? Pin
petehero27-Jul-05 19:01
petehero27-Jul-05 19:01 
AnswerRe: How to open default mail client and pass to it subject, body and an attachement? Pin
David Crow28-Jul-05 5:44
David Crow28-Jul-05 5:44 
GeneralRe: How to open default mail client and pass to it subject, body and an attachement? Pin
petehero28-Jul-05 18:43
petehero28-Jul-05 18:43 
GeneralRe: How to open default mail client and pass to it subject, body and an attachement? Pin
David Crow29-Jul-05 2:28
David Crow29-Jul-05 2:28 
GeneralRe: How to open default mail client and pass to it subject, body and an attachement? Pin
petehero31-Jul-05 19:48
petehero31-Jul-05 19:48 
Generalmodeless dialog pointer Pin
sayup27-Jul-05 18:58
sayup27-Jul-05 18:58 
GeneralRe: modeless dialog pointer Pin
Christian Graus27-Jul-05 19:14
protectorChristian Graus27-Jul-05 19:14 
Setting first to NULL is a matter of good style, nothing will ever detect that you did, or complain that you didn't ( which is sort of the point ). When you create it, it's too late, before you create it, you want it to be NULL so you can tell it has not been created. So, all pointers should be set to NULL in the constructer for members, and at the time they are declared for variables in functions. There would be no point in setting it to NULL jsut before it got given a valid value.


Christian Graus - Microsoft MVP - C++
GeneralRe: modeless dialog pointer Pin
sayup27-Jul-05 20:53
sayup27-Jul-05 20:53 
GeneralRe: modeless dialog pointer Pin
Christian Graus28-Jul-05 15:10
protectorChristian Graus28-Jul-05 15:10 
GeneralRe: modeless dialog pointer Pin
sayup28-Jul-05 19:39
sayup28-Jul-05 19:39 
GeneralRe: modeless dialog pointer Pin
Christian Graus28-Jul-05 19:49
protectorChristian Graus28-Jul-05 19:49 
GeneralRe: modeless dialog pointer Pin
sayup28-Jul-05 21:51
sayup28-Jul-05 21:51 
GeneralRe: modeless dialog pointer Pin
Christian Graus31-Jul-05 13:13
protectorChristian Graus31-Jul-05 13:13 
GeneralRe: modeless dialog pointer Pin
ddmcr27-Jul-05 21:46
ddmcr27-Jul-05 21:46 
GeneralRe: modeless dialog pointer Pin
sayup28-Jul-05 19:40
sayup28-Jul-05 19:40 
Questionhow to debug exe service? Pin
HeartFriend27-Jul-05 17:03
HeartFriend27-Jul-05 17:03 
AnswerRe: how to debug exe service? Pin
Christian Graus27-Jul-05 17:05
protectorChristian Graus27-Jul-05 17: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.