Overblog
Follow this blog Administration + Create my blog
Retrieve all my VFP posts on  my Blog

Retrieve all my VFP posts on my Blog

At this time 31 december 2015 and after 11 busy months , i put 162 posts in my blogs desserving the vfp communauty. I hope these codes bring some new things and highlight some dark areas. this code retrieves all my posts in my blog begining with the most...

Read more

A  VFP builder for an HTA window

A VFP builder for an HTA window

As pointed in previous posts an hta window is an internet explorer window without all security baggages.it can be a rich window embedding texts,images,animations,videos,audio,... even styled with CSS and with all web features. can configure all its parameters...

Read more

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

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

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

1 2 > >>