Re: Sorting strings in vbscript



If looking for documentation on the net classes themselves
look here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/cpref_start.asp

(haven't found the doc on the _interfaces_ to the classes,
but it may be safe to assume the the interfaces to the classes
will closely reflect the members of the classes themselves).

cheers, jw

mr_unreliable wrote:
Uh-oh. I spoke too soon.

The typelibs are here (at least some of them):

   C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Here are the typelibs I found:

  Microsoft.Vsa.Vb.CodeDOMProcessor.tlb
  Microsoft.Vsa.tlb
  Microsoft.JScript.tlb
  System.Drawing.tlb
  mscoree.tlb
  msconlib.tlb
  System.tlb
  System.EnterpriseServices.tlb
  System.Windows.Forms.tlb

and that last one hints of a new way to get at a respectable
gui from script???

cheers, jw

.