What do I add to the code (which is part of a class) below...
So that when I'm coding in my main program and I type the following...Code:Public Score(0 To 4, 0 To MaxStudentCount) As String
VB's intellisense will pop up and suggest something other than....Code:Course.Student(i).Score(
How do I add the "suggestion"?Code:Score(,) As String
I'd like to see something more likeCode:Score(Quarter as integer, GradeIndex as integer) As String




Reply With Quote