1st grade faculty of computer science n00b
-
hi everyone.. while working and not going to faculty this year, i want to create a c++ project with mfc to refresh my c++ memory. i would like to create a multiple richedit document view with splitter window and the listview/window explorer view on the left... all i want to know at the moment is, how to start creating a project like that? should i do mfc app wizard with richeditview and then try to add explorer view on the left? if so, how should i do that? help me out.. i'm lost. thanks to all. awesome site btw regards ;)
-
hi everyone.. while working and not going to faculty this year, i want to create a c++ project with mfc to refresh my c++ memory. i would like to create a multiple richedit document view with splitter window and the listview/window explorer view on the left... all i want to know at the moment is, how to start creating a project like that? should i do mfc app wizard with richeditview and then try to add explorer view on the left? if so, how should i do that? help me out.. i'm lost. thanks to all. awesome site btw regards ;)
You didn't say which version of VC you have, but in v6 the AppWizard can make a splitter with a tree on the left for you. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
-
You didn't say which version of VC you have, but in v6 the AppWizard can make a splitter with a tree on the left for you. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.
-
well.. i have vc++ 6.0 and when going thru wizard, i just know, it asks me, how do i want my application to look. mfc or explorer style. and if i do explorer style, how to change the main view then to richedit box? thanks.
On the last page of the wizard, you can choose the base class for your view. That's where you'd set it as
CRichEditView
. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- Kosh reminded me of some of the prima-donna programmers I've worked with. Knew everything but when you asked them a question; never gave you a straight answer. -- Michael P. Butler in the Lounge