Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Analog Clock for VFP
Luis Maria Guayan, Portalfox
The class Clock, shows a analog clock in a form of Visual FoxPro 6.0.
Created on
23 years ago
Downloads
3728
File type
Rating
3.00/5.00
General information
Rating:
3.00/5.00 (1 rate) Rate this item
Description
We can have the active clock in the main screen of Visual FoxPro:
SET CLASSLIB TO Reloj.vcx
_SCREEN.ADDOBJECT("Reloj","Reloj")
_SCREEN.Reloj.TOP = 50 
_SCREEN.Reloj.LEFT = 50 
_SCREEN.Reloj.HEIGHT = 200
_SCREEN.Reloj.WIDTH = 200
_SCREEN.Reloj.ColorFondo = "RGB(255,255,192)"
_SCREEN.Reloj.ColorBorde = "RGB(0,0,128)"
_SCREEN.Reloj.ColorAgujas = "RGB(0,0,255)"
_SCREEN.Reloj.VISIBLE = .T.
Created by
Luis Maria Guayan, Portalfox
Developer in xBase languages since year 1990. Developer in Visual FoxPro since year 1997. SysOp de PortalFox (http://www.portalfox.com) since year 2000. Microsoft Visual FoxPro MVP 2001-2009

Comments
Add a comment
More downloads created from this member
Luis Maria Guayan, Portalfox
A conversion program to convert number to word.
Created on
23 years ago
Downloads
847
File type