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. McGoat

    basic simple question

    #include <iostream.h> int main() { cout <<&quot;sum text&quot;; return 0 }
  2. McGoat

    help with spawn

    is it _P_NOWAIT ??
  3. McGoat

    SQL statement

    use String() and not QuotedStr()...
  4. McGoat

    TIcon &amp; Highres

    Hi.. I am making a Icon Extractor and uses ExtractIcon, and then put the icon in a TIcon.. This can show the icon in Highres color(256), but when I use the SaveToFile() function it only saves in 16 colors :o( how can I do this?
  5. McGoat

    san_test.tmp ? what file is that

    I found the file san_test.tmp in the root of my C:\ , anyone know what file that is, and if can be deleted?
  6. McGoat

    Running program with Parameters

    Is there a VBscript to run a program i.e.: C:\program files\office\winword.exe c:\docs\users.doc ?? So I can open a word document with word... Please help...
  7. McGoat

    HELP!!!

    I have this script in my HTML page: <script language=&quot;VBScript&quot;> Sub LoadTemplate(strPath) Dim objWord On Error Resume Next Set objWord = GetObject(, &quot;Word.Application&quot;) If Err.number <> 0 Then Set objWord = CreateObject(&quot;Word.Application&quot;) End If...
  8. McGoat

    open files (xls,doc) in office not in Internet explorer

    Anyone got a vbscript which can open files in default viewer instead of Internet Explorer?
  9. McGoat

    Command to forward ports

    I wanna forward port 25 from no matter what ip to a server on the other side of the firewall.... anyone?
  10. McGoat

    PIX Manager On win2k

    When I install the Manager program to my PIX firewall it says that it can only be installed on a Win NT 4 or greater. Is there any way to install it on a win2k server??
  11. McGoat

    Applet Pix_firewall can't start: ERROR

    Applet Pix_firewall can't start: ERROR I get this error if I use Netscape and this: All 5 ip addresses is invalid , if I use internet explorer.. Anyone??

Part and Inventory Search

Back
Top