Hi,
Im making a program to make it easier to create ASCII art.
I need to have lots of text boxes that will display a character.
I tried creating a control array and when i run the program this is the error i get:
Compile Error
Procedure decleration does not match description of event or procedure having the same name.
The data that goes into the text box does come from a combo box.
Im making a program to make it easier to create ASCII art.
I need to have lots of text boxes that will display a character.
I tried creating a control array and when i run the program this is the error i get:
Compile Error
Procedure decleration does not match description of event or procedure having the same name.
The data that goes into the text box does come from a combo box.
Comment