I do not have much knowledge about the interoperability between .net and visual foxpro. Is it possible to access all controls, forms etc using com and modify and add features in .net and vice- versa. How does the interoperability works
I do not have much knowledge about the interoperability between .net and visual foxpro.
Share
Most of the things can be done using foxpro.
I’m currently migrating a large VFP application.
There the VFP Application hosts an .net com assembly.
You can also put .net Controls in a active X and put dem on the VFP Applications.
But there may be issues concering refreshes and display bugs depending on how your application is implemented.
The FoxPro database can be accessed via oledb. But it is not thread safe and hase some issues getting correct data.
All of these topics are to big to explain them in a single post. but Rickstrahl has some very good tutorials on his website.
One example here
Let me know if you have any further questions.