Hi,
I'm trying to use the VirtualTree of Infralution in VCL.NET, does anyone knows how to do this? In Delphi 8 was a wrapper tool, but i'm using Delphi 2007.
VirtualTree http://www.infralution.com/forums.html
Hi,
I'm trying to use the VirtualTree of Infralution in VCL.NET, does anyone knows how to do this? In Delphi 8 was a wrapper tool, but i'm using Delphi 2007.
VirtualTree http://www.infralution.com/forums.html
The wrapper tool is called WinForms Control Package (to import WinForms controls) is not available in RAD Studio 2007, only is present in Delphi 8 to Delphi 2006 (.Net 1.1).
if you have one of these old versions (D8, D2005, D2006), you can use the tool to create the units (wrappers) and then use them in Delphi 2007. but the most likely have to modify much of the code generated.
Another option is use Hydra.
As a final recommendation, considers switch to Delphi Prism, since Delphi 2007.Net is no longer supported.
Bye.