private void list_SelectedIndexChanged(object sender, System.EventArgs e)
{
int itemindex=list.FocusedItem.Tag; (this throws the exception)
...
...
...
...
...
}
NullReferenceException is throwed!
What's wrong with this code?
Thanks
Stefan
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |