Difference between revisions of "Create a Simple Calculator in Visual Basic 6.0"

Kipkis (Kipkis | contribs)
(importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "== Video ==" to "")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Visual Basic 6.0 is a programming language developed by Microsoft which can be easily learned and used by beginner, as well as advanced programmers. Though it is no longer supported by Microsoft, thousands of applications still run on it and many more are still being developed. This guide will show you how to create a simple calculator in Visual Basic 6.0
 
Visual Basic 6.0 is a programming language developed by Microsoft which can be easily learned and used by beginner, as well as advanced programmers. Though it is no longer supported by Microsoft, thousands of applications still run on it and many more are still being developed. This guide will show you how to create a simple calculator in Visual Basic 6.0
[[Category:Visual Basic]]
+
[[Category: Visual Basic]]
 
== Steps ==
 
== Steps ==
 
#Open Visual Basic 6.0 and create a new '''Standard EXE Project'''.  Standard EXE projects give you a handful of commands and tools, useful to develop simple as well as semi-complex programs.
 
#Open Visual Basic 6.0 and create a new '''Standard EXE Project'''.  Standard EXE projects give you a handful of commands and tools, useful to develop simple as well as semi-complex programs.
Line 33: Line 33:
 
#Save your project and your form. Make your project and save it as a ''.exe'' file on your computer; run it whenever you want!
 
#Save your project and your form. Make your project and save it as a ''.exe'' file on your computer; run it whenever you want!
  
== Video ==
+
 
{{Video:Create a Simple Calculator in Visual Basic 6.0|Learn how to create a simple calculator with Visual Basic 6.0 (VB6)}}
+
 
  
 
== Tips ==
 
== Tips ==