dbTalk Databases Forums  

Interfacing to GDIPLUS.DLL from Paradox?

comp.databases.paradox comp.databases.paradox


Discuss Interfacing to GDIPLUS.DLL from Paradox? in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Sundial Services
 
Posts: n/a

Default Interfacing to GDIPLUS.DLL from Paradox? - 02-03-2006 , 08:39 PM






Does anyone have (e.g.) OCX-code to use the GDI+ library of Windows XP, et
al, from Paradox?


----
ChimneySweep(R): F-A-A-ST table repair at a click of the mouse!
http://www.sundialservices.com/products/chimneysweep

Reply With Quote
  #2  
Old   
janM
 
Posts: n/a

Default Re: Interfacing to GDIPLUS.DLL from Paradox? - 02-04-2006 , 04:23 AM







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



Reply With Quote
  #3  
Old   
Sundial Services
 
Posts: n/a

Default Re: Interfacing to GDIPLUS.DLL from Paradox? - 02-04-2006 , 02:43 PM



janM wrote:
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).
Using the library, directly or indirectly, for image manipulation ...

----
ChimneySweep(R): F-A-A-ST table repair at a click of the mouse!
http://www.sundialservices.com/products/chimneysweep


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.