I created an EXE and built a setup using Installshild. I included vfp7r.dll and vfp7renu.dll. The problem I'm having is on the installed PC the FoxPro Window comes up behing my app. How do I suppress that window?
As Grigore suggests, you'll want to use a Top-level form. However unless this is a one form application, you'll probably need to make changes to other forms - they must all be Top-level or In Top-level. It's important to be aware that Top-level forms by definition can't be Modal, so if you have this requirement, you'll need to make some more changes. Last, if you do any print previewing, you'll have to alter this code, because the default assumes the VFP 'screen' is visible.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.