Hi all,
I am working on a project which requires a C# interface that commands a map generating program, which is written in python. The C# interface runs the python code and then displays the map in a windows form. One of the functionality I would like to implement is to display additional information about the map when the mouse hovers over a point on the graph. My question was how to best go about this? Will it be too difficult to do? Should I be looking to use IronPython (which compiles python into C#) to do this? Any pointers in the right direction would be useful.
Thanks,
I am working on a project which requires a C# interface that commands a map generating program, which is written in python. The C# interface runs the python code and then displays the map in a windows form. One of the functionality I would like to implement is to display additional information about the map when the mouse hovers over a point on the graph. My question was how to best go about this? Will it be too difficult to do? Should I be looking to use IronPython (which compiles python into C#) to do this? Any pointers in the right direction would be useful.
Thanks,