├── README.md ├── VB65.zip ├── VB65190623.zip ├── VB65190824.zip ├── en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part1.zip ├── en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part2.zip ├── en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part3.zip ├── en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part4.zip └── en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part5.zip /README.md: -------------------------------------------------------------------------------- 1 | # Project discontinued. - Run As Administrator 2 | VB65 Requirements: 3 | 1. It is required to have a licensed copy of Visual Basic 6.0 and the VBA SDK is installed on the development machine. The SDK zip files above are stored in WinRAR format. They were split up only because of the upload file size limitations of GitHub. 4 | 2. Install the VBA SDK 6.0 version 6.5.  5 | 3. Download VB65.exe to the desired location. 6 | 4. Apply compatibility settings to VB65.exe for "Windows XP (Service pack 2)". 7 | 5. Always "Run as Administrator". 8 | 6. Visual Basic for Applications is an embeddable BASIC language software product comprised of the following components: 9 | * VBA 10 | * APC 11 | * Microsoft Forms 12 | * Core Technology 13 | * End User Documentation and derivatives 14 | * VBA Core Installer Package 15 | 16 | VBA 17 | These are the binary files that make up the core VBA deliverable. This includes the language runtime and user interface components including editing, debugging, project management, property control. It also includes the files need for Multi-threading and the multi-threading runtime. 18 | VBE6.DLL, VBE6EXT.OLB, SCP32.DLL, VBE6INTL.DLL, VBAME.DLL, LINK.EXE, MSPDB60.DLL, MTDSR.DLL, VBA6MTRT.DLL, VB6DEBUG.DLL 19 | 20 | APC 21 | These are the binary files that make up the application programming interface (API) layer to integrate VBA. 22 | APC65.DLL, APC60ITL.DLL 23 | 24 | Microsoft Forms 25 | This provides a complete visual editing and dialog design environment. 26 | FM20.DLL, FM20ENU.DLL, RICHED20.DLL 27 | 28 | Core Technology 29 | VBA is dependent on a set of MICROSOFT core proprietary technology. These technologies are to be consumed by VBA only. Hosts of VBA are forbidden from accessing core technology directly. 30 | MSO.DLL, MSOINTL.DLL, SELFCERT.EXE, SIGNER.DLL, MSVBVM60.DLL, MSSTDFMT.DLL, MSSTKPRP.DLL, HLP95EN.DLL 31 | 32 | VBA Core Installer Package (MSI) 33 | MICROSOFT provides a setup package that installs all the core VBA technologies onto an end users machine. This prevents accidental disabling of VBA functionality due to an improper installation of VBA components. 34 | 35 | -------------------------------------------------------------------------------- /VB65.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/VB65.zip -------------------------------------------------------------------------------- /VB65190623.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/VB65190623.zip -------------------------------------------------------------------------------- /VB65190824.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/VB65190824.zip -------------------------------------------------------------------------------- /en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part1.zip -------------------------------------------------------------------------------- /en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part2.zip -------------------------------------------------------------------------------- /en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part3.zip -------------------------------------------------------------------------------- /en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part4.zip -------------------------------------------------------------------------------- /en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WindowStations/VB65/25a55d77c624e53c78a9f32ae6379c3423870bf4/en_visual_basic_for_applications_6.0_sdk_version_6.5_x86_cd_x14-97169.part5.zip --------------------------------------------------------------------------------