An open API service indexing awesome lists of open source software.

https://github.com/uefi-code/vb6_call_dll_demo

Make VB6 Great Again
https://github.com/uefi-code/vb6_call_dll_demo

visual-basic wow64 x64

Last synced: 4 months ago
JSON representation

Make VB6 Great Again

Awesome Lists containing this project

README

        

# Make VB6 Great Again

Visual Basic 6.0 is good, for easily creating GUI.

Load Native DLL in VB6, then do anything

Switching a CPU thread to x64 for a short time enabled modern features.

Screnshot:
![VB6 Load x64 DLL](./screenshot.png)

## Current Achievements

- VB6 Load 32bit native DLL
- The DLL then run x64 code
- Then Load x64 DLL!
- Also Can Call x64 DLL Function

## Know Issues

- load x64 version of USER32.DLL will crash