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 Chriss Miller 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: *

  • Users: asjeff
  • Content: Threads
  • Order by date
  1. asjeff

    Setting "Out of Office" for someone else - Outlook 2003

    If a user has delegate access to another account is it possible for them to set the "Out of Office" for that other account? Cheers Asjeff
  2. asjeff

    Automatic shutdown after PC Logged off

    Hi all wondering if someone can give me some pointers. I am looking to write a script that will automatically shut down a remote pc after it has been logged off for a set amount of time (eg half an hour). Now I am presuming that I will have to install this on something like the domain...
  3. asjeff

    Load list details with SendMessage API?

    I am wanting to load a listbox with all the names in a folder on my network. Can the SendMessage API be used for this or is there another way? Currently I loop through the folder using the FileSystemObject method and populate the listbox with the .additem method, but it's very slow as there are...
  4. asjeff

    Custom Print Form error

    I have a custom print form in MS Word (Office 2000) that allows the user to select some options. The form then sets the printer trays depending on the option chosen and then prints, for example: With ActiveDocument.PageSetup .FirstPageTray = wdPrinterUpperBin .OtherPagesTray =...
  5. asjeff

    Trapping Cut/Copy/Paste in Document

    Does anybody know how I trap the Cut/Copy/Paste functions in MS Word (Office 2000)? Any pointers appreciated. Basically I am trying to prevent users from copying text and pasting it into another document. The protect options dont seem to prevent this happening.

Part and Inventory Search

Back
Top