Third spin off of the code associated with an article I wrote on how to create a VB plugin for OllyDbg.
This time use the same technique to create VB GUI plugin for IDA.
Example enumerates all functions in current binary displaying index, start/end address, length, and function name in a list view. On item click displays function hex dump to lower textbox.