invoke a method of Java applet with c#

  • Thread starter Thread starter exogenic
  • Start date Start date
E

exogenic

Hi,
I've stucked with problem how to invoke method of Java applet using c#.
It's very easy doing this in JavaScript, but i've got no idea how to
deal with this in C# and what i can do with IHTMLObjectElement. I can't
turn off OPTION EXPLICIT(works only for VB) in order to use object
model.
I just want to set and get some text field value in Applet and cast
button click event.
greetz.
btw. I don't need any callbacks of course.
 
Back
Top