Download File - VB6

前端 未结 7 1219
清酒与你
清酒与你 2020-11-30 09:15

Does anyone know how to download a file (without opening a webpage), and save it to a directory in Visual Basic 6.0?

7条回答
  •  一向
    一向 (楼主)
    2020-11-30 09:54

    You don't need API calls, you don't need the Internet Transfer control. Just do it the easy way, using native VB6 code. Here's an excellent article by Karl Peterson with sample code.

提交回复
热议问题