Quote:
Does anyone have (e.g.) OCX-code to use the GDI+ library of Windows XP, et
al, from Paradox?
Can you be more specific what you expect to do with the GDI+ library in paradox:
|
GDI+ uses a different programming model from GDI. Instead of selecting brushes
and pens into a device context, in GDI+ you pass the pen or brush into every
drawing command.
Graphics elements are no longer drawn with both the pen and brush together;
they are outlined and filled using separate functions (such as DrawRectangle
and FillRectangle).
Jan