I'm on a process to build a new application which will have left menu and corresponding screens for each button. You can say a Vertical tab like interface. For a more clear picture I have prepared a simple layout using resource editor which has been attached.
Now what would be the good approach to do it? Currently I'm following simple way to do this ie: One main dialog which owns all left menu buttons and show/hide child dialogs for each button within right area.
Do note that I will apply background images on dialog and buttons so that my application gets a nice GUI.
Now what would be the good approach to do it? Currently I'm following simple way to do this ie: One main dialog which owns all left menu buttons and show/hide child dialogs for each button within right area.
Do note that I will apply background images on dialog and buttons so that my application gets a nice GUI.