Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB calculator
Message
 
 
To
17/03/1999 15:03:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00198820
Message ID:
00198852
Views:
18
>I am writing a budgeting system that needs a calulator in the program. I found a VB calculator in the samples directory that would fit my needs. What do I need to do to incorporate the calculator into my VFP application? Are copyright issues involved?
>
>Thank you,
>
>Lance

VFP has a calculator as well that you can include. It just depends on what all you need it to do. The VFP menu name is _mst_calcu. The code snippet generated by the Menu Designer:

DEFINE POPUP _tools MARGIN RELATIVE SHADOW COLOR SCHEME 4
DEFINE BAR _mst_calcu OF _tools PROMPT "Calculator"
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform