♣ BSIT-IV with sir Rodaje ♣

♣ BSIT-IV with sir Rodaje ♣
this picture was taken at Pearl Center...memorable au ni saamo ky nagwaiting for nothing jud me...hehehehehe...ego rjud me ng.adto diri para magpapic...joke...cute au me tnn diri...hehehe...ang masuya la me mahimo...♥

Thursday, August 6, 2009

Activity 3 "Interface and Codes"



Private Sub VScrollRed_Change()

Picture1.BackColor = RGB(VScrollRed.Value, VScrollGreen.Value, VScrollBlue.Value)

Label1.Caption = "Red: " & VScrollRed.Value

End Sub


Private Sub VScrollGreen_Change()

Picture1.BackColor = RGB(VScrollRed.Value, VScrollGreen.Value, VScrollBlue.Value)

Label2.Caption = "Green: " & VScrollGreen.Value

End Sub


Private Sub VScrollBlue_Change()

Picture1.BackColor = RGB(VScrollRed.Value, VScrollGreen.Value, VScrollBlue.Value)

Label3.Caption = "Blue: " & VScrollBlue.Value

End Sub

No comments:

Post a Comment