Super 8086 Box, my home-built PC XT emulator with Adlib, MPU-401, joystick and NE2000 support
In 2019 I played with 8086 Tiny Plus v1.34, developed by Jaybert Software and improved from the original 8086 Tiny
Read moreIn 2019 I played with 8086 Tiny Plus v1.34, developed by Jaybert Software and improved from the original 8086 Tiny
Read moreIn my previous post I described how to run 16-bit DOS applications on 64-bit Windows using NTVDMx64. This post will
Read moreThe following will open a file with its default viewer. The behaviour is exactly the same as what will happen
Read moreThe following code apply ES_NUMBER to allow only digits to be typed into the edit control. Public Const GWL_STYLE As
Read moreShowing a four-button message box with the default set to the fourth button: int WINAPI WinMain(HINSTANCE hinst, HINSTANCE hinstPrev, LPSTR
Read more1. Check if Environment.OSVesion.Platform returns WIN32NT (for Win3.1, Win95, Win98, WinME) or WIN32Windows (for WinNT and later) or WinCE (for
Read moreBOOL KillProcessByName(const TCHAR* p_strEXE) { printf(“Attempting to terminate “); OutputDebugString(p_strEXE); printf(“n”); HANDLE hSnapShot = NULL; PROCESSENTRY32 pEntry = {0}; //
Read more