|
-
Feb 11th, 2005, 11:33 AM
#1
Thread Starter
Fanatic Member
I need to lock windows xp home ues vb 6.0
I need to lock windows xp home ues vb 6.0
Last edited by bob5731; Feb 11th, 2005 at 11:59 AM.
P.S. God Love You And Have A Good Day!!! My web page
I need to get a free Iphone
-
Feb 11th, 2005, 11:40 AM
#2
Re: I need to lock windows xp home ues vb 6.0
try this
VB Code:
Private Declare Function LockWorkStation Lib "user32.dll" () As Long
Private Sub Command1_Click()
LockWorkStation
End Sub
I tested on XP Pro because I do not have HOME, but it should work...
-
Feb 11th, 2005, 01:03 PM
#3
Re: I need to lock windows xp home ues vb 6.0
hy not make it even simpler and make it send WinKey + L ???
-
Feb 11th, 2005, 01:34 PM
#4
Re: I need to lock windows xp home ues vb 6.0
 Originally Posted by thegreatone
hy not make it even simpler and make it send WinKey + L ???
how is that simpler?? you can't really get much simpler than using the exact function that windows itself calls when you ctrl+alt+del
-
Feb 11th, 2005, 04:38 PM
#5
Re: I need to lock windows xp home ues vb 6.0
that brings up Task Manager under Home with Ctrl-Alt-Delete
Anyways, he means LockDown..
http://www.1securitycenter.com/sc/index.html
Last edited by dglienna; Feb 11th, 2005 at 04:42 PM.
-
Feb 11th, 2005, 04:41 PM
#6
Re: I need to lock windows xp home ues vb 6.0
 Originally Posted by dglienna
that brings up Task Manager under Home with Ctrl-Alt-Delete
well in PRO it doesn't lock the work station either... it brings up the option though.. was just making an example..
but I know what you are saying... HOME doesn't even give you that.. just brings up task manager... can you even LOCK home manually then?
-
Feb 11th, 2005, 04:43 PM
#7
Re: I need to lock windows xp home ues vb 6.0
WinKey + L. I asked someone before, and found out.
-
Feb 11th, 2005, 04:53 PM
#8
Re: I need to lock windows xp home ues vb 6.0
how do you know he means lock down from his post???
-
Feb 11th, 2005, 04:55 PM
#9
Re: I need to lock windows xp home ues vb 6.0
he does. trust me. i told him about this link, and had to provide it. he stil may want a free way.
Last edited by dglienna; Feb 11th, 2005 at 04:59 PM.
-
Feb 11th, 2005, 05:00 PM
#10
Re: I need to lock windows xp home ues vb 6.0
 Originally Posted by dglienna
he does. trust me. i told him about this link, and had to provide it. he stil may want a free way.
great thanks for clearing things up
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|