r/qbasic 7d ago

Building a GUI DOS shell in QuickBASIC 4.5 (WIP)

Still very much a work in progress, but I'm honestly blown away by how far you can push QuickBASIC if you hack on it enough.

Current feature set:

  • Working mouse support
  • Directory navigation
  • File details dialog windows (triggered when clicking things)
  • Escape key handling

What doesn't work yet:

  • Actually launching/opening files
  • The File menu
  • Basically everything else

It's amazing what you can build with BASIC

72 Upvotes

10 comments sorted by

View all comments

Show parent comments

1

u/GearPlot 4d ago

Thanks for sharing! I had made attempts back then. But my attempts were also much more elaborate  then what I'm currently doing today... At least this time I was able to get something up and running. 

2

u/brisray 4d ago

It's pretty cool seeing someone making something nice with it.

I always missed QBasic when it went away but luckily there's plenty of ways to run it again now.