Hello,
are there any Doc's about the use of GetStockObject( ? )
I need it for the Selections for Text-defines inside my VTitle-Tool.
I think it is only used for Pen-Colors. What are the Values for it ?
Found some like :
#Define NULL_PEN 8
hBlackBrush = GetStockObject( 4 )
hWhitePen := GetStockObject ( 6 )
Used for VTitles like :
@ 450, 10 TITLETEXT OF oTitle2 TEXT "FIVEWIN 9.07" FONT oFont3 COLOR 128 PEN GetStockObject( 8 )
It is possible, to select any Setting for the Text.
Only GetStockObject() is still missing :
Best Regards
Uwe