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 Rhinorhino 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: garethMann
  • Content: Threads
  • Order by date
  1. 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?
  2. 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.
  3. 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