View Single Post
  #256  
Old 05-01-2016, 09:29
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by alphaceph11 View Post
Guys about the lock screen.... I want it to be there but if I minimize it or click else where it gets locked again. Can you help me with it? i.e I don't want it to get locked again after unlocking it.

Code:
 Result.Tmr:= TTimer.Create(hParent);
  with Result.Tmr do begin
  OnTimer:=@LockTimer;
  Interval:=1;
  if hLock then
  Enabled:=True
  else
  Enabled:=False;
  end;
or disable lockscreen

Code:
AutorunLock:=LockCreate(AutorunForm,ExpandConstant('{tmp}\Lockscreen.jpg'),False);
__________________
if you understand read more

Last edited by rinaldo; 05-01-2016 at 09:35.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Simorq (05-01-2016)
Sponsored Links