Skip to main content

Posts

Visual Basic . Net #2

Hello Guys, If you didn't see Visual Basic Series Introduction click here Ok, Let's start Open Visual Studio 2012 In this tutorial, You will learn How to make a simple calculator  First, Simple calculator idea is very easy user will enter 2 number in 2 Textbox and She/He will choose one operation between multiply, divide, subtract, add and the result will appear in label so we will need 4 Buttons, 2 Textboxes,  4 Label 1 For Result and 2 to Hint near Textboxes and one to write description

Visual Basic . Net series introduction

Visual Basic. Net series Introduction In This Post, We will Introduce our new Visual Basic Series and our plan  for the first tutorial 

Visual Basic . Net #1

Visual Basic.NET #1 This post I will mention some basic things about Visual Basic.NET What is Visual Basic? Visual Basic.NET (VB.NET) is a multi-paradigm, high-level programming language, implemented on the .NET Framework. Microsoft launched VB.NET in 2002 as the successor to its original Visual Basic language. Although the ".NET" portion was dropped in 2005, this article uses "Visual Basic.NET" to refer to all Visual Basic languages releases since 2002, in order to distinguish between them and the classic Visual Basic. Along with Visual C#, it is one of the two main languages targeting the .NET framework. ( From Wikipedia   )  Integrated development environment (IDE) Integrated development environment (IDE) is a programming environment that has been packaged as an application program, typically consisting of a code editor, a compiler, a debugger, and a graphical user interface (GUI) builder. The IDE may be a standalone application or may be include...