Please teach me how can i declared it.
here is my full command.
<Global.Microso ft.VisualBasic. CompilerService s.DesignerGener ated()> _
Partial Class Form1
Inherits System.Windows. Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnos tics.DebuggerNo nUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
...
User Profile
Collapse
-
listbox undeclared.
I KEEP GETTING THIS ERROR
ListBox1 clear undeclared
please kindly look through my coding.
Private Sub Button6_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button6.Click
Dim X As Integer
Dim Y As Integer
Dim multiplication As Integer
X = CInt(TextBox1.T ext)
Y = CInt(TextBox2.T ext)...
No activity results to display
Show More
Leave a comment: