CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2011
    Posts
    2

    Iniciar aplicacion antes del logeo de windows

    Hola buenos dÃ*as. Estoy tratando de realizar una aplicación con sensores en C#y con visual studio 2010 como IDE.

    Mi programa deberÃ*a de poder arrancarse en segundo plano cuando la pantalla de logeo aparece y asÃ* poder iniciar sesión con una simple pulsación de tecla... el problema es que no consigo que mi programa se inicie antes...

    Hasta ahora he conseguido registrarlo en local machine y hacer que se inicie tras el logeo ... pero necesito q se realice antes.

    Espero puedan echarme una mano con este problema.

    Un saludo.

  2. #2
    Join Date
    Jul 2011
    Posts
    2

    Re: Iniciar aplicacion antes del logeo de windows

    Better in English.

    Hi good morning. I'm trying to make an application with sensors in C # and Visual Studio 2010 as IDE.

    My program should be able to boot in the background when the screen appears Loge so you can log on with a single keystroke ... The problem is that I can not get my program to start before ...

    So far I've managed to register it in local machine and have it start after Logeo ... q but I need to be made before.

    I hope they can help me out with this problem.

    Regards.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Iniciar aplicacion antes del logeo de windows

    Make your app a Windows Service.

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