Interview Question in Visual Studio 2008
Interview Question :: Custom Controls in VB.net |
I am working in Visual Studio 2008 (VB.Net) on a Bingo game for my wife. The game will have 18 faces (individual bingo cards) and I am using individual labels (25 per face) and writing the label value from arrays of random numbers. This is great but, the individual naming of all the labels gets to be a bit tedious after a while. IE f1_bp1, f1_bp2 where f1 means face 1 and bp1 and 2 would be B row Position 1 and 2.
My question is this, is there a way that I can take my first finished card and make it into a custom control and then just add 18 of them onto my form, perhaps loading the labels with a couple arrays? Any help would be great, as I've been promising her this for 6 months now. |
|
|
|

Loading ...