User Profile

Collapse

Profile Sidebar

Collapse
CollegeStud
CollegeStud
Last Activity: Dec 4 '20, 11:16 AM
Joined: Dec 4 '20
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CollegeStud
    replied to ComboBox And Panel
    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
    ...
    See more | Go to post

    Leave a comment:


  • CollegeStud
    started a topic ComboBox And Panel

    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...
    See more | Go to post
No activity results to display
Show More
Working...