Hi Group,
I am working on an Activex control (In MFC), my client want a toolbar
on almost every UI screen with some changes.
I am thinking of developing a generic control for this task so that it
can be customize and included in the various UI screens. I have done it
in C#/ASP.NET; I am new to this environment so want some suggestions on
this.
Please let me know your views on following Issues.
1. How to develop such a control? It there any readymade control
provided for this? Is custom control provided with VC ++is useful for
this?
2. Is it possible to keep it global and add this control on other UI
pages (The correct OO way to do it :) ) or is it better to develop
separate control for each page.
If someone has already done some similar work then the tips will be
really helpful.
Also please let me know if there are any links which deals with this
issue.
Waiting eagerly for your responses,
Thank You,
Anup Daware