Re: Using DosBox From Within Visual Basic 6
Posted on 2011-04-28, 01:40
I am currently working on a dos game menu system, that runs with ScummVM, DosBox and DosBox using Windows 3.11. I am writing it in Visual Studio 2011, below is the method I use to start DosBox. This code starts DosBox without the console been shown, it also hides the form when DosBox is started, and …