Re: System.Windows.Forms.UserControl as JPanel parent?

From: alex (alex_at_discussions.microsoft.com)
Date: 02/10/05


Date: Thu, 10 Feb 2005 09:13:04 -0800

Not the answer I was hoping for, but thanks for the reply!

I'm trying find a way to deploy a J# application in Internet Explorer.
I could use an Applet to do this, but then I would also need the
J# Browser Control on each client, which is not practical in my case.
So I was hoping I could just embed my JPanel in a WinFrom, put it all in
an assembly, and reference it in my html page.

I'd greatly appreciate any suggestions!
thanks



Relevant Pages