...
>> * Or extending the original applet.
...
>Extending the orignal applet is not an option. It's a 3rd party Java
>service I want to automate.
Are you saying it is not an option from a legal POV?
It is *technically* possible (unless the authors have
tied up all the interesting methods as 'private' - but I
suspect even then, it would be possible to do what is
required using the methods (inherited from
java.applet.Applet) that must be public).
>..I'm interested in the idea of it loading
>within a second applet though, although if I create a webpage which
>encloses the 3rd party applet, the URLs will be different, so I doubt
>it would work.
Umm.. not sure I understand what you are saying there.
Why will the URL's be 'different'? What does it matter
if they are?
>In an ideal world, I would like to be able to emulate the Java applet
>within Visual Basic ..
You have some 'bizarre' ideas about what constitutes
an ideal world.*
>..and be able to record the properties, and
>therefore be able change them fairly easily.... or would that just be
>too easy?!
* (longer) Ummm.. Well as someone who regards MS products
with an almost vitriolic hatred, I am probably not well placed to
provide an unbiased answer to that. OTOH, it has come to my
attention that using MS products to develop anything to do
with Java is a strategy fraught with problems.
I would recommend removing VB entirely from the
Java development cycle.

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Jade - 16 Sep 2007 21:35 GMT
> ..
>
[quoted text clipped - 4 lines]
>
> Are you saying it is not an option from a legal POV?
It's a large business service that I'm in no way connected to the
development side of it, I could try suggesting it in future I suppose,
but I can't imagine it would go much further.
> It is *technically* possible (unless the authors have
> tied up all the interesting methods as 'private' - but I
> suspect even then, it would be possible to do what is
> required using the methods (inherited from
> java.applet.Applet) that must be public).
Do you know of any sample code I could take a look at? any language
will do.
> >..I'm interested in the idea of it loading
> >within a second applet though, although if I create a webpage which
[quoted text clipped - 4 lines]
> Why will the URL's be 'different'? What does it matter
> if they are?
I have tried simular things in the past on other projects and a lot of
site forbid crossing domains, although I've never tried it with a java
applet.
> >In an ideal world, I would like to be able to emulate the Java applet
> >within Visual Basic ..
[quoted text clipped - 14 lines]
> I would recommend removing VB entirely from the
> Java development cycle.
I completely understand your hatred for MS products, and believe me
I'm no lover of them! This is a in-house project for the company I
work for, and I doubt they will let me start reinstalling all there
computers! The reason VB code is most useful is because it's easy to
import/export data to and from Excel.