mooman_fl
Centurion
I finally ran into something I couldn't translate easily. Maybe one of you can help.
Never seen the "as" keyword used that way in C# before and not sure quite what to do with in in VB
Code:
EXListViewItem lstvItem = this.GetItemAt(e.X, e.Y) as EXListViewItem;
Never seen the "as" keyword used that way in C# before and not sure quite what to do with in in VB