I downloaded the APAX component and tried out the ExComm VS.NET
example and everything worked out fine. However I do not want to
display the APAX UI on my form so I want to be able to create it
dynamically, simply by writing a couple of lines of code, not by
dragging it onto a form. I registered APAX by using regsvr32.exe but
I could not write an eventhandler for it, the IApaxEvents_OnRXDEvent
is not available unless I drag APAX onto a form.
I looked at the difference between these 2 projects, my project and
the ExComm sample project, and I noticed that there were 2 references
to both APAX1 and AxAPAX1 in the ExComm solution but only 1 reference
to APAX1 in my project. And the IApaxEvents_OnRXDEvent is located in
the AxAPAX1 package.
Do I always need to drag APAX onto a form so I can use it ?
Ólafur Helgi.