Greetings and Salutations!
You deserve a look at the finished product you have helped build. Will only post part of the code, judging by the massive if statement included:
'Application: Lyrical Content Reader Software
'Licensed To: Shunji Moriwaki
'Programmer: Dököll Solutions, Inc.
'Date: 01/31/07
'Time: 15:45 AM
'Credits: Prof. Roger Uvyn, My wife, My boys, Rick, Mike, Steve, Killer, Will
'Path: Anywhere
Above words are part of Tab One in the program
You deserve a look at the finished product you have helped build. Will only post part of the code, judging by the massive if statement included:
'Application: Lyrical Content Reader Software
'Licensed To: Shunji Moriwaki
'Programmer: Dököll Solutions, Inc.
'Date: 01/31/07
'Time: 15:45 AM
'Credits: Prof. Roger Uvyn, My wife, My boys, Rick, Mike, Steve, Killer, Will
'Path: Anywhere
Code:
'Load starts here Private Sub Form_Load() AddTo.Visible = True 'Button adding lyrics in GetItGood.Visible = False 'Continue button Text2(0).Text = "Sunspots" 'First textbox 'Sunspots Text2(1).Text = "Sunshine" 'Second textbox 'Sunspots Text2(2).Text = "Sunny" 'Sunspots Text2(3).Text = "Sundown" 'Sunspots Text2(4).Text = "Sunset" 'Sun Text2(5).Text = "Sun" 'Sunbeam Text2(6).Text = "Sunbeam" 'Sunlight Text2(7).Text = "Sunlight" 'Sunspot Text2(8).Text = "Sunspot" 'Rainy Text2(9).Text = "Rainy" 'Rain Text2(10).Text = "Rain" 'Raining Text2(11).Text = "Raining" 'Rained Text2(12).Text = "Rained" 'Rains Text2(15).Text = "Rains" 'Rainfall Text2(19).Text = "Rainfall"
Comment