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

C / C++ / MFC

 
AnswerRe: Hacker Pin
Max++13-Oct-06 7:38
Max++13-Oct-06 7:38 
QuestionRe: Hacker Pin
David Crow13-Oct-06 7:43
David Crow13-Oct-06 7:43 
AnswerRe: Hacker Pin
Max++13-Oct-06 8:14
Max++13-Oct-06 8:14 
GeneralRe: Hacker Pin
David Crow13-Oct-06 8:27
David Crow13-Oct-06 8:27 
GeneralRe: Hacker Pin
Hamid_RT14-Oct-06 4:04
Hamid_RT14-Oct-06 4:04 
AnswerRe: Hacker Pin
Mark Salsbery13-Oct-06 7:20
Mark Salsbery13-Oct-06 7:20 
AnswerRe: Hacker Pin
Christian Graus13-Oct-06 8:41
protectorChristian Graus13-Oct-06 8:41 
AnswerRe: Hacker Pin
James R. Twine13-Oct-06 12:10
James R. Twine13-Oct-06 12:10 
   The short answer is to do the following:

     1: Have your application get access to the WinLogon desktop

     2: Enumerate the windows to determine the handle of the password edit control (HWNDs are unique across the system, IIRC).

     3: Inject keypresses (SendEvent(...)) to enter keystrokes for the characters you want to try

     4: See if the actve desktop switches from the WinLogon desktop to another one (if so, you likely successfuly logged in)

     5: If not, simulate a keypress to dismiss the "login failure" window and go back to step 2 (because the login window may have closed) and try again

   Now, if you expect to be handed code to do this, I do not think so.  Most of the people that contribute to this site are not going to help you do something that is illegal.  I only mention the steps because I am fairly sure that you will not be able to do this on your own.  :P   Step #1 is hard enough believe me, and I am not going to tell you the way I use to detect desktop switches to/from the WinLogon desktop.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

Questionconfusing about trees in data structure Pin
EzraYap13-Oct-06 6:56
EzraYap13-Oct-06 6:56 
AnswerRe: confusing about trees in data structure Pin
Zac Howland13-Oct-06 7:10
Zac Howland13-Oct-06 7:10 
QuestionMFC SDI Program crashed when press F12 Pin
lostangels13-Oct-06 6:08
lostangels13-Oct-06 6:08 
QuestionRe: MFC SDI Program crashed when press F12 Pin
David Crow13-Oct-06 6:11
David Crow13-Oct-06 6:11 
AnswerRe: MFC SDI Program crashed when press F12 Pin
Michael Dunn13-Oct-06 18:51
sitebuilderMichael Dunn13-Oct-06 18:51 
QuestionFunction Flowchart Pin
jon_fallon13-Oct-06 6:01
jon_fallon13-Oct-06 6:01 
AnswerRe: Function Flowchart Pin
David Crow13-Oct-06 6:12
David Crow13-Oct-06 6:12 
GeneralRe: Function Flowchart Pin
jon_fallon13-Oct-06 6:38
jon_fallon13-Oct-06 6:38 
GeneralRe: Function Flowchart Pin
David Crow13-Oct-06 6:47
David Crow13-Oct-06 6:47 
GeneralRe: Function Flowchart Pin
led mike13-Oct-06 7:42
led mike13-Oct-06 7:42 
Questionfatal error LNK1103 Pin
Manjunath S13-Oct-06 4:22
Manjunath S13-Oct-06 4:22 
AnswerRe: fatal error LNK1103 Pin
Christian Graus13-Oct-06 4:41
protectorChristian Graus13-Oct-06 4:41 
GeneralRe: fatal error LNK1103 Pin
Manjunath S13-Oct-06 8:14
Manjunath S13-Oct-06 8:14 
Questioncopy bitmap to clipboard Pin
priyank_ldce13-Oct-06 4:12
priyank_ldce13-Oct-06 4:12 
AnswerRe: copy bitmap to clipboard Pin
David Crow13-Oct-06 4:21
David Crow13-Oct-06 4:21 
GeneralRe: copy bitmap to clipboard Pin
priyank_ldce13-Oct-06 4:57
priyank_ldce13-Oct-06 4:57 
AnswerRe: copy bitmap to clipboard Pin
Galatei13-Oct-06 4:25
Galatei13-Oct-06 4:25 

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.