Click here to Skip to main content
15,920,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Moving class files from C++ to VC++ Pin
oRion19-Sep-02 3:35
oRion19-Sep-02 3:35 
QuestionWhere to place handler? CView/CDoc/Mainfrm? Pin
oRion17-Sep-02 22:31
oRion17-Sep-02 22:31 
AnswerRe: Where to place handler? CView/CDoc/Mainfrm? Pin
[James Pullicino]17-Sep-02 22:48
[James Pullicino]17-Sep-02 22:48 
AnswerRe: Where to place handler? CView/CDoc/Mainfrm? Pin
jhwurmbach17-Sep-02 22:55
jhwurmbach17-Sep-02 22:55 
GeneralRe: Where to place handler? CView/CDoc/Mainfrm? Pin
oRion18-Sep-02 4:56
oRion18-Sep-02 4:56 
GeneralRe: Where to place handler? CView/CDoc/Mainfrm? Pin
jhwurmbach18-Sep-02 5:25
jhwurmbach18-Sep-02 5:25 
QuestionHow to create Tree Control in leftview of SDI ?? Pin
HiOctane17-Sep-02 22:01
HiOctane17-Sep-02 22:01 
AnswerRe: How to create Tree Control in leftview of SDI ?? Pin
[James Pullicino]17-Sep-02 22:54
[James Pullicino]17-Sep-02 22:54 
Since you are working in an SDI environment, I am assuming that you have a splitter pane, and that yout left view is the left pane.

A splitter pane is contained and created in your MainFrame class, probably in OnCreateClient(). Locate the code and find the section which creates the views. With some work you can replace the current left view (which is probably a CView) with a class derived from CTreeView.

An easier approach is to use ClassWizard to generate an 'Explorer Style' application. You can also do this to study the code which class wizard generates and then modify your current application.

--James Pullicino

Drinking In The Sun
Forgot Password?
GeneralAssigning values to LPCWSTR Pin
abhinarulkar17-Sep-02 21:40
abhinarulkar17-Sep-02 21:40 
GeneralRe: Assigning values to LPCWSTR Pin
includeh1017-Sep-02 21:52
includeh1017-Sep-02 21:52 
GeneralRe: Assigning values to LPCWSTR Pin
Stephane Rodriguez.17-Sep-02 22:00
Stephane Rodriguez.17-Sep-02 22:00 
GeneralRe: Assigning values to LPCWSTR Pin
Anonymous17-Sep-02 22:07
Anonymous17-Sep-02 22:07 
GeneralClipboard & Lines :: MFC Pin
valikac17-Sep-02 21:12
valikac17-Sep-02 21:12 
GeneralRe: Clipboard & Lines :: MFC Pin
Steve S17-Sep-02 21:24
Steve S17-Sep-02 21:24 
GeneralRe: Clipboard & Lines :: MFC Pin
includeh1017-Sep-02 21:23
includeh1017-Sep-02 21:23 
GeneralRe: Clipboard & Lines :: MFC Pin
valikac18-Sep-02 4:37
valikac18-Sep-02 4:37 
Questionwhat is wrong with my thread? help Pin
includeh1017-Sep-02 21:11
includeh1017-Sep-02 21:11 
AnswerRe: what is wrong with my thread? help Pin
valikac17-Sep-02 21:17
valikac17-Sep-02 21:17 
GeneralRe: what is wrong with my thread? help Pin
Steve S17-Sep-02 21:27
Steve S17-Sep-02 21:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.