Grouping and Working with Windows Form Components
Hi,
I've got a question regarding grouping and working with form components. Is it possible to, say, group 3 buttons under a common group (e.g. btnGroup1).
Secondly if the above were possible, could I work the buttons as a group? Currently I would be able to do this, btnTest.Show() for an individual button. Would I be able to do the same for a button group?
Last but not least, supposingly I want to reduce the number of forms used, could I use the same logic as Macromedia Flash where various components are displayed as a frame?
Thanks