creutz:

kixtart.library is just something that I've been tinkering with. I use it to get at those nasty Windows api's that can come in handy every now and then !

It's quite easy to build your own if you've got any Visual Basic skills !

I've learned one thing so far - working with KiX OLE functions is painful - for two reasons:

1) The KiX OLE functions themselves are crude and do not lend themselves easily to natural, intuitive code flow. When one has to code a function call like this:

olecallfunc($hnd, "function", "sss", "str1","str2", "str3" )

Well - you get the idea !

2) KiX OLE is lacking in terms of the number of variable (variant) types supported. I've had difficulty converting even the easiest examples of WSH scripts into KiX !

Shawn.