C
Chris
Hi,
Is there a way to have a form as a control? Here's what I want to do:
I have a datagrid which displays various information. However, I want to
use it in multiple locations within the same application. Instead of
creating an instance of the grid and linking up the same data on each form,
I want to have a "floating" form which contains my grid in my application.
When a new form needs this grid, I would, say, take the form (with the grid)
and add it to a panel as a child control ... does this work?
Is this even a good approach? Any examples?
Thanks in advance,
Chris
Is there a way to have a form as a control? Here's what I want to do:
I have a datagrid which displays various information. However, I want to
use it in multiple locations within the same application. Instead of
creating an instance of the grid and linking up the same data on each form,
I want to have a "floating" form which contains my grid in my application.
When a new form needs this grid, I would, say, take the form (with the grid)
and add it to a panel as a child control ... does this work?
Is this even a good approach? Any examples?
Thanks in advance,
Chris