Click here to Skip to main content
16,005,467 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capture Hidden Window's contents into an HBITMAP/HDC Pin
ohadp24-Nov-03 3:53
ohadp24-Nov-03 3:53 
QuestionHow do you enable column drag-drop in a CListView? Pin
Abin23-Nov-03 2:57
Abin23-Nov-03 2:57 
AnswerRe: How do you enable column drag-drop in a CListView? Pin
Michael Dunn23-Nov-03 8:48
sitebuilderMichael Dunn23-Nov-03 8:48 
GeneralRe: How do you enable column drag-drop in a CListView? Pin
Abin23-Nov-03 13:45
Abin23-Nov-03 13:45 
GeneralTask pane Pin
programmi.demo23-Nov-03 2:55
programmi.demo23-Nov-03 2:55 
GeneralRe: Task pane Pin
BaldwinMartin23-Nov-03 16:47
BaldwinMartin23-Nov-03 16:47 
GeneralRe: Task pane Pin
programmi.demo23-Nov-03 23:56
programmi.demo23-Nov-03 23:56 
GeneralRe: Task pane Pin
BaldwinMartin24-Nov-03 0:49
BaldwinMartin24-Nov-03 0:49 
Yes Indeed that is a tree control.
Try this

Start a new application in VC5 or later.
Step 1 of 6 Select SDI
Step 2 of 6 Select none
Step 3 of 6 Select none
Step 4 of 6 Leave as is
Step 5 of 6 Select Windows Explorer // here it
Step 6 of 6 Select CListView


Application type of test:
Single Document Interface Application targeting:
Win32

Classes to be created:
Application: CTestApp in test.h and test.cpp
Frame: CMainFrame in MainFrm.h and MainFrm.cpp
Document: CTestDoc in testDoc.h and testDoc.cpp
ListView: CTestView in testView.h and testView.cpp // see here
LeftView: CLeftView in LeftView.h and LeftView.cpp // see here

Features:
+ Initial toolbar in main frame
+ Initial status bar in main frame
+ Printing and Print Preview support in view
+ 3D Controls
+ Uses shared DLL implementation (MFC42.DLL)
+ ActiveX Controls support enabled
+ Localizable text in:
English [United States]

Be carful while expermenting as it can get strange in a hurry.


Best Wishes,
ez_way
GeneralRe: Task pane Pin
G Haranadh26-Oct-10 21:40
G Haranadh26-Oct-10 21:40 
GeneralDisappearing images Pin
Killen23-Nov-03 2:34
Killen23-Nov-03 2:34 
GeneralRe: Disappearing images Pin
Ivor S. Sargoytchev23-Nov-03 5:40
Ivor S. Sargoytchev23-Nov-03 5:40 
GeneralRe: Disappearing images Pin
Killen23-Nov-03 8:24
Killen23-Nov-03 8:24 
GeneralRe: Disappearing images Pin
Terry O'Nolley23-Nov-03 5:47
Terry O'Nolley23-Nov-03 5:47 
GeneralRe: Disappearing images Pin
bnn3nasdfasdfa23-Nov-03 12:24
bnn3nasdfasdfa23-Nov-03 12:24 
GeneralRe: Disappearing images Pin
Killen23-Nov-03 21:38
Killen23-Nov-03 21:38 
GeneralVisual C++ 6.0 and backup files Pin
Chris Hills23-Nov-03 1:44
Chris Hills23-Nov-03 1:44 
GeneralRe: Visual C++ 6.0 and backup files Pin
Stefan Pedersen23-Nov-03 5:31
Stefan Pedersen23-Nov-03 5:31 
GeneralRe: Visual C++ 6.0 and backup files Pin
Bo Hunter23-Nov-03 8:57
Bo Hunter23-Nov-03 8:57 
Generallist directorys in c:\\ Pin
thes3cr3t123-Nov-03 0:10
thes3cr3t123-Nov-03 0:10 
GeneralRe: list directorys in c:\\ Pin
Mukkie23-Nov-03 0:28
Mukkie23-Nov-03 0:28 
GeneralRe: list directorys in c:\\ Pin
thes3cr3t123-Nov-03 3:42
thes3cr3t123-Nov-03 3:42 
QuestionHow to resize components in a dialog. Pin
d00_ape22-Nov-03 23:56
sussd00_ape22-Nov-03 23:56 
AnswerRe: How to resize components in a dialog. Pin
Peter Molnar23-Nov-03 1:02
Peter Molnar23-Nov-03 1:02 
QuestionRelease and debug mixed? Pin
Mukkie22-Nov-03 22:52
Mukkie22-Nov-03 22:52 
AnswerRe: Release and debug mixed? Pin
John R. Shaw23-Nov-03 14:54
John R. Shaw23-Nov-03 14:54 

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.