Re: Auto Log Out Question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: One Handed Man \( OHM - Terry Burns \) ("One)
Date: 10/20/04


Date: Wed, 20 Oct 2004 07:57:40 +0100

U wont see degradation of speed with this method

-- 
OHM ( Terry Burns )   * Use the following to email me *
 Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
 For i As Int32 = 0 To ch.Length - 1
     ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
 Next
 Process.Start("mailto:" & New String(ch))
--
"James Proctor" <JamesProctor@discussions.microsoft.com> wrote in message 
news:2F282851-107B-4A79-B8E5-C5404F484F22@microsoft.com...
> Althought this would work it will use alot of processing time wont it and
> slow down my machine and the application. Also im using an MDI application 
> so
> it could get complicated!! Are there no other ways of doing this?? Thanks 
> for
> your help so far anyway.
>
> James
>
> "One Handed Man ( OHM - Terry Burns )" wrote:
>
>> Are we talking a Backend WebService or Windows Security ?. You could 
>> place a
>> timer control on your form and set your form preview property to true and
>> capture the keypresses and clicks to reset your timer, the timer event 
>> would
>> then be used to log off
>>
>>
>>
>> -- 
>> OHM ( Terry Burns )   * Use the following to email me *
>>
>>  Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
>>  For i As Int32 = 0 To ch.Length - 1
>>      ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
>>  Next
>>  Process.Start("mailto:" & New String(ch))
>> --
>>
>>
>> "James Proctor" <JamesProctor@discussions.microsoft.com> wrote in message
>> news:E3FA5248-7F07-4794-86B2-32C9A3500E3A@microsoft.com...
>> > Hi there,
>> >
>> > Im currently writting an application which the user has to log onto,
>> > however
>> > for obvious security reasons i would like the application to 
>> > automatically
>> > log out if there has been no activity for 10 mintues or so. I guess 
>> > that
>> > it
>> > would be no activity in the program rather than on the computer 
>> > totally,
>> > although eaither would be good. Does anyone know of any ways todo this 
>> > or
>> > are
>> > you able to point me in the correct direction.
>> >
>> > Thankyou
>> >
>> > Jim
>>
>>
>> 


Relevant Pages

  • Re: Timer properties
    ... Wont the both disable the timer? ... The first one is self documenting and clearly states you ... intent. ...
    (microsoft.public.vb.general.discussion)
  • Re: Randy downloaded KESYS
    ... and I'm not fully through with my NT-reader yet. ... But where is this 100nS timer? ... I wont believe that NT let the PIT fire IRQs at ~10MHz rate. ...
    (alt.lang.asm)
  • Re: Timers
    ... > Having a few problems restarting a timer. ... > it wont know what to start, ive tried new Timerbut i get the error ... > cannot resolve symbol ...
    (comp.lang.java.gui)