Hey everyone,

I'm a good vb programmer but know very little about c++, and I want to make an activex wrapper for the 7-zip COM dll. (7-zip is a compressor, much better than zip and rar)

I've made wrappers for the zlib and bzip2 dlls before, but those two had very good documentation and I was able to find some good examples of it on the net. These dlls had exported functions, so the wrappers were pretty easy to make.

7-zip has no documentation I can find and the author just suggests learning how to interact with COM dlls.

Can anybody give any suggestions on how to go about doing this?
Anyplace I can get some information about VB interacting with COM dlls (not activex)?