Showing posts with label VB Part A. Show all posts
Showing posts with label VB Part A. Show all posts

Lab 3: Alarm Clock

06:53
Private Sub Command1_Click() Text2.Text = InputBox("Enter The Alarm Time") End Sub Private Sub Timer1_Timer() Text1.Text = ...

Lab 1: Student detait

06:44
Private Sub Command1_Click() Text5.Text = ((Val(Text2.Text) + Val(Text3.Text) + Val(Text4.Text)) / 300) * 100 End Sub Private Sub Comm...
Powered by Blogger.