|
|
Custom ActiveX Controls and DLLsAccess the Windows API or special featuresYou may have reason to use special features that aren't easily accessed or used by Visual FoxPro or by Visual Basic. Visual FoxPro doesn't handle C++ structures well on its own, for example. This makes an excellent opportunity to introduce an ActiveX control or DLL which can provide access to your programs. Speed up processingSometimes intense string or numeric processing is required for an application in order to achieve more speed. A custom DLL or FLL (a DLL with special FoxPro hooks) is perfect for this type of application. Restrict accessOne of the more popular uses for a custom DLL is to restrict access to specific features in a Visual FoxPro program. In this way, users that haven't purchased full access won't be able to get it — at least not easily. This page was last modified on Tuesday, 19 December 2006 Warning: main(_private/wrstracking.inc) [function.main]: failed to open stream: No such file or directory in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 85 Warning: main(_private/wrstracking.inc) [function.main]: failed to open stream: No such file or directory in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 85 Warning: main(_private/wrstracking.inc) [function.main]: failed to open stream: No such file or directory in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 85 Warning: main() [function.include]: Failed opening '_private/wrstracking.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 85 Warning: main(_private/analytics_code.inc) [function.main]: failed to open stream: No such file or directory in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 86 Warning: main(_private/analytics_code.inc) [function.main]: failed to open stream: No such file or directory in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 86 Warning: main(_private/analytics_code.inc) [function.main]: failed to open stream: No such file or directory in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 86 Warning: main() [function.include]: Failed opening '_private/analytics_code.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/krist7/public_html/mcstyles/service/custom_controls.php on line 86 |
|
|