Results 1 to 10 of 10

Thread: I need to lock windows xp home ues vb 6.0

  1. #1

    Thread Starter
    Fanatic Member bob5731's Avatar
    Join Date
    Nov 2004
    Posts
    918

    Angry 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

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: I need to lock windows xp home ues vb 6.0

    try this
    VB Code:
    1. Private Declare Function LockWorkStation Lib "user32.dll" () As Long
    2.  
    3. Private Sub Command1_Click()
    4.     LockWorkStation
    5. End Sub

    I tested on XP Pro because I do not have HOME, but it should work...

  3. #3
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: I need to lock windows xp home ues vb 6.0

    hy not make it even simpler and make it send WinKey + L ???
    Zeegnahtuer?

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: I need to lock windows xp home ues vb 6.0

    Quote 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

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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.

  6. #6
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: I need to lock windows xp home ues vb 6.0

    Quote 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?

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: I need to lock windows xp home ues vb 6.0

    WinKey + L. I asked someone before, and found out.

  8. #8
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: I need to lock windows xp home ues vb 6.0

    how do you know he means lock down from his post???

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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.

  10. #10
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: I need to lock windows xp home ues vb 6.0

    Quote 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
  •  



Click Here to Expand Forum to Full Width