Jul 6th, 2026, 07:44 PM
#1
Thread Starter
PowerPoster
no idea.... save as csv file in c:mydir\test.csv
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
Attached Images
Last edited by luca90; Jul 8th, 2026 at 10:25 AM .
Jul 7th, 2026, 11:54 AM
#2
Member
Re: no idea.... save as csv file in c:mydir\test.csv
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.
Last edited by prote01; Jul 7th, 2026 at 12:01 PM .
Jul 12th, 2026, 11:49 PM
#3
Junior Member
Jul 13th, 2026, 12:31 AM
#4
Thread Starter
PowerPoster
Re: no idea.... save as csv file in c:mydir\test.csv
Originally Posted by
woeoio
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.
Dim WithEvents HttpCli As cHttpClient
error here!
usewr defined type not defined
Jul 13th, 2026, 01:20 AM
#5
Junior Member
Re: no idea.... save as csv file in c:mydir\test.csv
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
Jul 13th, 2026, 04:49 AM
#6
Thread Starter
PowerPoster
Re: no idea.... save as csv file in c:mydir\test.csv
Originally Posted by
woeoio
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
.Proxy "192.168.168.2:20171"
error:
METHOD OR DATA MEMBER NOT FOUND
Jul 15th, 2026, 03:22 AM
#7
Junior Member
Re: no idea.... save as csv file in c:mydir\test.csv
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
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width