CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: qustion(system)

  1. #1
    Join Date
    Jun 1999
    Posts
    1

    qustion(system)

    Hello.(My English is not good, sorry!)
    I wonder about starting oder on window system.
    First, I wanna start my program before windows login dialog.
    Second, I wanna control or exchange to system key(shift, alt, ctrl & windows menu key).

    Please, help me!
    Bye.

    ------------------------------------------
    Please, send a mail with easy English!
    [email protected]
    [email protected]


  2. #2
    Join Date
    May 1999
    Posts
    69

    Re: qustion(system)

    Do you intend to catch a password?

    Only services are started before system login, and the permissions are somewhat limited, I do not believe you could hook into login key messages but writing a service is the only (faint) chance I see...

    chrislaw

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured