|
-
January 29th, 2003, 10:36 PM
#1
c# applet
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|