I need to lock windows xp home ues vb 6.0
Printable View
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...
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+delQuote:
Originally Posted by thegreatone
that brings up Task Manager under Home with Ctrl-Alt-Delete
Anyways, he means LockDown..
http://www.1securitycenter.com/sc/index.html
well in PRO it doesn't lock the work station either... it brings up the option though.. was just making an example..Quote:
Originally Posted by dglienna
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?
WinKey + L. I asked someone before, and found out.
how do you know he means lock down from his post??? :confused: :confused:
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 :rolleyes:Quote:
Originally Posted by dglienna