Hello,
my question: How to implement Drag&Drop with chess piece images on a chess board with VBA.
The current version works with click events and image changes for fields on the board.
If somebody wants to see a strong VBA chess engine:
My program ChessBrainVB for Excel / Word / Powerpoint calculates about 10.000 chess positions per second using the slow VBA interpreter (playing strenght 2200 ELO).
The compiled VB6-exe is 15 times faster (150.000 positions/sec, 2750 ELO) and can be used with standard chess GUIs ( i.e. ARENA).
Download: https://github.com/RZulu54/ChessBrainVB/releases
ChessBrainVBA_Screenshot.jpg
Bookmarks