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 TouchToneTommy 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. JDAtNorthStar

    Outlook MailItem delete event?

    Is there a way to trap an event when an Outlook MailItem is deleted? I don't see such an event in the object explorer. I'm working on an Outlook Addin and I have a need to trap such an event. Any help would be greatly appreciated. Jeff
  2. JDAtNorthStar

    Determine drive type in login script

    Does anyone know if there is an easy way to determine a drive type in a login script? I found a 3rd party tool that can do it (http://xteq.digitaldaze.com/products/gtyp/) which leads me to believe there's no real easy way to do it from a command prompt but I thought I'd check just in case...
  3. JDAtNorthStar

    Help converting VbaProject.OTM to COM Add-In

    Hi all, I have some fairly simple VBA code that uses the Application_ItemSend event to check every email a user sends and performs an action under certain circumstances. I need to implement the code on about 15 different workstations and I would like to do it as a COM Add-In instead of...
  4. JDAtNorthStar

    Form loses modal property when made invisible

    I'm not sure if this is a VB bug or what but here is my problem: I'm creating a form using form.Show vbModal. I later set the visible property to False and eventually back to True. When it becomes visible, it is no longer modal. Why is this? Is there a way to make it modal again after making it...
  5. JDAtNorthStar

    ? About Short date format

    Is there something in IIS that overrides the computer's (Win2000 Server) Short date format in the Regional Options? I have an ASP app that uses the VBScript FormatDateTime function to format dates using the NamedFormat argument of vbShortDate. The Short date in the Regional Options on the...
  6. JDAtNorthStar

    PWS on Win2K Workstation?

    Does anyone know if PWS will run on a Win2k workstation? We are planning to migrate from NT to 2000 soon but I was told that PWS may not work. Thanks!
  7. JDAtNorthStar

    Short Date Format problem

    Is there something in IIS that overrides the computer's Short date format in the Regional Options? I have an ASP app that uses the VBScript FormatDateTime function to format dates using the NamedFormat argument of vbShortDate. The Short date in the Regional Options on the Win2k web server is...
  8. JDAtNorthStar

    IIS5 Command (server.transfer) in PWS

    I've taken the advice of Microsoft and others and changed my Response.Redirect statements to Server.Transfer. My problem is, I'm debugging my app using InterDev/PWS and Server.Transfer doesn't work. It returns an error stating "object not recognized". I'm assuming it doesn't work...

Part and Inventory Search

Back
Top