Results 1 to 7 of 7

Thread: no idea.... save as csv file in c:mydir\test.csv

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,958

    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 Attached Images  
    Last edited by luca90; Jul 8th, 2026 at 10:25 AM.

  2. #2
    Member
    Join Date
    Jul 2024
    Posts
    41

    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.

  3. #3
    Junior Member woeoio's Avatar
    Join Date
    Jan 2022
    Posts
    29

    Re: no idea.... save as csv file in c:mydir\test.csv

    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.
    Attached Images Attached Images    
    Attached Files Attached Files
    Last edited by woeoio; Jul 13th, 2026 at 12:06 AM.

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,958

    Re: no idea.... save as csv file in c:mydir\test.csv

    Quote Originally Posted by woeoio View Post
    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

  5. #5
    Junior Member woeoio's Avatar
    Join Date
    Jan 2022
    Posts
    29

    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

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,958

    Re: no idea.... save as csv file in c:mydir\test.csv

    Quote Originally Posted by woeoio View Post
    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

  7. #7
    Junior Member woeoio's Avatar
    Join Date
    Jan 2022
    Posts
    29

    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
  •  



Click Here to Expand Forum to Full Width