[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | Microsoft Visual C++ bug reports and kits |
Notice: | Register in Topic 2. 5.Last for latest Kit |
Moderator: | DECWET::THOMAS N |
|
Created: | Tue May 17 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 521 |
Total number of notes: | 2938 |
508.0. "How to Create a GUI like MSDEV using VC++ 1.52" by IBIS3::TALLURI () Fri May 02 1997 12:03
How to create a GUI that looks similar to MSDEV environment using
V++ C1.52
The specs are like this: Create a Frame with a view in it. Put a
vertical Splitter On to the left load a list of "thumb Nails" with a
scrollbar. On to the right create 'N' number of windows to hold images
corresponding to the thumb nails on the left.
This requirement has both of qualities of SDI and MDI. The reasons are:
1.There is only one Frame (SDI) 2 There is only One View. (SDI) 3
There are multiple windows to hold different images. (MDI) 4 Each
image will be a data entity. (MDI)
As a whole this looks like a MSDEV Studio environment where we see a
tree control on to the left and a whole bunch of source windows on to
the right.
I absolutely don't have any clue on how to create such an application
using MFC 1.52
Any help will be greatly appreciated.
T.R | Title | User | Personal Name | Date | Lines
|
---|