Control Array Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leader51
    New Member
    • Oct 2007
    • 1

    Control Array Help

    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.
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    It looks like you have 2 functions called by the same name.
    When you get such an error - code should bring you to problem area.

    Good Luck.

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Why not use the MS Flex Grid Control..?
      Set the RowHeight/ColWidth , Rows, Cols, and Load the Info into the grid..

      REgards
      Veena

      Comment

      Working...