Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. agroothe

    thread scheduling

    Hi, Does anyone know how to schedule the thread below to run every day at a specific time? The thread is called insided a windows service. csVirtualBackupThread csVBT = new csVirtualBackupThread(); mAgentThread = new Thread(new ThreadStart(csVBT.Agent)); mAgentThread.Start(); Kind regards...
  2. agroothe

    GetThreadDesktop

    Hi, Does anyone know how to implement GetThreadDesktop using C#? I need to use this to find the currently logged on user from a windows service. The process is as follows: GetThreadDesktop() --> GetUserObjectInformation() --> LookUpAccountName() Any help would be appreciated...
  3. agroothe

    Windows 2000 login with Telnet/SSH

    Hi, I'd like to send keystrokes to a remote windows 2000 host using telnet/ssh to login to the host using the standard windows interactive logon screen. i.e. I would like to send CTRL+ALT+DEL, the username and the password to the host (possibly the host's keyboard buffer), and after sending...

Part and Inventory Search

Back
Top