[an error occurred while processing this directive]
VFP FLLs
Latest updated fll:   bbSysTray - disabled shortcut menu item displaying capability added!!!! (2003.apr.30) Download NOW!

Back to Main Page 
Available controls:
 bbListView
 bbFolderTree
 bbPicture
 bbGetDir
 bbURLlink
 bbScheduler
Free FLL-s:
 bbSysTray
 cppTimer
 bbDownloadURL
 ChgName
 bbGetProfiles
Visitors:
[an error occurred while processing this directive] 

E-mail      
FLL Short description Last update  
bbSysTray

With this fll you can put up to 5 icons onto the system tray from VFP5,5a,6,7. It can handle the mouse doubleclicks, and right clicks on these icons. You can execute any UDF or Object method at these click events. The fll has built-in shortcut menu capability! So, you can display easily shortcut menus at right click events. The zip file contains a sample form, that shows how to use it. 2003.apr.30 Download
cppTimer With this, you can create up to 50 independent timers, each of them can execute any method or function at timer events. The events are fired even, when normal VFP timer does not(!) A sample program and detailed readme.txt is enclosed. The complete C++ source code is included. 2000.mar.11 Download
bbDownLoadURL I had to solve the problem to refresh one of my program via internet. I wrote a small fll, to download a file over internet. The fll has only a single function DownLoadURL. It has the following parameters: URL, SaveFilePath, FeedBackFunctionName, OnePassReadSize, SkipDialing
If there is an active current Internet connection, bbDownLoadURL uses this.
If there is not any, the first AutoDialabe RAS entry will be dialed
If there is no AutoDialable RAS entry, system DialUp form will be showed to the user to initiate a connection.
The zip contains a sample program, that shows how to download a program file from this internet site and how to give feedback info to the user about currently downloaded bytes.
2000.apr.29 Download
ChgName Printing from VFP makes "Visual FoxPro" printed documentum names in Print Manager windows. With this FLL, you can change these entries for anything you want.
Now it has TWO additional functions:
 GetPrtDocs() which returns the number of waiting docs in a print queue,
 SetPrtDocs() which can cancel, pause, restart, resume a print job.
C++ source code is included!
1999.sep.07 Download
bbGetProfiles



Sending email by MAPI controls requires a MAPI profile names if there is not set a default profile. And sometimes you may want to use other than default profile. Cases like this requires the user to enter the profile name. It would be better to choose the appropiate one in a list - at sending the mail. This FLL gives you the ability to enumerate all available MAPI profiles into an array and so, to give a pickup list to your user integrated to your init forms.
In the latest release a 3 new functions added. With these functions you can send programmaticaly emails without any user intervention, even if you have only OUTLOOK EXPRESS or NETSCAPE MESSENGER installed on your machine!!!!! You can send to multiple recipients with even multiple attachments!
2001.jun.06 Download