Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow do you programmatically add a snapin to compmgmt.msc in C++? Pin
cycoder25-Jun-05 6:59
cycoder25-Jun-05 6:59 
Questionhow do you programmatically manipulate webcam video properties? Pin
cycoder25-Jun-05 6:58
cycoder25-Jun-05 6:58 
AnswerRe: how do you programmatically manipulate webcam video properties? Pin
FlyingTinman25-Jun-05 8:34
FlyingTinman25-Jun-05 8:34 
Questionhow do you tell if fast user switching is enabled? Pin
cycoder25-Jun-05 6:56
cycoder25-Jun-05 6:56 
AnswerRe: how do you tell if fast user switching is enabled? Pin
Toby Opferman25-Jun-05 18:52
Toby Opferman25-Jun-05 18:52 
GeneralRe: how do you tell if fast user switching is enabled? Pin
cycoder26-Jun-05 7:53
cycoder26-Jun-05 7:53 
GeneralRe: how do you tell if fast user switching is enabled? Pin
Toby Opferman26-Jun-05 9:42
Toby Opferman26-Jun-05 9:42 
AnswerRe: how do you tell if fast user switching is enabled? Pin
Gary R. Wheeler26-Jun-05 2:27
Gary R. Wheeler26-Jun-05 2:27 
This article[^] on the MSDN talks about the conditions under which fast user switching is available. It sounds like you could detect those conditions, and then assume that fast user switching is enabled.

If your application needs to know that users have changed, it's a lot simpler. Use WTSRegisterSessionNotification[^] to cause a window in your application to receive a message when the user has changed sessions.


Software Zen: delete this;
QuestionVC6 release mode .pdb? Pin
Ravi Bhavnani25-Jun-05 6:05
professionalRavi Bhavnani25-Jun-05 6:05 
AnswerFigured it out Pin
Ravi Bhavnani25-Jun-05 7:03
professionalRavi Bhavnani25-Jun-05 7:03 
GeneralRe: Figured it out Pin
Roland Pibinger25-Jun-05 8:54
Roland Pibinger25-Jun-05 8:54 
GeneralRe: Figured it out Pin
Ravi Bhavnani25-Jun-05 8:59
professionalRavi Bhavnani25-Jun-05 8:59 
GeneralRe: Figured it out Pin
Jose Lamas Rios25-Jun-05 13:45
Jose Lamas Rios25-Jun-05 13:45 
GeneralRe: Figured it out Pin
toxcct25-Jun-05 22:07
toxcct25-Jun-05 22:07 
GeneralRe: Figured it out Pin
Ravi Bhavnani26-Jun-05 3:05
professionalRavi Bhavnani26-Jun-05 3:05 
GeneralRe: Figured it out Pin
Jose Lamas Rios26-Jun-05 11:30
Jose Lamas Rios26-Jun-05 11:30 
GeneralRe: Figured it out Pin
toxcct26-Jun-05 20:47
toxcct26-Jun-05 20:47 
GeneralRe: Figured it out Pin
Ravi Bhavnani26-Jun-05 3:04
professionalRavi Bhavnani26-Jun-05 3:04 
Generalcreate check box dynamically Pin
softtec25-Jun-05 5:52
softtec25-Jun-05 5:52 
GeneralRe: create check box dynamically Pin
Brad Bruce25-Jun-05 8:18
Brad Bruce25-Jun-05 8:18 
GeneralRe: create check box dynamically Pin
Jose Lamas Rios25-Jun-05 14:01
Jose Lamas Rios25-Jun-05 14:01 
GeneralRe: create check box dynamically Pin
A_Fa26-Jun-05 1:24
A_Fa26-Jun-05 1:24 
GeneralCImg Problem Pin
m_amin8325-Jun-05 5:08
m_amin8325-Jun-05 5:08 
GeneralRe: CImg Problem Pin
charlieg25-Jun-05 5:16
charlieg25-Jun-05 5:16 
Generalevolutionry artificial neural network (neural network with genetic algorithm) Pin
aabusalah25-Jun-05 4:32
aabusalah25-Jun-05 4:32 

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.