Is it possible to embed a Mathematica window into a .NET application? I mean not just the interop, but actually making the notebook editor window part of a .NET form. Is this possible?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
Here is an idea - it's by no means perfect, but then again, the comments indicate that there won't be a perfect solution:
Regarding the data exchange problem, see also this CDF related post. |
|||||||||||||
|
|
The next best thing would be to use NET/Link to open Mathematica notebooks, see: How to output from a .NET console app to an existing Notebook in Mathematica? Of course, this would require that Mathematica is installed on the target system, but for debugging uses it would be simply perfect. |
|||
|