ZX Downloader for VB6

Here you can share completed projects or parts of projects that may be useful to others. You may post files relevant to ZBasic - source code, schematics, etc.
Post Reply
twesthoff
Posts: 247
Joined: 17 March 2006, 6:45 AM
Location: Fredericksburg, VA

ZX Downloader for VB6

Post by twesthoff »

This uses the .dll that Don supplied and VB6 to download files to the ZX processors. Includes the VB6 source code. (Thanks Don for helping me make it work.)
Tom
Attachments
VB6downloader.zip
VB6 program that uses the .dll to download files to the ZX processors.
(Source code)
(44.09 KiB) Downloaded 4324 times
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

I believe that this code is largely the same as that included in the latest version of the installer. It ends up in a subdirectory of the installation direcotry src\zload\ZLoadSampleVB. One of the files was renamed: ZXGlobal.bas became ZLoad.bas.
- Don Kinzer
twesthoff
Posts: 247
Joined: 17 March 2006, 6:45 AM
Location: Fredericksburg, VA

ZX Downloader for VB6

Post by twesthoff »

believe that this code is largely the same as that included in the latest version of the installer.
Well, if it is not useful anymore feel free to remove it. I only wrote it in case others needed it. I didn't know there was one in the installer already. No sense complicating the issue having two similar things.
Tom
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

If I recall correctly, the changes that I made were cosmetic only. I think it's useful to keep this thread because it serves to call attention to the existence of the sample code for VB6.
- Don Kinzer
Post Reply