Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anti-aliased, shadowed, and/or 3D text effects
Message
From
15/01/2002 11:19:49
 
 
To
15/01/2002 03:18:46
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00604733
Message ID:
00604865
Views:
36
This message has been marked as the solution to the initial question of the thread.
Malcolm,

Try this link for an ActiveX button rendering control.
http://www.multimediasoft.com/3dabm/screenshot.html
As an alternative, if you want to render these yourself you can use GDI+ although its probably easier to create a wrapper DLL/ActiveX than using VFP and declare dll. For example, to set antialised text rendering the following GDI+ API call will do the trick.
SetTextRenderingHint(TextRenderingHintAntiAlias);
HTH
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform