.NET
win_book.asc
Associated article: Programmer's Bookshelf
Tags: .NET
_PROGRAMMER'S BOOKSHELF COLUMN_ by Andrew Schulman Example 1: A simple Windows program, SYSTRES.C, consists of little more than the OkMsgBox() function from Petzold's Programming Windows. /* SYSTRES.C -- System Resources Borland C++: bcc -W systres.c rc systres.exe */ #include &...


