Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dynamically creating APAX with VS.NET

0 views
Skip to first unread message

Ólafur Helgi Rögnvaldsson

unread,
Feb 18, 2003, 5:23:31 AM2/18/03
to
I have been using APro with Delphi for a couple of years with good
results and now I need to use it with VS.NET.

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.

0 new messages