User (Legacy) Posted December 11, 2002 Report Share Posted December 11, 2002 Somebody have a VBScript script example using LButtonDblClk event? Link to comment Share on other sites More sharing options...
Software FX Posted December 11, 2002 Report Share Posted December 11, 2002 If the chart object is called ChartFX1 (in the <OBJECT> tag), you can trap the event by doing: Sub ChartFX1_LButtonDblClk(x, y, nSerie, nPoint, nRes) <<<< Your code here >>> End Sub -- FP Software FX Support "omar vargas" <al768775@mail.mty.itesm.mx> wrote in message news:ziYYYPVoCHA.2684@webserver1.softwarefx.com... > Somebody have a VBScript script example using LButtonDblClk event? > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.