S Supra Jul 28, 2004 #1 in vb 6: listbox1.listcount listbox1.listindex checkbox1.value =1 but what in vb.net? regards
C Cor Ligthert Jul 29, 2004 #2 Supra, This is no VB6 newsgroup when you have upgrade problems there is the newsgroup. microsoft.public.dotnet.languages.vb.upgrade. Otherwise ask what you want to archive a lot of people have none, less or very old VB6 expirience. When you ask what you want to archieve mostly it is easy to give an answer. Cor
Supra, This is no VB6 newsgroup when you have upgrade problems there is the newsgroup. microsoft.public.dotnet.languages.vb.upgrade. Otherwise ask what you want to archive a lot of people have none, less or very old VB6 expirience. When you ask what you want to archieve mostly it is easy to give an answer. Cor
J Jon Skeet [C# MVP] Jul 29, 2004 #3 Supra said: in vb 6: listbox1.listcount listbox1.listindex Click to expand... Have a look at ListBox.Items.Count and ListBox.SelectedIndex. checkbox1.value =1 but what in vb.net? Click to expand... Have a look at CheckBox.Checked.
Supra said: in vb 6: listbox1.listcount listbox1.listindex Click to expand... Have a look at ListBox.Items.Count and ListBox.SelectedIndex. checkbox1.value =1 but what in vb.net? Click to expand... Have a look at CheckBox.Checked.
S Supra Jul 29, 2004 #4 thank jon.. Have a look at ListBox.Items.Count and ListBox.SelectedIndex. Have a look at CheckBox.Checked. Click to expand...
thank jon.. Have a look at ListBox.Items.Count and ListBox.SelectedIndex. Have a look at CheckBox.Checked. Click to expand...
S Supra Aug 15, 2004 #6 thank. i got from other guys. listbox.items.count listbox.selectedItemIndex checkbox.value=true Click to expand...
thank. i got from other guys. listbox.items.count listbox.selectedItemIndex checkbox.value=true Click to expand...