Home > Software engineering >  You genuflect is begged god to use VB to teach me how to do a calculator, see the ~ hang without fai
You genuflect is begged god to use VB to teach me how to do a calculator, see the ~ hang without fai

Time:09-20

Requirements with Windows 7 on the calculator

CodePudding user response:

There is a written before, a lot of single, you can consult qq: 3185765492

CodePudding user response:

 
Private Sub Form_Load ()
The Debug. Print Eval (" 1 + (2 * 3-4)/5 * 6-7 + 8 ")
End Sub
The Public Function Eval (ByVal iStr As String) As String
Dim VBS As Object
The Set VBS=CreateObject (" MSScriptControl. ScriptControl)
VBS. Language="VBScript"
The Eval=VBS. Eval (iStr)
The Set of VBS=Nothing
End the Function

Do it at your

CodePudding user response:

The calculation precision of VBScript than Windows 7 calculator, I guess,

CodePudding user response:

The
reference 3 floor zhao4zhong1 response:
the calculation precision of VBScript than Windows 7 calculator, I guess,


Interested in words written in VBScrip high-precision calculation function also is not not

CodePudding user response:

Institute of technology of profession of VB6 visual programming (wuxi) http://download.csdn.net/detail/zhao4zhong1/6824713

CodePudding user response:

This is post school writing teaching material?
  • Related