Using a JAVA / JSCRIPT APPLET

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have a JAVA APPLET (below) that I'd like to us in a WindowsForm, But
I'm not quite sure where to begin with this one. Any help to get me
in the right direction would be appreciated. Thanks in advance.


<APPLET name="cvcs" CODEBASE="http://192.168.1.199:80/"
CODE="xplug.class" WIDTH=320 HEIGHT=240>
<param name="RemotePort" value=8481>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="RnJvbnQ6c3RlYzAx">
</APPLET>
 
Dave said:
I have a JAVA APPLET (below) that I'd like to us in a WindowsForm, But
I'm not quite sure where to begin with this one. Any help to get me
in the right direction would be appreciated. Thanks in advance.


<APPLET name="cvcs" CODEBASE="http://192.168.1.199:80/"
CODE="xplug.class" WIDTH=320 HEIGHT=240>
<param name="RemotePort" value=8481>
<param name="Timeout" value=5000>
<param name="RotateAngle" value=0>
<param name="PreviewFrameRate" value=2>
<param name="DeviceSerialNo" value="RnJvbnQ6c3RlYzAx">
</APPLET>

One option would be to add an instance of IE to your form (web browser) then
make a temp page that loads the Applet.

HTH,
Jeremy
 
Dave said:
Ok...I was able to get the Web Browser on with the Basic Setup, but
I'm unsure as to how to apply the JAVA Script. Am I going to have to
have a Web Page somewhere locally to point at? If Not, I'm not sure
where to put the applet.

Yea, just create a page and open it in IE, then once it looks perfect, just
load it into your app's browser and distro it with your other files.

I know it may break protocol, but feel free to talk about it offline.
This 3 to 9 hours before it posts is killing me.

Not sure what you mean.
 
Is there a way to use the Applet without having to keep a seperate
HTML file, That way I can distribute my application only?

Not sure what you mean.

Posting to the Google page takes anywhere from 3 to 9 hours.
Protocol: Keep it to the thread, instead of offline discussions.
 
Just another file to keep track of. If I can include everything in
the app, it's easier to move around.
 
Just another file to keep track of. If I can include everything in
the app, it's easier to move around.
 
Back
Top