Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi all, i want to fill datagrid from table in vb6 ,please help thanx:confused:
what type of file is your data in? if it is xml then you can try: Dim DS As DataSet DS.ReadXml("C:\the file path")
Dim DS As DataSet DS.ReadXml("C:\the file path")