Click here to Skip to main content
16,003,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Are there some problems in the following source? Pin
Michael Dunn25-Feb-02 7:55
sitebuilderMichael Dunn25-Feb-02 7:55 
GeneralRe: Are there some problems in the following source? Pin
Joaquín M López Muñoz25-Feb-02 8:01
Joaquín M López Muñoz25-Feb-02 8:01 
GeneralRe: Are there some problems in the following source? Pin
Michael Dunn25-Feb-02 10:13
sitebuilderMichael Dunn25-Feb-02 10:13 
GeneralRe: Are there some problems in the following source? Pin
Joaquín M López Muñoz25-Feb-02 10:29
Joaquín M López Muñoz25-Feb-02 10:29 
GeneralRe: Are there some problems in the following source? Pin
Michael Dunn25-Feb-02 7:52
sitebuilderMichael Dunn25-Feb-02 7:52 
GeneralRe: Are there some problems in the following source? Pin
Joaquín M López Muñoz25-Feb-02 7:53
Joaquín M López Muñoz25-Feb-02 7:53 
QuestionWhat message should my app handle when user shutdown/logoff the system Pin
24-Feb-02 18:51
suss24-Feb-02 18:51 
AnswerRe: What message should my app handle when user shutdown/logoff the system Pin
Paul M Watt24-Feb-02 18:58
mentorPaul M Watt24-Feb-02 18:58 
The system will send a WM_QUERYENDSESSION message to all of the applications asking if it is OK to shutdown windows, if any one of them returns false, then windwos will quit shutting down.

After the system sends the WM_QUERYENDSESSION message, your app will receive a WM_ENDSESSION message indicating whether or not windows is actually going to shut down and your app should shut down.
GeneralRe: What message should my app handle when user shutdown/logoff the system Pin
24-Feb-02 19:04
suss24-Feb-02 19:04 
GeneralRe: What message should my app handle when user shutdown/logoff the system Pin
Paul M Watt24-Feb-02 19:17
mentorPaul M Watt24-Feb-02 19:17 
GeneralRe: Thanx Pin
24-Feb-02 21:10
suss24-Feb-02 21:10 
GeneralNetwork logins Pin
Coremn24-Feb-02 17:09
Coremn24-Feb-02 17:09 
GeneralRe: Network logins Pin
Jon Hulatt24-Feb-02 22:08
Jon Hulatt24-Feb-02 22:08 
GeneralSTL/for_each/templated function question Pin
Christian Graus24-Feb-02 17:06
protectorChristian Graus24-Feb-02 17:06 
GeneralRe: STL/for_each/templated function question Pin
Paul M Watt24-Feb-02 17:17
mentorPaul M Watt24-Feb-02 17:17 
GeneralRe: STL/for_each/templated function question Pin
Christian Graus24-Feb-02 17:25
protectorChristian Graus24-Feb-02 17:25 
GeneralRe: STL/for_each/templated function question Pin
Paul M Watt24-Feb-02 17:37
mentorPaul M Watt24-Feb-02 17:37 
GeneralRe: STL/for_each/templated function question Pin
Joaquín M López Muñoz24-Feb-02 20:03
Joaquín M López Muñoz24-Feb-02 20:03 
QuestionSTL from MS oder SGI? Pin
Travis D. Mathison24-Feb-02 15:46
Travis D. Mathison24-Feb-02 15:46 
AnswerRe: STL from MS oder SGI? Pin
Paul M Watt24-Feb-02 15:55
mentorPaul M Watt24-Feb-02 15:55 
GeneralRe: STL from MS oder SGI? Pin
Travis D. Mathison24-Feb-02 16:06
Travis D. Mathison24-Feb-02 16:06 
AnswerRe: STL from MS oder SGI? Pin
Christian Graus24-Feb-02 15:54
protectorChristian Graus24-Feb-02 15:54 
GeneralRe: STL from MS oder SGI? Pin
Travis D. Mathison24-Feb-02 16:06
Travis D. Mathison24-Feb-02 16:06 
QuestionCFileDialog and printing different views? Pin
Craig Miller24-Feb-02 13:06
Craig Miller24-Feb-02 13:06 
AnswerRe: CFileDialog and printing different views? Pin
Roger Allen25-Feb-02 3:16
Roger Allen25-Feb-02 3:16 

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.