Windows Forms and 3rd Party API's
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
Please excuse my ignorance on this whole .NET thing but I guess everyone in this field eventually gets around to it... From what I understand, Windows Forms are the next generation of MFC designed for use in a .NET, managed code environment. Is that correct? Does this mean I have to write managed code to use 3rd party api's that are built on Windows Forms (i.e., Dundas Chart, Gauge and Diagram products)? Or, can I continue to write unmanaged code and still utilize Windows Forms based api's in C++ code? In other words, can I use the Dundas products in unmanaged C++ code? Thanks in advance! Bob