SAMPLE: Sample Demonstrates Read-Only Pop-Up Window w/ ShadowLast reviewed: February 15, 1996Article ID: Q104792 |
The information in this article applies to:
SUMMARYThe Microsoft Windows SDK "The Windows Interface: An Application Design Guide" version 3.1 manual describes a read-only pop-up text field as a text field that, when clicked with the mouse, displays a read-only pop-up window containing additional information. ROPOPUP is a file in the Microsoft Software Library that demonstrates how to implement such a read-only pop-up window to display text. The sample also demonstrates how to add a shadow to this read-only pop-up window. Download ROPOPUP.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
MORE INFORMATIONIn the ROPOPUP sample, a button is used to invoke the read-only pop-up window. The read-only pop-up window is merely a pop-up window that has no nonclient areas (caption, system menu, menu, minimize/maximize buttons, sizing border, and so forth). Text is displayed on the main part of the pop-up window's client area. A shadow is displayed on the bottom and right sides of the client area. Achieving the shadow effect requires several steps:
|
Additional reference words: 3.00 3.10 shadow effect softlib ROPOPUP.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |