Groups | Blog | Home
all groups > dotnet general > july 2004 >

dotnet general : what in for vb.net....


Supra
7/28/2004 8:40:02 PM
in vb 6:
listbox1.listcount
listbox1.listindex

checkbox1.value =1
but what in vb.net?
regards
Supra
7/29/2004 1:17:38 PM
thank jon..







[quoted text, click to view]
Cor Ligthert
7/29/2004 1:52:53 PM
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

Jon Skeet [C# MVP]
7/29/2004 2:05:01 PM
[quoted text, click to view]

Have a look at ListBox.Items.Count and ListBox.SelectedIndex.

[quoted text, click to view]

Have a look at CheckBox.Checked.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
Scott M.
8/14/2004 11:32:10 PM
listbox.items.count
listbox.selectedItemIndex
checkbox.value=true


[quoted text, click to view]

Supra
8/15/2004 10:10:02 AM
thank. i got from other guys.

[quoted text, click to view]
AddThis Social Bookmark Button