Hi, On 2/12/08, Anthony Bargnesi <[EMAIL PROTECTED]> wrote: Toufeeq, > > I\\\\\\\'m not sure why you would want to dynamically read a library to > display instances of a window. You said that > you will pull this information at runtime, then why not just use datasets.
The reason why I\'m using datasets for window-data is because each window might have a different set of controls associated with each. That is defined in the imported library. What I\'m trying to do is something like widgets which are displayed in a main window. The number of widgets are unknown when I writing the main-window but are instantiated based on what the user has selected. If the user has selected widget 1,4,5 (for example) the information is pulled in to a dataset and based on the selected widgets the corresponding widgets are instantiated. I guess with the above requirement I can go with a \"hard-coded\" windowing approach as the controls which make up each child-window are unknown. Hope I\'m clear on the requirement. Regards, Toufeeq
