Welcome to Foxite.COM Community Weblog Sign in | Join | Help

Bernard Bout

May the Fox be with you...

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

Post Categories

Navigation

Some VFP links

Others...

Archives

Who links to this site?

Hey There!!!

Syndication




GDI+X Classes (RSS)

Must have GDI+x classes from VFPx
Transparent Forms with VFP Revisited with GDI+x
More than 2 years ago I started blogging on getting VFP to have transparent windows. No, not the fully transparent ones, but the Vista like ones, where the window is transparent but the contents, including form objects, are opaque. This was my first Read More

posted Friday, November 07, 2008 3:14 PM by bbout | 2 Comments
Filed Under:
Attachment(s): bbTransformBlur.zip

Glow-In-The-Dark Buttons with GDI+X
The GDI+x Samples have a form that displays a "Halo" for text. So taking that idea I adapted it for these glowing buttons. To use these buttons you will need the GDI+x classes on the VFPX site. http://www.codeplex.com/Wiki/View.aspx?ProjectName=VFPX&title=GDIPlusX Read More

posted Friday, October 24, 2008 12:09 PM by bbout | 2 Comments
Filed Under:
Attachment(s): bbGlowingButtonV1.zip

Lets Reflect a bit on GDI+
One of the things I wanted was to be able to drop an image object on my form, set its picture property to an image and have the image "reflection" visible, which gives a very good effect. Well now that we have the GDI+x classes that is no longer a wish, Read More

posted Friday, October 17, 2008 4:57 PM by bbout | 5 Comments
Filed Under:
Attachment(s): bbReflection.zip

See through your buttons with GDI+x
I've been working on buttons recently using the GDI+x classes and there have been request for two things. 1. Transparent buttons a la Vista and TabOrder for the buttons. As you all know the buttons are based on the GDIPLUS.vcx classlibrary - specifically Read More

posted Tuesday, October 14, 2008 5:48 PM by bbout | 3 Comments
Filed Under:
Attachment(s): bbTransButton.zip

Shiny Glass Buttons updated and a tutorial
There have been a number of requests for  a tutorial on how to use the GDI+x classes and the Shiny Glass buttons. I am used to using these classes, so wrongly assumed that all users were up to speed. So I decided to fix that and post a tutorial about Read More

posted Sunday, October 05, 2008 1:33 PM by bbout | 1 Comments
Filed Under:
Attachment(s): bbglassbuttonXV2.zip

Shiny Glass Buttons anyone?
In a previous post I showed a class to generate "Aqua" buttons using GDI+x from codeplex. This post is all about some modifications I made to that class to enable me to produce Shiny Glass Buttons. Also I did not explain the techniques in obtaining the Read More

posted Friday, October 03, 2008 10:54 AM by bbout | 8 Comments
Filed Under:
Attachment(s): bbGlassButton.zip

Improving the VFP Image class with GDI+
The VFP Image base class now has the RotateFlip property where the image set as the Picture property can be rotated and/or flipped. The different states for the VFP control are: 0 - Rotate0FlipNone 1 - Rotate90FlipNone 2 - Rotate180FlipNone 3 - Read More

posted Tuesday, September 30, 2008 2:45 PM by bbout | 3 Comments
Filed Under:
Attachment(s): bbBetterImgClassV1.zip

Aqua Buttons with GDI+x and VFP
Class uppdated with Builder Preview 30/09/2008 The class in the attached zip, is an example of what you can do to spruce up your application. It contains an AquaButton class which uses the Imgcanvas object from the GDI+x classes on Codeplex. This class Read More

posted Monday, September 29, 2008 3:04 PM by bbout | 13 Comments
Filed Under:
Attachment(s): bbAquaButtonV2.zip

Emulating the XP Shutdown Effect in VFP9 forms with GDI+
Everyone who has used XP would have seen the effect produced when a user opts to shutdown Windows XP. To see it you click the "Start" button and then select ShutDown, which brings up the windows shutdown dialog similar to the one below.The question is Read More

posted Thursday, September 25, 2008 2:46 PM by bbout | 5 Comments
Filed Under:
Attachment(s): bbGDILightbox.zip

VFP Lightbox Class - Now Activex Friendly
In my earlier post I showed a Lightbox class done in VFP. Mike S posed a problem:I've got one issue with it when placed on a VFP form that contains an ActiveX control (MS webbrowser). The lightbox is not able to capture the contents of the ActiveX, Read More

posted Saturday, September 13, 2008 2:11 PM by bbout | 3 Comments
Filed Under:
Attachment(s): bbLightboxV2Sep1408.zip

Powered by Community Server, by Telligent Systems