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

    Accessing Activex DLL from vbscript

    Tom, Thanks, where I ran into problems was that I did not know how to do that in VB. After somebody showed me how to do that I started making progress. TasMot
  2. TasMot

    Accessing Activex DLL from vbscript

    Hi, Since this works for you when you write the ActiveX component, how do you figure out something when you can't find the docs for the ActiveX component. For example, I found out that indeed a registered component (IBM's Personal Communcations) was registered (and when I spelled it...
  3. TasMot

    How is formatting numbers done in VBScript?

    Hi, I don't know about the formatting with the comma's and/or more numeric formatting, but you can use the Right function to handle getting a number with leading zeros. mynum = Right("000" & var,3) You can also use a variable for the 3 if you want to be able to change...

Part and Inventory Search

Back
Top