Results 1 to 4 of 4

Thread: Send Keys

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Location
    United States
    Posts
    420

    Send Keys

    <script launange="javascript">
    alert("Please Help")
    </script>
    how can you send the ctrl alt and del keys in order to pop up task manager<br>

  2. #2
    Fanatic Member
    Join Date
    Jun 1999
    Location
    California, USA
    Posts
    662
    I'm somewhat sure that that can not be done. However, "somewhat sure" is not "absolutly sure". I'd also like to know how this can be done, if it can be done.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Location
    United States
    Posts
    420

    Please Help

    Please help

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    I don't know about sending CTRL+ALT+DEL but if you only want to popup the task manager use this:
    Code:
    Shell "TaskMgr.Exe", vbNormalFocus
    Best regards

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