based this link:
https://situas.istat.it/web/#/territ...rom=2026-07-06
how to save as csv file in c:mydir\test.csv, based a selction from combobox...
see image
Printable View
based this link:
https://situas.istat.it/web/#/territ...rom=2026-07-06
how to save as csv file in c:mydir\test.csv, based a selction from combobox...
see image
To understand and generate CSV files, you need to understand the following:
https://en.wikipedia.org/wiki/Comma-separated_values
Another option is to generate an Excel file and save it as a CSV file when finished; you'll see how the file is structured.
I hope this helps.
You might try using the vbman component to fulfill this requirement. It's very simple. Here is an example provided
The compressed package comes with a way to obtain the vbman component. You can use it after downloading.
You need to download the vbman component (which contains a lot of sample source code) from https://doc.vb6.pro/en/
After downloading, extract it, run the registration script, and you can start running.
vbman.dll itself is also an open-source and free component. You can download the source code from the webpage just now
This is my local proxy server. Since we can't access your download address from within our country, I used my local vpn to access it.
You can definitely comment out this sentence.
The latest version of vbman has removed this proxy configuration item, and the latest version of the dll also has the.Proxy function available for use