Overload resolution failed because no accessible 'Add' accepts this number of arguments. Errors in RED!
VB Code:
[COLOR=RED] LvItem.SubItems.Add[/COLOR] = "X" [COLOR=RED] LvItem.SubItems.Add[/COLOR] = int2 [COLOR=RED] LvItem.SubItems.Add[/COLOR] = ("=") [COLOR=RED] LvItem.SubItems.Add[/COLOR]= (int1 * int2)




Reply With Quote