Re: Auto Log Out Question
From: One Handed Man \( OHM - Terry Burns \) ("One)
Date: 10/20/04
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: Threading"
- Previous message: Peter: "Re: Is there a class builder in vb.net like vb6£¿"
- In reply to: James Proctor: "Re: Auto Log Out Question"
- Messages sorted by: [ date ] [ thread ]
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
>>
>>
>>
- Next message: One Handed Man \( OHM - Terry Burns \): "Re: Threading"
- Previous message: Peter: "Re: Is there a class builder in vb.net like vb6£¿"
- In reply to: James Proctor: "Re: Auto Log Out Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|