Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising
Advertising
VFP Grid cosmetics partII

VFP Grid cosmetics partII

I have already made a cosmetic grid partI and this is the following continuation. in this code i build a vfp grid with -altering initial cursor (selected from customer.dbf, here as demo) and adding a first column dedied to icons or images The icons are...

Read more

Working with common dialogs  Part2

Working with common dialogs Part2

this is the continuation of chapter dialogs as presented in the previous post http://yousfi.over-blog.com/2016/01/working-with-common-dialogs-part1.html *Important:*the codes follow are tested on visual foxpro 9 sp2-under windows 10 pro Click on code...

Read more

Working with common dialogs  Part1

Working with common dialogs Part1

the getfile() function displays the Open dialog box. it returns the name of the file chosen in the Open dialog box or the empty string if the user closes the Open dialog box by pressing ESC, clicking Cancel or the Close button on the Open dialog box....

Read more

Advertising
VFP window dont draggable when maximized !

VFP window dont draggable when maximized !

Actually can drag a window with the mouse pointer to the edges of the screen to snap it or maximize it. Inverse to this feature :the maximized windows can also be dragged down from the title bar to restore them to their original size. This new behavior...

Read more

A scrollable menu with vfpScrollbar class

A scrollable menu with vfpScrollbar class

I wanted initially to add this example with the previous posts in same subject but i think its a big code and i made it separatly in a standalone post. Its a direct application of the SPS vfpscrollbar i used to generate a menu on a top level form. simply...

Read more

Internet Explorer used as rich editor

Internet Explorer used as rich editor

this code uses the internet explorer browser (can also use application) as a richtext application. the important point is that IE whose is the top of rich objects browser , can be editable. it have two modes for document object. -designMode="on" IE editable:can...

Read more

The  vfpscrollbar containers classes as prg code

The vfpscrollbar containers classes as prg code

The container vfpscrollbar class is a scrollable container and usefull to embed any kind of vfp controls.it can embed a great quantity of controls as shown in my preview post. http://yousfi.over-blog.com/2015/12/testing-a-vfp-scrollbar-container-class-application.html...

Read more

Advertising
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

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