Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising
Working with  VFP project as Object

Working with VFP project as Object

A project file is a table that keeps track of all the source files such as programs, forms, menus, libraries,reports, labels, tables, indexes, and format files. A project also keeps track of all the dependencies,references, and connections among the files...

Read more

Advertising
Testing  VFP scrollbar container classes .

Testing VFP scrollbar container classes .

the vfpscrollbar class is from SPS site(Graig Boyd): *download the vfpscrollbar.zip and keep only the vfpscrollbar.vcx(+vct) *from http://www.sweetpotatosoftware.com/spsblog/2005/08/27/VisualFoxProScrollbarClasses.aspx it can embed a great quantity of...

Read more

A basic vfp richtextbox  implementation

A basic vfp richtextbox implementation

this code implements a basic richtextbox as a pure vfp solution. All the main idea consists in making each word of a text in a label control and then use the label properties to beautify the text. It's very fast contrary to what one may think. I used...

Read more

Advertising
Messagebox with function  API  and VFP

Messagebox with function API and VFP

The messagebox API is the source of the vfp messagebox function. this last one have many restrictions as -the text length is limited to 1024 chars max. -the text is occidental exclusively and dont support unicode. this code make an experimental builder...

Read more

A VFP multi Tabs browser

A VFP multi Tabs browser

This Is a basic multiTab IE BrowseR On a Visual FoxPro top level Form. it have the capabilities as follow: -create dynamically a new tab providing url navigation -removing any tab -type any url in the textbox (its autocomplete one sorted history alphabetically:...

Read more

Modal dialog box (html and classic).

Modal dialog box (html and classic).

this shows a modal dialog box for an occidental or unicode (here arabic) text typed on a vfp editbox or saved in UTF-8 text file. the dialog box is styled with css in code.can add more CSS styles to beautify more the dialog box. A modal dialog box can...

Read more

Advertising
Building a custom  infoTip with gdiplusX

Building a custom infoTip with gdiplusX

An infoTip is a window when can embed text and images to attract user's attention.it also used in tutoriels,presentations,articles... This is an infoBulle builder.it can configure all needed parameters for a bulle : -rectangular balloon -roundRectangular...

Read more

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