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

  1. garethMann

    How to get the web page directory in VB Script

    Yes PHV that worked perfect. Thanks a bunch.
  2. garethMann

    How to get the web page directory in VB Script

    How do i get the directory of the webpage in VBscript? I tried: Set WshShell = CreateObject("WScript.Shell") sDir = WshShell.CurrentDirectory But for some strange reason this returns "C:\WINDOWS\system32" But my asp page is in "my documents" So why can't i get this?
  3. garethMann

    Create HTML button with VB Script code

    How do I create a button on an asp page in HTML/Dreamweaver, that when clicked performs some vb script code? I.e. displays "hello world" on some textbox on the screen.
  4. garethMann

    File Management in Windows CE

    Here are some other problems related to file management: -Is there a Control Panel type thing that shows all of the programs that are installed? -Is there a way to get to "folder options", and change the settings of how files are displayed? At the moment the files are not displayed with the 3...
  5. garethMann

    File Management in Windows CE

    I have just started using a handheld device with Windows CE for a project I am working on. I am having real trouble with file management. How do I get the properties of a file or folder (i.e do the equivaelnt of right-clicking on the file and choosing "properties" in Windows for a desktop)?

Part and Inventory Search

Back
Top