Sponsor FloSync Free digital signage & video wall software for Mac and Windows Download Free

CModalDialog C++ Class

Post Reply
User avatar
Info-Mac
Administrator
Posts: 13716
Joined: December 21st, 1988, 11:00 am

CModalDialog C++ Class

Post by Info-Mac »

Download: http://archive.info-mac.org/dev/lib/c-m ... og-cpp.hqx

Enclosed is my implementation of a modal dialog C++ class. It is fairly
easy to use and removes most of a dialog's implementation details from
you. You can easily create sub classes to customize behavior for
particular types of modal dialogs (a dialog with a Text Edit text box
example is supplied). This code is designed to be "stand alone" and does
not depend on any "Class Archive" for use. Can be used in C code to make
dialog handling more standardized (of course, turn on the C++ compiler
for the source it is used in).
Post Reply