Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

    Simple event handling uses ChkEvent() and the EVENT_* events.
    Clip-4-Win handles many messages for you.  With window procedures
    you must use the traditional Windows GetMessage(), TranslateMessage(),
    DispatchMessage(), etc. loop and handle more messages yourself.

    Debugging can be harder with window procedures.  See the section on
    the debugger (below).

    Window procedures are the most powerful way of doing things, and very
    close to examples you'll find in books about programming Windows.

    Try using window subclassing if you just need a few of the WM_* messages.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson