User (Legacy) Posted January 3, 2006 Report Share Posted January 3, 2006 Chart events arguments are always set to Nothing. How one can use them in VB 6.0 if they are null all the time? e.g. sender & args are always nothing!!! Private Sub Chart1_MouseUp(ByVal sender As Object, ByVal args As Cfx62ClientServerCtl.MouseEventArgsX) End Sub Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 3, 2006 Author Report Share Posted January 3, 2006 Chart events arguments are always set to Nothing. How one can use them in VB 6.0 if they are null all the time? e.g. sender & args are always nothing!!! Private Sub Chart1_MouseUp(ByVal sender As Object, ByVal args As Cfx62ClientServerCtl.MouseEventArgsX) End Sub Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.