Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising
Playing with google maps API

Playing with google maps API

The google maps API can drive the google maps with javascript properties,methods and events. its a web service provided to display any map given with its longitude/latitude (even with its place).The maps are recorded at Google services (mandatory sometimes...

Read more

Advertising
Simulating a metro menu as win8.1 & win10

Simulating a metro menu as win8.1 & win10

This code simulates a metro menu as win8.1 or win10.It creates a single class used for all the animated controls and linking to do some vfp actions. the class uses images located in some pointed folder and animates them in 4 directions by a timer with...

Read more

Advertising
A custom metro apps application in systray

A custom metro apps application in systray

This code below builds a systray menu with some choosen windows metro applications (available on win8.1 and win10). with this artifact the favorite win apps can be under the hand and fired at any time. my favorite are: meteo,news, sports,photos, my couriel...

Read more

2  html5 videoplayers as exe

2 html5 videoplayers as exe

2 methods to work with the html5 video player as executable file. can see also the method to build programmatly a proj and compile an exe . NB: video played must be mandatory in html5 videos supported formats. *tested on visual foxpro 9 sp2-windows 8.1...

Read more

A custom messagebox with drawtext API

A custom messagebox with drawtext API

this code uses the drawText API to make a modal form as a windows custom messagebox. the transparency (0-255) can be applied for 2 kinds of forms -a top level form - any form with showWindow=0,1 but mandatory with the poperty form.desktop=.t. i used this...

Read more

Advertising
 Photos  frames with gdiplusX

Photos frames with gdiplusX

I needed to make some frames on photos and gdiplusX comes my rescue. This article is devoted to this subject with 6 codes. -the gdiplusX hatchstyle pattern brushes can draw patterns (with no image) and draw directly on the context surface to output an...

Read more

A custom vfp Ansi and Unicode  tooltip

A custom vfp Ansi and Unicode tooltip

The drawText APi studied in previous post can draw a formatted text on any window surface. It can be ANSI (drawtext or DrawtextA) or Unicode(DrawTextW). A top level form is used here as tooltip fired on mouseEnter event on a control and destoyed on MouseLeave...

Read more

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