ADSI and C#

  • Thread starter Thread starter nadeem lion
  • Start date Start date
N

nadeem lion

hello to all,

i am working on software for netcafe, the problem is that i wana logoff
particular user computer when time reaches to end. is there any one that
can help me
 
Use a timer. Pass it a handler that it will call when the time comes to an
end. Log the user off in the handler.

I guess.


Peter
 
As Peter said and this was all answered for you when you posted the same
question before. See your other post "information on c#" ...where i also
said Peters solution. and another solution to log out the user account was
provided.
 
If I say a thing three times it is true?????

Perhaps you've still got one to go.

:)


Peter
 
Back
Top