[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
WndBoxRaised( hDC, nTop, nLeft, nBottom, nRight )-> <nil>
------------------------------------------------------------------------------
PARAMETER:
<hDC> Is the handle that identifies the target window
<nTop>, the coordinates of the box to draw in pixel
..
<nRight>
DESCRIPTION:
Draws a raised 3D look box onto the specified window.
EXAMPLE:
+-------------------------------------------------------------+
| /* Draw box on repaint */ |
| |
| DEFINE WINDOW oWnd FROM 1,1 TO 50, 150 ; |
| TITLE "FreezeFrame" |
| |
| /* Note hDC is supplied by FiveWin automatically here */ |
| ACTIVATE WINDOW oWnd ; |
| ON PAINT WndBoxRaised( hDC, 10, 15, 30, 80 ) |
| |
+-------------------------------------------------------------+
SOURCE:
SOURCE\FUNCTIONS\WNDBOXES.C
See Also:
hDC
WndBoxin
ACTIVATE WINDOW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson