> 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.
Does VB have an array type? If so, have you tried using that array type instead of a Variant? ------------- Ehsan Akhgari Farda Technology (www.farda-tech.com) List Owner: [EMAIL PROTECTED] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] Light without eyes illuminates nothing.
