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

    Question Display a Messagebox

    Hello,
    I'd like to display a messagebox when my computer logon screen is displayed.

    Thanks

  2. #2
    Join Date
    Jul 2010
    Posts
    31

    Re: Display a Messagebox

    By the way, I would like to do this in Vista

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Display a Messagebox

    I thnik you need to write a service. That's one of the few things that will be loaded before the user logs on. What's the messagebox for ?

  4. #4
    Join Date
    Jul 2009
    Location
    India
    Posts
    835

    Re: Display a Messagebox

    Are you talking about the messagebox displayed at the logon screen saying "Legal caption notice". If yes then its a simple registry tricks. Just follow this

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