Click here to Skip to main content
15,925,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalno select list view Pin
Steve L.25-Aug-02 13:06
Steve L.25-Aug-02 13:06 
GeneralRe: no select list view Pin
alex.barylski25-Aug-02 22:53
alex.barylski25-Aug-02 22:53 
GeneralAbout expose counters to Performance Monitor in Win2000 Pin
sherry_ca25-Aug-02 12:22
sherry_ca25-Aug-02 12:22 
GeneralRe: About expose counters to Performance Monitor in Win2000 Pin
Chris Hambleton26-Aug-02 8:04
Chris Hambleton26-Aug-02 8:04 
GeneralOptimisations cause white dialog background. Pin
Jurgen25-Aug-02 12:00
Jurgen25-Aug-02 12:00 
GeneralRe: Optimisations cause white dialog background. Pin
Anonymous25-Aug-02 14:33
Anonymous25-Aug-02 14:33 
GeneralDetecting Workstation Lock Pin
Venet25-Aug-02 11:25
Venet25-Aug-02 11:25 
GeneralRe: Detecting Workstation Lock Pin
Garth J Lancaster25-Aug-02 12:37
professionalGarth J Lancaster25-Aug-02 12:37 
For W2K (only), you could look at :-

http://www.codeproject.com/useritems/winlogon_notification_package.asp

For NT, I havnt heard of this being successfully acheived without either :-

a) totally replacing the NT GINA, with one of your own,
b) (or) using a pass-thru GINA, which intercepts the items
you wish to trap, (actions them) and then calls the 'real' GINA.

Both NT methods appear complicated and dangerous !!! - If you wish to know more, Windows Developer Journal (WDJ) had a series of articles written by Pamela (something beginning with "T" [apologies to Pamela], who's an expert in this field, you could pick up the CD-ROM of back-issues if you were really serious about doing it)

Microsoft do supply a GINA example in the SAMPLES directory of the MSDK kits, as well (but the articles mentioned above are the way to go ...)

HTH

'G'
GeneralRe: Detecting Workstation Lock Pin
Venet25-Aug-02 23:17
Venet25-Aug-02 23:17 
GeneralRe: Detecting Workstation Lock Pin
Brian Delahunty26-Aug-02 1:36
Brian Delahunty26-Aug-02 1:36 
GeneralRe: Detecting Workstation Lock Pin
Venet26-Aug-02 22:23
Venet26-Aug-02 22:23 
QuestionHow to detect number in a string Pin
25-Aug-02 7:52
suss25-Aug-02 7:52 
AnswerRe: How to detect number in a string Pin
l a u r e n25-Aug-02 9:15
l a u r e n25-Aug-02 9:15 
GeneralCListrCtrl & Change Color and/or Font :: MFC Pin
valikac25-Aug-02 6:47
valikac25-Aug-02 6:47 
GeneralRe: CListrCtrl & Change Color and/or Font :: MFC Pin
Steve L.25-Aug-02 7:09
Steve L.25-Aug-02 7:09 
GeneralRe: CListrCtrl & Change Color and/or Font :: MFC Pin
valikac25-Aug-02 7:42
valikac25-Aug-02 7:42 
QuestionHow to get CTreeCtrl's item index? Pin
Pole25-Aug-02 4:24
Pole25-Aug-02 4:24 
AnswerRe: How to get CTreeCtrl's item index? Pin
Steve L.25-Aug-02 5:45
Steve L.25-Aug-02 5:45 
Generalgrabbing stderr from ShellExecute Pin
yeliad25-Aug-02 3:12
yeliad25-Aug-02 3:12 
GeneralRe: grabbing stderr from ShellExecute Pin
Daniel Turini25-Aug-02 15:02
Daniel Turini25-Aug-02 15:02 
GeneralRe: grabbing stderr from ShellExecute Pin
yeliad25-Aug-02 23:56
yeliad25-Aug-02 23:56 
GeneralRe: grabbing stderr from ShellExecute Pin
Daniel Turini26-Aug-02 0:29
Daniel Turini26-Aug-02 0:29 
GeneralKilling another application Pin
Anonymous25-Aug-02 2:13
Anonymous25-Aug-02 2:13 
GeneralRe: Killing another application Pin
Anonymous25-Aug-02 7:37
Anonymous25-Aug-02 7:37 
GeneralThe color is different for static and the window Pin
Anonymous25-Aug-02 0:18
Anonymous25-Aug-02 0:18 

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.