Hello friends,
how are you? I hope fine ...
Well I want to know a thing. Please say if it's possible:
I have an exe program running named "A"
------
| A |
------
I have an other exe program running (on same computer) named "B"
------
| B |
------
I have an OCX or DLL component common at both like:
------ -------------- ------
| A |--------| OCX/DLL |-----------| B |
------ -------------- ------
What I want to know is:
Can I on program "A" call a Function on OCX/DLL and this raise an event on program "B" ??? In Real Time like:
"A" ==> Call MyFunc(Parm1, Parm2)
"OCX/DLL" ==> long MyClass::MyFunc(long Parm1, long Parm2)
{
// Raise Event named MyEvent() Passing Parm1 and Parm2 to Program "B"
}
"B" ==> On MyObject_MyEvent(Parm1 as long, Parm2 as Long)
Could you help me ???
Very Thanks,
Danilo ...
how are you? I hope fine ...
Well I want to know a thing. Please say if it's possible:
I have an exe program running named "A"
------
| A |
------
I have an other exe program running (on same computer) named "B"
------
| B |
------
I have an OCX or DLL component common at both like:
------ -------------- ------
| A |--------| OCX/DLL |-----------| B |
------ -------------- ------
What I want to know is:
Can I on program "A" call a Function on OCX/DLL and this raise an event on program "B" ??? In Real Time like:
"A" ==> Call MyFunc(Parm1, Parm2)
"OCX/DLL" ==> long MyClass::MyFunc(long Parm1, long Parm2)
{
// Raise Event named MyEvent() Passing Parm1 and Parm2 to Program "B"
}
"B" ==> On MyObject_MyEvent(Parm1 as long, Parm2 as Long)
Could you help me ???
Very Thanks,
Danilo ...