C
Connor T
Hi,
I have a form which is dynamically generated from the contents of a Database
using commands such as this:
hostform.Controls.Add(aRadio)
However, that adds the control to the top level window. I want to add them
to a panel i've created so that can do the scrolling
Any ideas?
Rgds,
Dan
I have a form which is dynamically generated from the contents of a Database
using commands such as this:
hostform.Controls.Add(aRadio)
However, that adds the control to the top level window. I want to add them
to a panel i've created so that can do the scrolling
Any ideas?
Rgds,
Dan