.NET
cprog698.txt
Associated article: C Programming
Tags: .NET
Published source code accompanying the column by Al Stevens in which he implements a Windows CE-based Metronome for his hand-held PC. As it's name suggests, Metronome is a familiar musical tool that ticks like a clock but at an assigned frequency. Also see METRON.ZIP
C Programming Column by Al Stevens Listing One // hellowin.c #include <windows.h> #include <Commctrl.h> #include <Mmsystem.h> #include "resource.h" HINSTANCE hInst; LRESULT CALLBACK WndProc(HWND hWnd, UINT iMsg, WPARAM ...


