how to run this codesolve me the errors in picturePublic Class Form1 ''Double click the form and write below code Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load ''Create an array of string type for country names (sample names) Dim countryNames As String() = { "Afghanistan", "Albania", "Algeria", "Andorra", "Angola", "Artigua", "Antarctica", "Argentina", "Armenia", "Australia" } ''Add countryNames to the countryListBox countryListBox.Items.AddRange(countryNames) End SubEnd Class
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here