Using LEdit from any language
There are two general ways to use LEdit from any programming
system. Check out which one is more appropriate to you.
You may want to use
Dinamic Link
Libraries
(DLL), in which case you use Windows API calls
and send Windows messages to control LEdit's behaviour.
This gives you the greatest flexibility, but isn't so easy.
You may want to use controls designed to use with
Visual Basic
(VBX and OCX). LEdit itself
is still DLL (LEDIT.DLL for
16-bit development and LEDIT32.DLL for 32-bit
development), but both
VBX and OCX wrappers are
designed to be used with LEdit, which bring you the most of
LEdit functionality.
Thank you for your interest in LEdit
|