Hey Guys.........
If you know anything about Python or if you have worked on python........then ....please share your knowledge about python here......
Only Drudges "
This Page for Programmers or Programming Beginners in any Programming Language. If You have Interest
18/08/2015
got windows 10
07/11/2013
This is My First Software.................a Calculator.........I make this 1 month ago in VB.NET - WFA. Code Is Here.......
******************
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim a, b, c As Single
a = TextBox1.Text
b = TextBox2.Text
c = a + b
TextBox3.Text = c
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim a, b, c As Single
a = TextBox1.Text
b = TextBox2.Text
c = a - b
TextBox3.Text = c
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim a, b, c As Single
a = TextBox1.Text
b = TextBox2.Text
c = a * b
TextBox3.Text = c
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Dim a, b, c As Single
a = TextBox1.Text
b = TextBox2.Text
c = a / b
TextBox3.Text = c
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Me.Close()
End Sub
End Class
****************
Click here to claim your Sponsored Listing.
Location
Category
Telephone
Website
Address
A-91A Pocket-5 Street No-1A Sonia Vihar
Delhi
110094