This is a quick little app that i wrote. I pre-parsed the
WinAPI text file that comes with VB, and took out
everything except types. The program reads the data
file, and lists all of the available types in a list, and
allows a selection of either VB, or C++ declaration of
variables. It is handy if you dont want to keep
switching back between programming and the MSDN.
Hope this helps some people out.