Some ideas how to program with MFC/win32 an iterface like the tab control in 3d studio Max?
Printable View
Some ideas how to program with MFC/win32 an iterface like the tab control in 3d studio Max?
I have created a scrolling interface like 3DS Max in VB. It is in use on a commercial project at www.solipistic.com. It is called the ThemeSurfer.
Here is what you do:
Place a standard picture box inside a frame. The frame is you viewport size.
The picture box acts as a container for other controls. Draw other controls in side the picture box. Then make the picture box very long. The frame object controls the viewable window. All you have to do is adjust the Top location of the picture box and you have a scrollable sytle dialog!