You haven't specified it, but it sounds like a Winforms app.

You also haven't mentioned what control you are using in the squares,
but it sounds like a textbox.

On Jan 22, 10:51 am, TeeVeeLe <[email protected]> wrote:
> I have a panel with 120 single character text boxes I placed on the
> form. This will eventually make a cross word puzzle. I want to be able
> to customize which squares will disappear to make the different words.
> I created a double click event and made the control disabled so
> nothing can be typed in it. I would like an efficient way to do this
> to all 120 controls. I already iterate through the collection when I
> click a button and compare it to letters that might be in the
> crossword but I am not sure how to do it with a double click on a
> specific control within the panel. Any suggestions?
>
> Thanks in advance,
>
> Thomas

Reply via email to