Thread: Dynamic GUI
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_36_] Mark[_36_] is offline
external usenet poster
 
Posts: 39
Default Dynamic GUI

Hi NG

This is a kind of newbie question.

I have a GUI which contain a multipage widget.
Each page can be accesed by clicking on a tab.

Here is the deal. From some source of data (XML) i get some categories. I
want to create a tab for each category in the multipage widget. I.e. the
number of tabs are determined at "run-time".

I am a bit stuck on this one e.g. how to dynamically create the callbacks
and so on.

Any pointers would be appreciated.

Mark