Blogs
Retrieving VFP runtime DLL name required by EXE or DLL
VFP stores in EXE/DLL information about what runtime DLL is required to run it.
How to disable Task Pane Manager
Either of below will disable Task Pane Manager launch on VFP startup:
- Click on the Task Pane's Options, Select Task Pane Manager in the treeview and uncheck Open the Task Pane when Visual FoxPro starts
- In the RegEdit goto the HKEY_CURRENT_USER\Software\Microsoft\VisualFoxPro\9.0\Options key and blank out Data for Value Name _STARTUP.
- Add _STARTUP= to a config.fpw. Only VFP instance that uses this config.fpw will be affected.
Retrieving Printer Capabilities
In Enumerating printer forms article the DeviceCapabilities function is used to mark print forms supported by particular printer. It can be used to retrieve other printer capabilities as well.
Getting additional info about pressed keybord or mouse keys
The GetKeyState function retrieves the status of the specified virtual key.
Keyboard Input Virtual-Key Codes
Virtual-Key Codes constants for Windows API Keyboard Input functions
VFP 9.0 Versions
VFP 9.0 version information for service packs and hotfixes.
Copy RTF Text to Clipboard
Verify ActiveX presence and registration
An ActiveX installation on PC can be verified by finding its ProgID from OleClass property in the registry.
Add and delete custom printer forms
To distribute applications that use reports with custom paper size you have to create custom printer forms on every destination PC that runs Windows 2000 or later. The MS KB article Q157172 explains how it can be done manually. However there's a way to do that programmatically using Windows API.
Enumerating printer forms
Enumerating of printer forms can be done with Windows API EnumForms function. Contrary to what MSDN says, it returns the list of all printer forms on PC, not just for the specific printer. On other hand, DeviceCapabilities can return a list of supported paper sizes for the printer.
Recent comments
10 hours 53 min ago
1 week 22 hours ago
4 weeks 14 hours ago
5 weeks 5 hours ago
5 weeks 5 hours ago
7 weeks 4 days ago
8 weeks 1 day ago
8 weeks 1 day ago
8 weeks 4 days ago
8 weeks 4 days ago