Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising
GdiplusX system.drawing APIs

GdiplusX system.drawing APIs

this code extracts all APIs gdiplusX system.drawing complet declarations. its consists on 401 functions very usefull when working in imaging environment. Apis come principally from gdi32.dll,gdiplus.dll.. the result is shown as txt file (reduced) and...

Read more

Advertising
Drawing graphs on the fly with gdiplusX

Drawing graphs on the fly with gdiplusX

The 3 codes below draw graphs as histogram on the fly with data gathered on a simple vfp cursor. this use gdiplusX library.the code asks to point mandatory to system.app to make the app working. can modify colors,title,values,... in code as your custom...

Read more

Advertising
Windows version bug on win8.1+win10

Windows version bug on win8.1+win10

-function Version(nExpression):Returns information about the Visual FoxPro version you are using -function Os(nValue) :Returns the name and version number of the operating system under which Microsoft Visual FoxPro is running. see in foxhelp the more...

Read more

GdiplusX Glowing buttons revisited

GdiplusX Glowing buttons revisited

this is a demo for a glowingButton class ,from the original author Bernard Bout Brisbane ,Australia www.foxite.com (thanks). it was presented with another method as a single prg.I published it in foxite a while ago. The code asks simply to point to the...

Read more

A vfp pageframe on a form  as main  menu

A vfp pageframe on a form as main menu

Pageframe vfp control is used here to build a menu with modern png icons.it is embed on a top level form with property alwaysOntop=.t. i made some transparency with the APÏ setLayeredWindow. it can encapsule too vfp standard controls as images,commandbuttons,grids,combo....in...

Read more

Advertising
AnimateWindow API and effects on a VFP form

AnimateWindow API and effects on a VFP form

This code uses the animateWindow API to implement some effects on a modal dektop vfp form * ref: https://msdn.microsoft.com/en-us/library/windows/desktop/ms632669%28v=vs.85%29.aspx the modal form is a desktop one to apply the transparency with setLayeredWindow...

Read more

 Blurring& glassing a vfp form background

Blurring& glassing a vfp form background

vfp9 have not functions to make aero theme or blur the form background as made by modern OS (vista and latest). Then instead of blurring really the form background,i replace this effect with a built form.picture,cloning exactly whatever is behind (or...

Read more

<< < 10 11 12 13 14 15 16 17 18 19 20 > >>