Overblog
Follow this blog Administration + Create my blog
My win32 API Viewer

My win32 API Viewer

this code builds an api and constants viewer (for 32 bits only). the only one free source i used for this work is : *API32.TXT -- Win32 API Type Declarations for Visual Basic *Copyright (C) 1996 Desaware a win32.txt file free downloaded from the web.it...

Read more

All windows control panel applets

All windows control panel applets

this code lauches one of 18 windows control panel applets in my computer.each cpl is specified by its standard name. can use two methods (shellexecute API with param or wscript object)-in principe all whose run with wscript.shell can also run with shellexecute...

Read more

yPix: a desktop vfp colorPicker

yPix: a desktop vfp colorPicker

This color manager yPix is a VFP9 program , do the follow things and retrieves: - the absolute positions X and Y at any screen point - the VFP color (RGB color) as an integer - the Hexadecimal color - the HTML color - the CMYK(Cyan,magenta,yellow,key...

Read more

RSS feeds Reader   on your VFP form.

RSS feeds Reader on your VFP form.

RSS is a Web content syndication format.Its name is an acronym for Really Simple Syndication. its a family of web feeds used to represent digital contents in the XML format. RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification,...

Read more

A special visual foxpro starting window

A special visual foxpro starting window

This is a code for a special vfp starting : 1-its shows the Hello+day+date on vfp command window (idea from B.Bout-Foxite) 2-starts a toolbar and docks it at top with the last opened files as pjx,prg,scx,frx,dbf,mnx...can open any. its very usefull (vfp...

Read more