Well... timeshifter you are close enough... you gave me that hint of the keyword "Load"
However the prompt I get for the format is ....
I enter:Code:Load(Object As Object)
VB Code:
Private Sub Command1_Click() Static intCount As Integer intCount = intCount + 1 Load (Label1(intUCount) As Label) End Sub
I get an error with "As"
The error is:
I get an error with your code too... at "+"Code:Expected: list seperator or )
For the "+" the error is:
Code:Expected: List Seperator





Reply With Quote