Re: in-place activation
"Christophe Bouhier (MC/ECM)" <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <6BA346EB59B2D51194E200508B046FE107DFE4F2@emyklnt151.ao.ericsson.se> |
Thx, Learned something again. -----Original Message----- From: Discussion of Java/Win32/COM integration with Jawin [mailto:[email protected]]On Behalf Of Robert Hastings Sent: Monday, December 13, 2004 2:49 PM To: [email protected] Subject: Re: [JAWIN] in-place activation You can use the Awt native interface to get the HWND for a heavy weight component. You also need to have native code for the container side active X interfaces. You can see that eclispe does it, but it uses SWT. I have some old code lying around in jSegue that would probably be a good start, but I'll be out of town all next week. It based on the comments above. Robert ----- Original Message ----- From: "Christophe Bouhier (MC/ECM)" <[email protected]> To: <[email protected]> Sent: Sunday, December 12, 2004 5:21 PM Subject: Re: [JAWIN] in-place activation > You can certainly "launch" word, but running it inside a Swing Window like > JFrame I can't > see that's possible with Swing/Java now. word would not be running in the > JVM so, how would java > be able to redirect the graphics interface..? Perhaps this question should > be asked in the Swing forum. > > Cheers / Christophe > > -----Original Message----- > From: Discussion of Java/Win32/COM integration with Jawin > [mailto:[email protected]]On Behalf Of Reuben Sivan > Sent: Saturday, December 11, 2004 2:59 AM > To: [email protected] > Subject: [JAWIN] in-place activation > > > Can anyone give me a hint on how to activate a Microsoft application (such > as Word) inside a swing window, using jawin? > I was wondering if anyone ever tried that. > Thanks, > Reuben >