DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Programming VB6.0 Activities

Clock Private sub Timer1_Timer() Label1.Caption = Format(Time, “hh:mm:ss”) End Sub Color Mixer Private Sub HScroll1_Change() Picture1.BackColor = RGB(HScroll1.Value,…

Business MA3696 Lecture 5

1. LECTURE 5More loops 1D Arrays 2. SUMMARY Looping userform controls Generalising loops Nested For-Next loops 1D Arrays 3.…