PDA

Click to See Complete Forum and Search --> : Thumbnail Browser - Convert to ActiveX


Radar
Nov 16th, 2003, 05:13 PM
Hi everyone. I found some really cool C++ code and a sample project for a thumbnail browser Here (http://www.codeproject.com/listctrl/ThumbsViewer.asp). It is fast, doesn't bog down system resources, and works good. I gave the author due praise and credit. Problem is that I'd really like to convert the thumbnail list portion of this into an ActiveX control which can then be used in other languages such as VB as well as making it easier to reuse in VC++. My VC++ skills are simply not yet good enough to do this. I wonder if someone here would be willing to do this and then we all could benefit from it. Clicking on a thumbnail could return the path & filename of the original image in a property, and possibly the item index. All I really need is for someone to help convert it into a basically functional ActiveX control, and then I could add custom properties, methods, etc..
Should be pretty easy for a good C++ coder cause it looks like all of the necessary thumbnail code is there. Any help? Thanks alot in advance