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 - "[[Category:V" to "[[Category: V")
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.