Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising
Wallpapers slideshow with visual foxpro

Wallpapers slideshow with visual foxpro

The wallpaper is a screen backgroung image set by the system with the API SystemParametersInfo Its becomes a system image (a num is affected to it by the system). This code set a folder of images and play them with a timer as a wallpaper sequentially...

Read more

Advertising
Working with the registry  in Visual Foxpro

Working with the registry in Visual Foxpro

The majority of these 8 codes below use the registry.prg class and some of its examples in solution/winapi samples shipped with visual foxpro. It gives some new demos to work with system registry . 1-find in registry the MRU (most recently used files...

Read more

Ownerdrawn transparent menus-Herman Tan class

Ownerdrawn transparent menus-Herman Tan class

Herman Tan ownerdrawn menu (2005- last updated published 2006-2008) can be downloaded from this link: http://hermantan.blogspot.com/2006/09/updated-ownerdrawn-menu-class.html first version can be seen in https://www.universalthread.com/ViewPageArticle.aspx?ID=476...

Read more

Advertising
Aero glass effect

Aero glass effect

This code creates a custom simulation of the known windows aero glass effect. 2 top level forms are used to get this effect.One is always onBottom=.t. and have variable transparency (80-255).The backcolor of this form.can be set also interactively on...

Read more

public Hotkeys in  Visual foxpro

public Hotkeys in Visual foxpro

Inside Foxpro system can Assign easily Access Keys and Keyboard Shortcuts As you create a menu system, you should consider ease of access to the system, and you must assign tasks to the system. You must give menus and menu items tasks to perform, such...

Read more

Transparencies in visual foxpro

Transparencies in visual foxpro

In visual foxpro the only control having a windows handle (hwnd) is the form.The transparency can then be applied and monitoring only to this window. Some Controls have the backstyle property (0,1) but cannot control the transparency. The backstyle Specifies...

Read more

Advertising
Scrolling  texts & images in visual foxpro

Scrolling texts & images in visual foxpro

Below 6 codes relative to scrolls text,images,scrollable containers.. *Suggestions and Bug Reports are always Welcome. *1-*A top level form as scrollable container Visual foxpro dont ship any scrollable container class.The only one big container can be...

Read more

Working with windows handles and APIs- Part I

Working with windows handles and APIs- Part I

8 codes in this first part of windows ,handles and APIs showing how to manipulate any window, having a handle. In VFP , only forms are considered as Windows real object and have their handleThis integer,distributed by the system is used to make all operations...

Read more

<< < 10 20 21 22 23 24 25 26 27 28 > >>