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 strongm 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: pegs
  • Order by date
  1. pegs

    vbscript api

    this is the dll: Option Explicit 'possible values for the showCmd parameter in shellexecute Private Const SW_HIDE = 0 Private Const SW_SHOWNORMAL =1 Private Const SW_SHOWMINIMIZED = 2 Private Const SW_SHOWMAXIMIZED = 3 Private Const SW_MAXIMIZE = 3 Private Const SW_SHOWNOACTIVATE = 4 Private...
  2. pegs

    vbscript api

    I was wondering the same thing and i found my answer. Unfortunatly the answer to that question is no. but you can write your own DLL to handle it and call that through VBScript. I wrote one for shellexecute which i can post for you if you think it will be helpful.
  3. pegs

    Optional Parameters and IsMissing function

    Are Optional Parameters alowed in VBScript? and if so does the IsMissing function work?
  4. pegs

    Hi All, Does Netscape support VB

    According to the book "VBScript in a Nutshell" Netscape does NOT support VBScript.

Part and Inventory Search

Back
Top