Answer:
Public Class Form1
Private Sub ColorListComboB ox_SelectedInde xChanged(ByVal sender As System.Object, ByVal e As System.EventArg s) Handles ColorListComboB ox.SelectedInde xChanged
End Sub
Private Sub Selectbtn_Click (ByVal sender As System.Object, ByVal e As System.EventArg s) Handles Selectbtn.Click
Select Case ColorListComboB ox.SelectedInde x
Case 0
...
User Profile
Collapse
Profile Sidebar
Collapse
CollegeStud
Last Activity: Dec 4 '20, 11:16 AM
Joined: Dec 4 '20
Location:
-
ComboBox And Panel
Hello, I am making an application where You will select a color from a combo box and after pressing select button it would show what "Inside Out" Movie character you are. The Characters are in 5 Different hidden panels.
My problem is that it's showing this error:
Error 2 Operator '=' is not defined for types 'System.Windows .Forms.ComboBox ' and 'Integer'
How should I make this?
Here's my Code...
No activity results to display
Show More
Leave a comment: