.NET
mewel.asc
Associated article: The Mewel Window System
Tags: .NET
_THE MEWEL WINDOW SYSTEM_ by Al Stevens [LISTING ONE] /* ------------ memopad.h ------------- */ /* -------- window identifiers ----------- */ #define ID_MAIN 1 #define ID_MDICLIENT 2 #define ID_EDITOR 3 #define ID_FIRSTEDITOR 100 /* ------- menu command identifiers -------- */ #define ID_NEWFILE 5 #define ID_OPENFILE 6 #...


