Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

  • Articles & Tutorials (3)

    Articles & Tutorials Articles & Tutorials RSS feed

  • Message Management

    by flounder

    The use of user-defined messages gives you additional power and control over your application, and provides an often convenient method for passing information between threads and applications. This essay goes into considerable depth on how to handle user-defined messages, inter-thread messages, and . Read full article

  • Dialog Box Control Management

    by flounder

    Why you should never call EnableWindow or other such calls except in one central place. Think of control enabling as a set of constraint equations. Much easier to maintain if the computations are centralized. Find out how I do it, and why I think this is a good way to do it.. Read full article

  • Avoiding GetDlgItem in MFC

    by flounder

    My view: If you're writing more than one GetDlgItem per year, you're probably not using MFC correctly. Find out why, and what to do about it. . Read full article