> HOW CAN I RUN MY VB FORM IN VFP SO I CAN USE THE OBJECTS OF VB FORM IN VFP
Are these forms written in
VB.NET or in VB 6? In case of VB 6, you should be able to turn it into a COM server and instantiate those from VFP. Also, in VB 6 you can create ActiveX controls which might be another alternative if you can turn your VB form into an ActiveX control.
--
Christof