April 21st, 1999, 08:30 AM
Some ideas how to program with MFC/win32 an iterface like the tab control in 3d studio Max?
|
Click to See Complete Forum and Search --> : Interface like 3ds Max April 21st, 1999, 08:30 AM Some ideas how to program with MFC/win32 an iterface like the tab control in 3d studio Max? Hexie April 21st, 1999, 09:55 AM 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! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |