Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Open a VFP form from C#

0 views
Skip to first unread message

Eli

unread,
Sep 22, 2006, 6:32:01 AM9/22/06
to
Hello, we are developing a project in which we needed to integrate code
developed in Foxpro with code developed in.Net.
Currently we can open .Net forms from VFP, but we do not have been able to
open a VFP form from.Net. Is it possible? how?

--
Best regards
Eli

Cindy Winegarden

unread,
Sep 22, 2006, 10:19:23 AM9/22/06
to
Hi Eli,

In Visual FoxPro, forms can be created as "forms" or as classes. (Forms are
opened with Do Form MyForm and form Classes are opened with CreateObject().
I haven't tried this but you may have some luck if the form is a class
object.

Sounds like an interesting topic to play with this weekend!

--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
ci...@cindywinegarden.com


"Eli" <E...@discussions.microsoft.com> wrote in message
news:95AD5185-EAE9-44DF...@microsoft.com...

Eli

unread,
Sep 26, 2006, 4:35:02 AM9/26/06
to
Hi Cindy, thank you.
Unfortunately forms was created as forms, not as classes. (They are opened
with Do Form MyForm)
--
Best regards
Eli
0 new messages