> Me too.
>
> How are you declaring the VB side event handler?

It's done automatically - you select the control and the list has the method
names in it - when you select them, they put in the handler if not already
there.

But for reference, it's:

Private Sub ControlName_OnReceive(ByVal RXBuffer As Variant, _
                                        ByVal NewDataStartOffset As Integer, _
                                        ByVal TotalNumBytes As Integer)

(VB Integer = VC short)

No joy from the MS newsgroups - in fact they seem to be practically dead
(the OLE ones) - barely any posts coming in.

--
Jason Teagle
[EMAIL PROTECTED]




Reply via email to