|
-
April 21st, 1999, 08:30 AM
#1
Interface like 3ds Max
Some ideas how to program with MFC/win32 an iterface like the tab control in 3d studio Max?
-
April 21st, 1999, 09:55 AM
#2
Re: Interface like 3ds 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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|