Hi,
I've got an addin I built for a processbook application that allows me to view images stored in the PI system. In my processbook display, I'm using a VSFlexGrid to list the images. When I click on a cell in this grid, the image appears in a pbImage box. In terms of functionality the application works well.
However, I wanted to add a feature to this application that VB6.0 does not support (uses the graphics library). So, I developed an addin in Visual Studio 2010, language VB. This addin also works well when separate from the program.
I want to join these two applications together. In order to do that, I need a way to retreive the pbControl (the activeX VSFlexGrid) into my addin. So far, I've been able to identify it as a symbol on the display, however, I cannot convert it to a VSFlexGrid class to use the sub procedures in my addin.
Any ideas?
BW44