List & Label Integration With WINDEV 21

Has anyone out there been able to integrate List & Label into WINDEV? If so, Please let me know, we would very much like to use L&L but have had no luck with a Windev implementation…

Hi!

If WINDEV has the ability to call DLL-Funktions (APIs) you could use the List & Label DLL directly (DLL-API)
You can see the declarations in the C/C++ Headerfile.
Another way is to use the OCX (ActiveX) controls if WINDEV supports OLE-containers.

Hope that helps.

HP