Hi.
Here is an example of something I want to create graphically:
Now I think I can handle the content (i.e. get a datagrid and populate it ) but want im after is information on how I would create the item. It needs to have the little button in the right to collapse and expand the 'mini-form', it needs to have the heading (table name) and it needs to be drag-able.
Another criteria is this has to be able to go into a form... specifically PART of a form (so im not sure if i can inherit from the windows form class as i only know of normal forms and mdi forms, not something inbetween!).
So how do I go about doing soemthing like this? Ive created user controls before, but only ones made up of a cluster of common controls -> never something that looks this unique.
Anyone got any pointers... I obviously dont expect someone to create the code etc, but just a point in the right direction... maybe some links or small code examples etc.
Thanks in advance.
Here is an example of something I want to create graphically:
Now I think I can handle the content (i.e. get a datagrid and populate it ) but want im after is information on how I would create the item. It needs to have the little button in the right to collapse and expand the 'mini-form', it needs to have the heading (table name) and it needs to be drag-able.
Another criteria is this has to be able to go into a form... specifically PART of a form (so im not sure if i can inherit from the windows form class as i only know of normal forms and mdi forms, not something inbetween!).
So how do I go about doing soemthing like this? Ive created user controls before, but only ones made up of a cluster of common controls -> never something that looks this unique.
Anyone got any pointers... I obviously dont expect someone to create the code etc, but just a point in the right direction... maybe some links or small code examples etc.
Thanks in advance.