My VB Projects
My VB Projects
Database Connection
Interface
Properties Table
Code
Imports System.Data
Public Class Form1
2. Login
Interface
Properties Table
Code
3. Mark Grading
Interface
Properties Table
TextBox1 - - txtMark
TextBox2 - - txtGrade
Code
4. Palindrome
Interface
Properties Table
TextBox1 - - txtword
Code
Interface
Properties Table
TextBox1 - - txtnumber
Code
Interface
Properties Table
ListBox1 - - ListBox1
Code
End Sub
7. Calculator
Interface
Properties Table
Textbox1 - - txtdisplay
Code
End Sub
8. Area of a circle
Interface
Properties Table
Code
Area of a triangle
Interface
Properties Table
TextBox1 - - txthieght
TextBox2 - - txtbase
Code
End Function
End Sub
End Class
Declaring an array
Interface
Properties Table
TextBox1 - - txtposition
Code
End Sub
End Class
Finding factorial
Interface
Properties Table
Textbox - - Txtnumber
Code
Next i
MsgBox(factorial)
End Sub
End Class
Triangular number solution
Interface
Properties Table
Textbox - - Txtnumber
Code
YEAR: 2011
Assignment 2(Group)