Click here to Skip to main content
16,004,406 members
Home / Discussions / Java
   

Java

 
GeneralRe: JFrame client area Pin
Scott Leonard23-Jan-02 16:14
Scott Leonard23-Jan-02 16:14 
GeneralImage in Browser Pin
Lars Welander Hald17-Aug-01 10:54
Lars Welander Hald17-Aug-01 10:54 
GeneralRe: Image in Browser Pin
pushpi5-Oct-01 18:43
pushpi5-Oct-01 18:43 
GeneralRe: Image in Browser Pin
18-Dec-01 3:19
suss18-Dec-01 3:19 
Generaljava and bitmaps Pin
roel12-Aug-01 12:16
roel12-Aug-01 12:16 
GeneralHelp on Java to ASP Pin
nils868-Aug-01 10:27
nils868-Aug-01 10:27 
GeneralRe: Help on Java to ASP Pin
12-Aug-01 3:41
suss12-Aug-01 3:41 
Questionhow to find the equivalent mechanism for passing and attaching the IDispatch interface of the ActiveX control Pin
1-Aug-01 0:27
suss1-Aug-01 0:27 
In the code of the ActiveX control, an instance of a MFC DLL component is created. Moreover, this ActiveX control passes its IDispatch interface using CCmdTarget::GetIDispatch( ) to the DLL component instances it creates. Likewise, in the code of that DLL component, an instance of this ActiveX control is created. Upon receiving the IDispatch interface of the calling ActiveX control, the DLL component will use COleDispatchDriver::AttachDispatch( ) to attach this IDispatch interface to the ActiveX control instance it creates. This way, a 2-way communication channel can be created between the caller ActiveX control and the callee DLL component -- the caller ActiveX control instance can access those various methods/properties of the callee DLL component instance and the callee DLL component can also access those methods/properties of the caller ActiveX control.

Now it comes to JavaBean, I have already succeeded in creating an instance of that DLL component in Java and it should not be a problem for the DLL component to create an instance of my JavaBean component. But I don't know how to find the equivalent mechanism for passing and attaching the IDispatch interface of the ActiveX control? Does JavaBean also have a similiar stuff? If not, is there any way to achieve the same result with JavaBean?
Confused | :confused:
GeneralInteracting COM dlls from Java using JNI Pin
Shamant31-Jul-01 23:40
Shamant31-Jul-01 23:40 
GeneralInteracting COM dlls from Java using JNI Pin
Shamant31-Jul-01 23:36
Shamant31-Jul-01 23:36 
GeneralCommunicating with Javascript Pin
Robert Bushlow30-Jul-01 7:16
Robert Bushlow30-Jul-01 7:16 
Generalproblems using Image with netscape Pin
26-Jul-01 10:13
suss26-Jul-01 10:13 
Generalreport generation in java Pin
25-Jul-01 19:58
suss25-Jul-01 19:58 
Questionbyte or character stream? Pin
Flora23-Jul-01 15:19
Flora23-Jul-01 15:19 
GeneralStream Tokenizer Pin
Flora17-Jul-01 13:25
Flora17-Jul-01 13:25 
GeneralRe: Stream Tokenizer Pin
Malcolm McMahon18-Jul-01 3:50
Malcolm McMahon18-Jul-01 3:50 
GeneralRe: Stream Tokenizer Pin
Koundinya4-Aug-01 2:17
Koundinya4-Aug-01 2:17 
Generalsorting class XYObjArray Pin
23-Jun-01 12:12
suss23-Jun-01 12:12 
QuestionHow can i use the UDP in the Web ?? Pin
khamis22-Jun-01 7:44
khamis22-Jun-01 7:44 
Questionscreen mate using java swing? Pin
18-Jun-01 0:39
suss18-Jun-01 0:39 
GeneralAlternative to Java Applets Pin
13-Jun-01 10:12
suss13-Jun-01 10:12 
GeneralRe: Alternative to Java Applets Pin
Dhandapani Ammasai13-Jun-01 13:45
Dhandapani Ammasai13-Jun-01 13:45 
GeneralRe: Alternative to Java Applets Pin
Jack Mott17-Jul-01 12:30
Jack Mott17-Jul-01 12:30 
GeneralRe: Alternative to Java Applets Pin
pushpi5-Oct-01 18:22
pushpi5-Oct-01 18:22 
QuestionJava swing with IE? Pin
13-Jun-01 10:10
suss13-Jun-01 10:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.