Click to See Complete Forum and Search --> : declare


Marc Font
August 20th, 1999, 05:06 AM
Hi,
what's the meaning of the instruction declare
when it's used before a function declaration?
In which place is the function implemented?
thanks.

MARC.
-----

Lothar Haensler
August 20th, 1999, 06:31 AM
Declare is used to allow a VB program to call a function in an external DLL.

Find details in the online help.

Use it at the top of a module.
Be aware that a Declare can be private or public.