Before LogIn and After LogIn Activity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    Before LogIn and After LogIn Activity

    Hi All,

    I want to perform certain activity before log in and after log in depending on the option selected by user i.e.

    If user select "Before LogIn window Appear" the message Box should appear before login window appear and If user select "After LogIn and before desktop appears " then message Box should appear before desktop loads.

    How can i implement this scenario .?

    Can any one help me...?

    Thanks!
  • joedeene
    Contributor
    • Jul 2008
    • 579

    #2
    Well, how do you plan to do this? Are you using a .NET language? It seems like it, because you mentioned the MessageBox() function. If that's the case, well then this is most likely in the wrong forum. Also, I doubt before the log in that the MessageBox() is possible, just because. Also, you'd probably have to create a service and have it set for when the system starts up, and then right after the log in, the service could be set to start a program immediately or pop up a messagebox? That's some examples for .NET, what are using?

    joedeene

    Comment

    Working...