DirectX in C#
Graphics
3
Posts
3
Posters
3
Views
1
Watching
-
Hi. Is it possible to embed DirectX application in a C# Windows form? The problem is that the application is written in C++.
Due to DirectX being involved, more than likely not.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hi. Is it possible to embed DirectX application in a C# Windows form? The problem is that the application is written in C++.
I don't know about embedding applications in forms, but... The newer/newest DirectX SDKs include separate documentation for managed languages. The info should be there. Introducing DirectX 9.0 for Managed Code[^] Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: