home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / C / CALCDLL / EXAMVB.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-08-28  |  1.7 KB  |  61 lines

  1. Form1
  2. Basic Calculator
  3. Form15
  4. Text2
  5. Result:
  6. Command1
  7. &Compute
  8. Text1
  9. Label1
  10.     Form_Load
  11. ComputeString
  12. Ergeb
  13. InputStr
  14. Command1_Click
  15. label1
  16. text1
  17.     returnErr
  18. Label1_Click
  19. Text1_Change
  20. Text2_Change$
  21. ThenMsgBoxO
  22. define
  23. CERR_OK
  24. CERR_UNBALAN
  25. allowed
  26. parenthesis
  27. CERR_UNKNOWN|
  28.     Undefined
  29. variable
  30. CERR_DOMAINR
  31. domain
  32. CERR_NOARG
  33. without
  34.     arguments-
  35. CERR_MAXVARS
  36. further
  37.     variables#
  38.     available
  39. CERR_SYNTAX
  40. Syntax
  41. CERR_NUMARGSb
  42. enough
  43. defined
  44. CERR_DIVZERO
  45. Division
  46. CERR_EMPTY
  47.     expresion
  48. CERR_BADFUNC2
  49. calc.dll
  50. Command1_Click
  51. Not allowed parenthesis 
  52. Undefined variable
  53. Out of domain area
  54. Function without arguments
  55. No further variables available
  56. Syntax error
  57. Not enough arguments defined
  58. Division by zero
  59. Undefined expresion
  60. Undefined function
  61.