I have lots of small executables. Except one (main) all other are opened with SET PROCEDURE TO command and I do my work and RELEASE PROCEDURE when not required. I therefore have lots of icons and graphics files which are shared among these executables. I do not want to include all of them in the exe for the sake of size and also that way sharing will not be there. Does there any way by which I can create a DLL in VFP (like MOREICONS.DLL) which can serve me whatever icon I want and that too, can I place the call directly in THIS.Picture =.