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

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

    WScript Stdin/out and Shell

    I am an MCSE, so it's clear that I don't know all thet much on the programming side. I am trying to get a vbscript to do a simple task for me. Currently I pipe results of a command into a text file, then parse these results for what I need. A friend of mine said I could proably skip the Text...
  2. SRG

    Remote Registry Changes

    I am trying to find a way to alter the remote registry of many servers and confirm that is was done properly. I am really new to VBScript so please be as specific as you can. Thanks
  3. SRG

    Event Sink for Exchange 2000

    Just to get this out of the way up front I am from the network side of things and a really need a had to get started writing a simple event sink. Perhaps someone here can help.<br><br>I need to set up a signature to be added to all outgoing SMTP mail.<br>I am running Exchange 2000 RC2...
  4. SRG

    OWA 2000

    I'm more from the network side, looking for some basic reading etc on modifying outlook web access for Exchange 2000. anyone have any ideas?
  5. SRG

    Adding a delay to a VBE program

    I an reasonably new to VB and am looking to pause or delay an appliaction for a number of seconds. I have come up with this <br> <br> Wait = Now<br> Do Until DateDiff(&quot;s&quot;, Wait, Now) &gt; 2<br> Results = DoEvents<br> Loop<br> <br> But this tends to pin my cpu to 100% and...
  6. SRG

    Compile Options?

    Is there any way I can compile a simple program to an EXE and not have it be dependant on external DLL's? I don't want an install I want to be able to write really simple programs that will execute on a windows PC without any external bits.
  7. SRG

    New to VB, Trying to call and manipulate Excel Sheet from VB

    I am trying to expand on an program/macro with excel. I want to move it out to VB then call Excel and create and manipulate sheets. I need to be able to see if excel is running. I can execute excel. I need to be able to create sheets, place info into cells and format information.

Part and Inventory Search

Back
Top