Discover how to implement Windows timers. This class can be used in both WIN32 or MFC applications.
CWndTimer, a Windows Timer Class
Published 03/25/2003
Discover how to implement Windows timers. This class can be used in both WIN32 or MFC applications.
Implement resizable Windows controls in VC++ using MFC. The full solutions for Button, Edit Box, and List Box are given.
If a multiline Edit Control is created with scroll bars set, the scroll bars are always displayed, even when not needed. Solve this problem using a class such as CScrollEdit, which is presented here.