I have a program that needs to have controls identified as a two deminsional array. An example is a BINGO card where each number on the card is a text or label control and has an name ID of a row and a column...much like cells in Excel. Can this be done? I can nwork around it and program it in a funky fashion, but it will not be eloquent with For..Next loops.
Second. I have a frmMain screen for startup. This gets a list of who is attending the Bingo game. When I call the BINGO form from the main form, it spends several seconds generating a bingo card full of controls for each player at the game. Can I generate the person's bingo card in the background while I am in the Main form adding to people to the game as they sign in? Then just turn form to visible when I call it. What will this do to memory, performance, etc.?
Second. I have a frmMain screen for startup. This gets a list of who is attending the Bingo game. When I call the BINGO form from the main form, it spends several seconds generating a bingo card full of controls for each player at the game. Can I generate the person's bingo card in the background while I am in the Main form adding to people to the game as they sign in? Then just turn form to visible when I call it. What will this do to memory, performance, etc.?