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

    Find user name of my pc in a asp page

    How can I active this ActiveX?
  2. giginge

    Find user name of my pc in a asp page

    When I use this code in a .vbs file it's all ok, but in a html page it's not work. Why?
  3. giginge

    Find user name of my pc in a asp page

    I'm running this script like vbscript in an html page
  4. giginge

    Find user name of my pc in a asp page

    I tryed it now...but it doesn't work. If I use an host service, what can I do? Thanks for your help, and sorry for all the disturb.
  5. giginge

    Find user name of my pc in a asp page

    If I have no access to create ActiveX Objects on IIS, what can I do?
  6. giginge

    Find user name of my pc in a asp page

    Why when I run this part of code: Dim wshNetwork Set wshNetwork = CreateObject("WScript.Network") strUser = wshNetwork.Username strDomain= wshNetwork.UserDomain The pc show this error messagg: The ActiveX Component can't create the...
  7. giginge

    Find user name of my pc in a asp page

    Thanks for your help, now It's all ok.
  8. giginge

    Find user name of my pc in a asp page

    Hello, With this code in vbscript: Set WshNetwork = WScript.CreateObject("WScript.Network") WScript.Echo "User = " & WshNetwork.UserName I have the name of the user in my pc. How can I do to have this information using an ASP page? Thanks at all and sorry for...
  9. giginge

    ZIP a file

    Ok,Thanks. I'll try it now.
  10. giginge

    ZIP a file

    Is there a program in vbscript to zip a file? Or How can I do to Zip a file using vbscript? Thanks.
  11. giginge

    How can see what kind of program are installed using vbscript?

    Thanks for your help. Bye
  12. giginge

    How can see what kind of program are installed using vbscript?

    Sorry for my english. I want use vbscript for checking what programs are installed on my computer. How can I do? Thanks.

Part and Inventory Search

Back
Top