RomanDA
Thank you for offering to help - I don't mind waiting - but I'll also keep working on my dxTreeView in case we don't get anywhere.
sViz - registering an ActiveX in Windows 7 is not as easy as in XP due to the tighter administrator controls.
You need to start cmd.exe in Administrator mode (I go to start menu, type cmd.exe in the search box, right click the result and select 'run as administrator'
Then you run regsvr32.exe <path to dll or ocx>. It gives you a prompt advising if it was successful.
Once a control is registered, it becomes visible in the DesktopX list of controls, or can be created via code (for those without GUI elements) e.g. ImageMagick.
In regards to this one I'm trying to get working, I've already registered it ok, it's just the way it is coded it doesn't seem to initialize properly by DesktopX.
I'm thinking the source code (at the website) could be tweaked to make it work, but I'm not even sure where to start to do that
Which is why I've asked if we have any VB programmer types on board.