Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

  • Articles & Tutorials (3)

    Articles & Tutorials Articles & Tutorials RSS feed

  • Running State Machines Based Win32/WinCE Programs

    by Jerome

    This article describes how to run state machine application framework based Win32/WinCE programs using window message hooking technology. (An open source project.). Read full article

  • Avoiding Multiple Instances of an Application

    by flounder

    In Win16 it was easy: you looked at the hPrevInstance parameter to WinMain and if it was nonzero, you were the second instance. Done. In Win32 it isn't as easy. And there are several wrong ways, and some that don't work at all. This essay explores the techniques and tells you what the pitfalls are, . Read full article

  • Attaching and Detaching Objects

    by flounder

    When you create an Windows-related object in MFC, you are actually creating a "wrapper" around the underlying object. There are interactions between MFC and Windows which can get you into serious trouble if you are not careful. Read this to learn more.. Read full article