File:  [WindowsNT SDKs] / mstools / samples / dyndlg / readme.txt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

Sample: Dynamic dialog creation

Summary:

Usually an application will define a dialog template in an
RC or DLG file, then create a dialog at run time from that.
However, it is possible to create the dialog template at run
time.  This sample shows how to do this for Win32.

More Information:

The dialog template in Win32 is conceptually similar to
the Windows 3.1 version, but is different enough to require
some porting work.  For example, any strings are now stored
in unicode.  The dialog template format is documented in the
associated help file.

RUN-TIME DEPENDENCY!!!

One of the dialogs uses a custom control which is expected to
be defined in the spincube.dll file.  The dyndlg sample tries to
load this DLL at run time in the following location:
    "..\spincube\spincube.dll"
I.e. in a directory of the same level, but named spincube. This
can obviously be trivially changed, and the sample recompiled.
Spincube is another sample distributed on the Win32 SDK.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.