|
-
January 4th, 2000, 01:42 AM
#1
DrawCaption API function
Hello all,
I am wanting to use the DrawCaption API function which looks like this:
declare function DrawCaption Lib "user32" (byval hWnd as Long, _
byval hDC as Long, pcRect as RECT, _
byval un as Long) as Long
The parameter "un" is where you pass the flags that tell DrawCaption how to draw the caption bar. With all that said, I
need to know the values for the flags.
I know the appropriate flags (Constants) to be DC_ACTIVE, DC_GRADIENT, DC_ICON, DC_INBUTTON, DC_SMALLCAP, DC_TEXT...however I cannot determine their respective values. If anyone has used this function before, or knows the values for the constants, please PLEASE help me. Most appreciated.
Thank you in advance,
Rippin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|