Converting a Delphi 7 application to VCL.NET forms.
I wish to use the HelpProvider class. Is this possible in VCL.NET application and if so how? Or is it just a winforms class?
The Delphi 7 app uses LoadLibrary('HHCtrl.OCX') and then GetProcAddress(OCXHandle, 'HtmlHelpA') to display a.CHM file.
I'm hoping that VCL.NET will simplify this.
Thanks
Steve
Start Free Trial