AutoHotkey Community

It is currently May 26th, 2012, 8:12 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: July 9th, 2009, 7:10 pm 
Why does this code not lock my computer as well as turn off the monitors?

The monitors shut off fine, but my computer does not lock -- any ideas?

Code:
^F10::
Sleep, 200
Send, #L
Sleep, 200
SendMessage,0x112,0xF170,2,,Program Manager
return


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2009, 8:06 pm 
Offline
User avatar

Joined: May 29th, 2008, 4:51 am
Posts: 186
Code:
^F10::
{
Sleep, 200
DllCall("LockWorkStation")
Sleep, 200
SendMessage,0x112,0xF170,2,,Program Manager
}
return

_________________
~BigVent


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 10th, 2009, 2:29 pm 
Perfect, thanks!!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 10th, 2009, 3:20 pm 
Offline
User avatar

Joined: May 29th, 2008, 4:51 am
Posts: 186
Glad to help! :D

_________________
~BigVent


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 17th, 2009, 3:19 pm 
Offline

Joined: October 27th, 2008, 5:44 pm
Posts: 12
nice !


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 18th, 2009, 3:05 am 
Offline

Joined: November 11th, 2005, 3:13 am
Posts: 202
just curious, why the parentheses made the difference?


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Cool
PostPosted: September 16th, 2011, 10:34 pm 
This works great! Funny, two years later and it's still helpful. Love the interwebs :-P


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: [VxE], Bing [Bot], BrandonHotkey, over21, SifJar, StepO and 66 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group