Visual FoxPro – Complex Controls
In this section of my VFP Blog I am writing about encapsulated building blocks which are complex classes – even more, collections of classes – that form reusable components; basic building blocks every VFP application is made of.
Table of Content
A Native TreeView
I'll wager, once in a while every VFP developer thought about raising his own home-grown VFP-TreeView. I mean no ActiveX magic but using only native Visual FoxPro code. I must admit I was one of them – until I found some inspiration and finally... did it.
Shortcut Menu
This is the sequel to my native tree view documentation. Thus, the part numbers continue here.
Image Strip [New]
Save picture resources while combining your bitmap images in one single image strip file, load these strips dynamically from any source (like binary memo fields) and display them anywhere using either VFP's native image control, or the Render() function of the LoadPicture() OLE-Object.
<still to be written…>