Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsystem specifications Pin
khalouda23-Sep-05 8:49
khalouda23-Sep-05 8:49 
AnswerRe: system specifications Pin
David Crow23-Sep-05 9:56
David Crow23-Sep-05 9:56 
Questionbmp transparency problem Pin
Kharfax23-Sep-05 8:22
Kharfax23-Sep-05 8:22 
AnswerRe: bmp transparency problem Pin
Chris Losinger23-Sep-05 9:00
professionalChris Losinger23-Sep-05 9:00 
GeneralRe: bmp transparency problem Pin
Kharfax23-Sep-05 9:39
Kharfax23-Sep-05 9:39 
GeneralRe: bmp transparency problem Pin
Chris Losinger23-Sep-05 9:46
professionalChris Losinger23-Sep-05 9:46 
GeneralRe: bmp transparency problem Pin
Kharfax23-Sep-05 9:55
Kharfax23-Sep-05 9:55 
QuestionLogonUser (Sort of) Pin
Eurosid23-Sep-05 8:05
Eurosid23-Sep-05 8:05 
I have a desktop application that must authenticate each user.

I am not allowed to have my own password file, nor to store
passwords in a database.

The application needs to work on XP and Win2K, and
will be written in VC6++.

LogonUser looks perfect, because it lets me authenticate
the passwords the same way that Windows does when users
log in every day.

It works fine on XP. It fails on Win2K, of course, because
SE_TCB_NAME is not granted to user accounts.

Any suggestions for something similar? I do NOT
need the token that is normally generated by
LogonUser, as I'm not starting a service or
impersonating a user. I only need the BOOL that
tells me the password is valid or not.
AnswerRe: LogonUser (Sort of) Pin
Kharfax23-Sep-05 8:11
Kharfax23-Sep-05 8:11 
GeneralRe: LogonUser (Sort of) Pin
Eurosid23-Sep-05 8:17
Eurosid23-Sep-05 8:17 
GeneralRe: LogonUser (Sort of) Pin
James Brown23-Sep-05 10:24
James Brown23-Sep-05 10:24 
GeneralRe: LogonUser (Sort of) Pin
Eurosid26-Sep-05 7:10
Eurosid26-Sep-05 7:10 
AnswerRe: LogonUser (Sort of) Pin
Eurosid26-Sep-05 7:07
Eurosid26-Sep-05 7:07 
QuestionChoose printer automatically Pin
Kleser23-Sep-05 7:20
Kleser23-Sep-05 7:20 
AnswerRe: Choose printer automatically Pin
David Crow23-Sep-05 7:32
David Crow23-Sep-05 7:32 
GeneralRe: Choose printer automatically Pin
Kleser23-Sep-05 8:11
Kleser23-Sep-05 8:11 
GeneralRe: Choose printer automatically Pin
bugDanny23-Sep-05 9:21
bugDanny23-Sep-05 9:21 
GeneralRe: Choose printer automatically Pin
David Crow23-Sep-05 9:35
David Crow23-Sep-05 9:35 
AnswerRe: Choose printer automatically Pin
Anonymous23-Sep-05 19:23
Anonymous23-Sep-05 19:23 
QuestionMessage when clicking on a Edit Box with the mouse Pin
tl0825423-Sep-05 7:19
tl0825423-Sep-05 7:19 
AnswerRe: Message when clicking on a Edit Box with the mouse Pin
David Crow23-Sep-05 7:22
David Crow23-Sep-05 7:22 
GeneralRe: Message when clicking on a Edit Box with the mouse Pin
tl0825423-Sep-05 7:40
tl0825423-Sep-05 7:40 
GeneralRe: Message when clicking on a Edit Box with the mouse Pin
David Crow23-Sep-05 8:01
David Crow23-Sep-05 8:01 
GeneralRe: Message when clicking on a Edit Box with the mouse Pin
toxcct24-Sep-05 5:58
toxcct24-Sep-05 5:58 
QuestionBoundschecker and static linked MDI application. Pin
Maximilien23-Sep-05 6:46
Maximilien23-Sep-05 6:46 

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.