Click here to Skip to main content
15,912,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Installation package Pin
lillah2-Nov-04 13:44
lillah2-Nov-04 13:44 
GeneralRe: Installation package Pin
Brad Bruce2-Nov-04 15:40
Brad Bruce2-Nov-04 15:40 
GeneralRe: Installation package Pin
ThatsAlok3-Nov-04 23:37
ThatsAlok3-Nov-04 23:37 
Generalgetting the divider handle in a SplitterWnd Pin
b@andreasen8.org2-Nov-04 11:53
b@andreasen8.org2-Nov-04 11:53 
Generalsome help for how shutdown computer remotely Pin
faroqtam2-Nov-04 11:25
faroqtam2-Nov-04 11:25 
GeneralRe: some help for how shutdown computer remotely Pin
Graham Bradshaw2-Nov-04 11:50
Graham Bradshaw2-Nov-04 11:50 
GeneralRe: some help for how shutdown computer remotely Pin
Christian Graus2-Nov-04 11:50
protectorChristian Graus2-Nov-04 11:50 
Generallogging off windows 2000 in VC++ Pin
jet91532-Nov-04 9:49
jet91532-Nov-04 9:49 
I want to have a screensaver that logs the current user off when the have been idle for X amount of time. I am currently using ExitWindows() function, but the user is not logging off. The return value is ok. I thought my screensaver might have to handle the message as well but OnQueryEndSession never gets called. The message catch, shown below, is in the same class as the ExitWindows call. This function was created through MFC wizard.

BOOL CDrawWnd::OnQueryEndSession()
{
return TRUE;
}


Any help or guidance will be very helpful.

GeneralRe: logging off windows 2000 in VC++ Pin
David Crow2-Nov-04 10:39
David Crow2-Nov-04 10:39 
GeneralRe: logging off windows 2000 in VC++ Pin
Ryan Binns2-Nov-04 16:58
Ryan Binns2-Nov-04 16:58 
Generala dynamic-link library for 3D GameStudio Pin
BeyelerStudios2-Nov-04 9:47
BeyelerStudios2-Nov-04 9:47 
GeneralAbout scrollbars Pin
n_a12-Nov-04 8:43
n_a12-Nov-04 8:43 
GeneralRe: About scrollbars Pin
n_a12-Nov-04 23:14
n_a12-Nov-04 23:14 
GeneralHelp me speed this up! Pin
Nitron2-Nov-04 8:36
Nitron2-Nov-04 8:36 
GeneralRe: Help me speed this up! Pin
Joaquín M López Muñoz2-Nov-04 9:13
Joaquín M López Muñoz2-Nov-04 9:13 
GeneralRe: Help me speed this up! Pin
Nitron2-Nov-04 9:21
Nitron2-Nov-04 9:21 
QuestionHow to Declare program, Menu and Dialog Pin
Dody_DK2-Nov-04 8:32
Dody_DK2-Nov-04 8:32 
GeneralRe: func to create 2-d array in C Pin
Joaquín M López Muñoz2-Nov-04 8:26
Joaquín M López Muñoz2-Nov-04 8:26 
GeneralRe: func to create 2-d array in C Pin
Budric B.2-Nov-04 8:34
Budric B.2-Nov-04 8:34 
GeneralRe: func to create 2-d array in C Pin
act_x2-Nov-04 8:40
act_x2-Nov-04 8:40 
Generalfunc to create 2-d array in C Pin
act_x2-Nov-04 8:13
act_x2-Nov-04 8:13 
General"cout" and "cin" won't work Pin
Verolix2-Nov-04 7:25
Verolix2-Nov-04 7:25 
GeneralRe: "cout" and "cin" won't work Pin
Joaquín M López Muñoz2-Nov-04 8:19
Joaquín M López Muñoz2-Nov-04 8:19 
GeneralRe: "cout" and "cin" won't work Pin
Verolix2-Nov-04 9:59
Verolix2-Nov-04 9:59 
GeneralRe: "cout" and "cin" won't work Pin
Joaquín M López Muñoz2-Nov-04 10:07
Joaquín M López Muñoz2-Nov-04 10:07 

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.