Hi All,
I have to create a tree in the browser that will act as a wizard. This tree will be dynamic and the nodes of the tree will change images at the run time. Number of nodes will be defined by the xml file.
I was planning to create java applet but on the click of tree node I have to call our native code that is in C and C++. SO to do so I have to use JNI. Then I found that JNI and applet don't mix.
1) Is it possible to use C# applet to create a dynamic tree ?
2) Will this applet it be platform dependent because my application works on number of platforms ?
3) Will C# applet works on NetScape ?

Please let me know if I can use c# applet or if there is some way to mix JNI and java applet.

regards,
Amit