Carry On - F.U.N. Rock 4.17 What Hurts the Most-Rascal Flatts Country 5.25 Touch it-Busta Rhymes Rap 5.46 My Girl-Temptations R&B 4.35 What you know?-T.I. Rap 4.30 Stairway to Heaven-Led Zeppelin Rock...

1 answer below »
Use Visual Studios or equvel


Carry On - F.U.N. Rock 4.17 What Hurts the Most-Rascal Flatts Country 5.25 Touch it-Busta Rhymes Rap 5.46 My Girl-Temptations R&B 4.35 What you know?-T.I. Rap 4.30 Stairway to Heaven-Led Zeppelin Rock 6.12 Jesus take the Wheel-Carrie Underwood Country 3.45 Surfin USA-Beach Boys Rock 3.56 Popping my Collar-Three 6 Mafia Rap 3.32 Love-Keyshia Cole R&B 5.09 The Twist-Chubby Checker Rock 4.50 Every Breath You Take-Police Rock 4.24 Honky Tonk Badonkadonk-Trace Adkins Country 3.57 What I Need-Ray J R&B 3.32 Run it-Chris Brown R&B 4.11 Photograph-Nickelback Rock 4.22 Good Luck Charm-Jagged Edge R&B 3.58 Girl-Paul Wall Rap 4.26 Fresh Azimiz-Bow Wow Rap 4.27 Bless the Broken Road-Rascal Flatts Country 3.38 Tonight I wonna Cry-Keith Urban Country 4.18 Don't Cha-Pussycat dolls R&B 4.37 One Wish-Ray J R&B 4.01 In my Mind-Heather Headley R&B 4.04 Because of You-Kelly Clarkson Pop 3.44 Shake that Laffy Taffy-D4L Rap 3.59 Lean wit it, Rock wit it-Dem Franchize Boyz Rap 4.24 Ridin'-Chamillionaire Rap 4.02 Hips Don't lie-Shakira Pop 3.39 So Sick-Ne-Yo R&B 3.32 Feel Good-Gorillaz Rock 4.09 Hypnotize-System of a Down Rock 3.50 Bring me to life-Evanescence Rock 4.15 Wake me up when September Ends-Green Day Rock 5.03 Helena-My Chemical Romance Rock 3.29 Dirty Little Secret-The All-American Rejects Pop 3.18 Hollaback girl-Gwen Stefani Pop 3.31 Thriller-Michael Jackson Pop 4.22 My Happy Ending-Avril Lavigne Pop 4.01 Hero-Mariah Carey Pop 4.24 Don't Forget about Us-Mariah Carey Pop 3.54 We belong Together-Mariah Carey Pop 3.23 Your Man-Josh Turner country 3.30 Concrete Angel-Martina Mcbride Country 3.57 Must be Doin' Somethin' right-Billy Currington Country 4.12 Miss me Baby-Chris Cagle Country 3.52 Boondocks-Little Big town Country 4.06 Just Might (make me believe)-Sugarland Country 4.01 Nobody but Me-Blake Shelton Country 2.36 Break Down Here-Julie Roberts Country 4.17 Be without You-Mary J. Blige R&B 4.06 Hotel California-Eagles Rock 4.27 Robot to Walk Around Chair Visual Basic Assignment 6 Instructions Case Programming Assignment Dance Band (40 points) 1. As stated on p. 520, design and code an application that will open a text file and allow the user to select items from this file and view them in various ways. You must use arrays and loops for this assignment. You must use MODAL form generation for this assignment. 2. Download a second APPROPRIATE image to EMBED in the project. Set a timer on the opening form to change the picture box to the second image after 5 seconds. The opening form should look similar to the following screen shot. The second form should look like the following: 3. Add the following to the solution: a. Turn Option Strict “On” b. Be sure to name all objects and variables with the correct prefixes (See Appendix B of the book.) c. Arrays to hold data read from the text file should be initialized as Class level arrays. Hint: there are 51 titles in the songs.txt file. Either set the arrays to this number or make use of EOF and COUNT. d. The songs.txt file you will need is included in the folder with these instructions. To make sure the songs.txt file is available for grading and while you work on the project, copy it to your project Debug folder and refer to it in your code as “songs.txt” (without a drive letter.) e. Use a button to generate/display the genre list. (The button in the example above has text: Show Music List.) If there is no genre selected, display an appropriate message and exit sub. f. Form 2: for the sort button the SORT should be done on an array, NOT the list box. An executable of the completed solution is in the Assign 06_Dance Band folder. Run the executable and view the rubric to see how your solution must work. Use the ASSIGNMENT link in BlackBoard to attach/submit your zipped SOLUTION folder. Assign 06 - Dance Band   Levels of Achievement Criteria Deductions Total possible points 40 to 40 points This assignment is worth 40 points Late penalty -40 to 0 points Within one week of deadline = -20 Over one week from deadline = -40 All - Housekeeping -4 to 0 points OPTION STRICT ON. (1 pt) Variables declared of proper type and number. (1 pt) Variable and Control names descriptive/standard pre�x. (1 pt) Class-level arrays to hold text �le data. (1 pt) MENU STRIP -8 to 0 points - Menu strip is used. (1 pt) - Menu options include: File (1) - Sub-menu options include: Display Song Set, Clear, Exit (1 pt) - Display Song Set: Hides �rst form, displays second form (2 pt) - Clear: Clears and resets the �rst form object (2 pt) - Exit: Closes the application (1 pt) Application Open -7 to 0 points - Form 1 is open in MODAL mode (1) - Form 1 Includes a drop-down list of music genres. (1 pt) - Timer enabled and changes image after 5 seconds (1 pt) - "Songs.txt" is read and values stored in appropriate arrays. (2 pt) - If "songs.txt" cannot be read, error message pops up to indicate missing �le. (2) Form 1 - Genre Choice -5 to 0 points - Button created to display music list for chosen genre (1 pt) - If a genre IS NOT chosen when the display button is clicked, an appropriate message appears and exit sub. (2 pt) - If a genre IS chosen when the display button is clicked, display all song information in the list box for that genre. (2 pt) Form 2 - Open -8 to 0 points - Form 1 is hidden (1 pt) - All song titles and authors are read from the Form 1 arrays (2 pt) - All song titles and authors are displayed in a list box (2 pt) - Titles are concatenated to author names when displayed (1 pt) - Sort button is enabled (1 pt) - Return to form 1 button is enabled (1 pt) SORT button event -6 to 0 points - List box is cleared (1) - SORT is performed on an array (2) - Titles and author names are concatenated when displayed (1) - Titles and authors match those in the text �le; sort does not mix them up. (2) RETURN TO FORM 1 button event -2 to 0 points - Form 2 is hidden (1 pt) - Form 1 is displayed (1 pt) Name Description Rubric Detail View Associated Items javascript:associationListToggle( ); Print Close Window
Answered Same DayOct 07, 2021

Answer To: Carry On - F.U.N. Rock 4.17 What Hurts the Most-Rascal Flatts Country 5.25 Touch it-Busta Rhymes Rap...

Shweta answered on Oct 11 2021
152 Votes
67772_Solution/DanceBands/.vs/DanceBands/v16/.suo
67772_Solution/DanceBands/.vs/DanceBands/v16/Server/sqlite3/db.lock
67772_Solution/DanceBands/.vs/DanceBands/v16/Server/sqlite3/storage.ide
67772_Solution/DanceBands/DanceBands/App.config




67772_Solution/DanceBands/DanceBands/BAND.jpg
67772_Solution/DanceBands/DanceBands/BAND1.JPG
67772_Solution/DanceBands/DanceBands/bin/Debug/DanceBands.exe
67772_Solution/DanceBands/DanceBands/bin/Debug/DanceBands.exe.config




67772_Solution/DanceBands/DanceBands/bin/Debug/DanceBands.pdb
67772_Solution/DanceBands/DanceBands/bin/Debug/DanceBands.xml



DanceBands



A strongly-typed resource class, for looking up localized strings, etc.


Returns the cached ResourceManager instance used by this class.


Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
67772_Solution/DanceBands/DanceBands/bin/Debug/songs.txt
Carry On - F.U.N.
Rock
4.17
What Hurts the Most-Rascal Flatts
Country
5.2
5
Touch it-Busta Rhymes
Rap
5.46
My Girl-Temptations
R&B
4.35
What you know?-T.I.
Rap
4.30
Stairway to Heaven-Led Zeppelin
Rock
6.12
Jesus take the Wheel-Carrie Underwood
Country
3.45
Surfin USA-Beach Boys
Rock
3.56
Popping my Collar-Three 6 Mafia
Rap
3.32
Love-Keyshia Cole
R&B
5.09
The Twist-Chubby Checker
Rock
4.50
Every Breath You Take-Police
Rock
4.24
Honky Tonk Badonkadonk-Trace Adkins
Country
3.57
What I Need-Ray J
R&B
3.32
Run it-Chris Brown
R&B
4.11
Photograph-Nickelback
Rock
4.22
Good Luck Charm-Jagged Edge
R&B
3.58
Girl-Paul Wall
Rap
4.26
Fresh Azimiz-Bow Wow
Rap
4.27
Bless the Broken Road-Rascal Flatts
Country
3.38
Tonight I wonna Cry-Keith Urban
Country
4.18
Don't Cha-Pussycat dolls
R&B
4.37
One Wish-Ray J
R&B
4.01
In my Mind-Heather Headley
R&B
4.04
Because of You-Kelly Clarkson
Pop
3.44
Shake that Laffy Taffy-D4L
Rap
3.59
Lean wit it, Rock wit it-Dem Franchize Boyz
Rap
4.24
Ridin'-Chamillionaire
Rap
4.02
Hips Don't lie-Shakira
Pop
3.39
So Sick-Ne-Yo
R&B
3.32
Feel Good-Gorillaz
Rock
4.09
Hypnotize-System of a Down
Rock
3.50
Bring me to life-Evanescence
Rock
4.15
Wake me up when September Ends-Green Day
Rock
5.03
Helena-My Chemical Romance
Rock
3.29
Dirty Little Secret-The All-American Rejects
Pop
3.18
Hollaback girl-Gwen Stefani
Pop
3.31
Thriller-Michael Jackson
Pop
4.22
My Happy Ending-Avril Lavigne
Pop
4.01
Hero-Mariah Carey
Pop
4.24
Don't Forget about Us-Mariah Carey
Pop
3.54
We belong Together-Mariah Carey
Pop
3.23
Your Man-Josh Turner
country
3.30
Concrete Angel-Martina Mcbride
Country
3.57
Must be Doin' Somethin' right-Billy Currington
Country
4.12
Miss me Baby-Chris Cagle
Country
3.52
Boondocks-Little Big town
Country
4.06
Just Might (make me believe)-Sugarland
Country
4.01
Nobody but Me-Blake Shelton
Country
2.36
Break Down Here-Julie Roberts
Country
4.17
Be without You-Mary J. Blige
R&B
4.06
Hotel California-Eagles
Rock
4.27
67772_Solution/DanceBands/DanceBands/DanceBands.vbproj



Debug
AnyCPU
{B3C0D398-0BC2-4396-83F7-11176C65FF4F}
WinExe
DanceBands.My.MyApplication
DanceBands
DanceBands
512
WindowsForms
v4.7.2
true
true


AnyCPU
true
full
true
true
bin\Debug\
DanceBands.xml


41999,42016,42017,42018,42019,42020,42021,42022,42032,42036


AnyCPU
pdbonly
false
true
true
bin\Release\
DanceBands.xml


41999,42016,42017,42018,42019,42020,42021,42022,42032,42036


On


Binary


On


On




























Form


Form1.vb
Form


Form2.vb


Form



True
Application.myapp


True
True
Resources.resx


True
Settings.settings
True




Form1.vb


Form2.vb


VbMyResourcesResXFileCodeGenerator
Resources.Designer.vb
My.Resources
Designer




MyApplicationCodeGenerator
Application.Designer.vb


SettingsSingleFileGenerator
My
Settings.Designer.vb








67772_Solution/DanceBands/DanceBands/DanceBands.vbproj.user


ShowAllFiles

67772_Solution/DanceBands/DanceBands/Form1.Designer.vb
_
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
_
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
_
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.DisplaySongToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ClearToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.MenuStrip1.SuspendLayout()
Me.SuspendLayout()
'
'ComboBox1
'
Me.ComboBox1.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(323, 62)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 27)
Me.ComboBox1.Sorted = True
Me.ComboBox1.TabIndex = 0
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Calibri", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label1.Location = New System.Drawing.Point(285, 26)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(231, 33)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Select Music Genre"
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(320, 95)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(124, 28)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Show Music List"
Me.Button1.UseVisualStyleBackColor = True
'
'ListBox1
'
Me.ListBox1.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.HorizontalScrollbar = True
Me.ListBox1.ItemHeight = 19
Me.ListBox1.Location = New System.Drawing.Point(52, 141)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(295, 289)
Me.ListBox1.TabIndex = 3
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(407, 141)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(288, 280)
Me.PictureBox1.TabIndex = 4
Me.PictureBox1.TabStop = False
'
'MenuStrip1
'
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem})
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
Me.MenuStrip1.Name = "MenuStrip1"
Me.MenuStrip1.Size = New System.Drawing.Size(734, 26)
Me.MenuStrip1.TabIndex = 5
Me.MenuStrip1.Text = "MenuStrip1"
'
'FileToolStripMenuItem
'
Me.FileToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DisplaySongToolStripMenuItem, Me.ClearToolStripMenuItem, Me.ExitToolStripMenuItem})
Me.FileToolStripMenuItem.Font = New System.Drawing.Font("Calibri", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem"
Me.FileToolStripMenuItem.Size = New System.Drawing.Size(43, 22)
Me.FileToolStripMenuItem.Text = "File"
'
'DisplaySongToolStripMenuItem
'
Me.DisplaySongToolStripMenuItem.Name = "DisplaySongToolStripMenuItem"
Me.DisplaySongToolStripMenuItem.Size = New System.Drawing.Size(166, 22)
Me.DisplaySongToolStripMenuItem.Text = "Display Song List"
'
'ClearToolStripMenuItem
'
Me.ClearToolStripMenuItem.Name = "ClearToolStripMenuItem"
Me.ClearToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ClearToolStripMenuItem.Text = "Clear"
'
'ExitToolStripMenuItem
'
Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
Me.ExitToolStripMenuItem.Text = "Exit"
'
'Timer1
'
'
'Form1
'
Me.AutoScaleDimensions = New...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here