1 Attachment(s)
Connecting DataGridView to MSChart in ViusalBasic 6
1. May I know how to connect or link the data in datagridview to MSChart(X Y(Scatter)). using Visual Basic 6..
2. Can you please help me identify the picture. What tool in visualbasic6 used in this picture. Is this a datagridview tool?
thx in advance guys.
Re: Connecting DataGridView to MSChart in ViusalBasic 6
Welcome to VBForums :wave:
Thread moved from the 'CodeBank VB6' forum (which is for you to post working code examples, not questions) to the 'VB6 and earlier' forum
VB6 does not have a datagridview... you can use a ListView or MS FlexGrid, both available via the Projects->Components menu.