Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows Service Pin
Navin14-Jun-04 4:28
Navin14-Jun-04 4:28 
QuestionUML-diagram program in VS.NET? Pin
anderslundsgard14-Jun-04 1:49
anderslundsgard14-Jun-04 1:49 
AnswerRe: UML-diagram program in VS.NET? Pin
toxcct14-Jun-04 3:53
toxcct14-Jun-04 3:53 
AnswerRe: UML-diagram program in VS.NET? Pin
Trollslayer14-Jun-04 4:13
mentorTrollslayer14-Jun-04 4:13 
GeneralRe: UML-diagram program in VS.NET? Pin
anderslundsgard14-Jun-04 21:17
anderslundsgard14-Jun-04 21:17 
GeneralMouse Move Event in Win CE Pin
S.DARWIN PAUL RAJ14-Jun-04 1:48
S.DARWIN PAUL RAJ14-Jun-04 1:48 
Generalwindows explorer Pin
kpatry14-Jun-04 1:28
kpatry14-Jun-04 1:28 
GeneralRe: windows explorer Pin
David Crow14-Jun-04 3:12
David Crow14-Jun-04 3:12 
The left pane needs to be a CTreeView, and the right pane needs to be a CListView. I assume you've gotten at least that far.

The item(s) in the tree view should start out with just top level drives (e.g., drive C). When any of those drives are expanded, the top-level folders of that drive are displayed. With each folder that is expanded, the folders under it are displayed. This would continue on an as-needed basis. Otherwise, a full scan of the drive prior to displaying, would take way too long to be of any use.

When an item in the tree view is clicked on, the contents of that folder are displayed in the list view.

Here is a pseudo-example.

Here is a C# example. And another.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralBMP TO JPG CONVERSION IN VC++ Pin
rajgopal14-Jun-04 1:25
rajgopal14-Jun-04 1:25 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
Atif Mushtaq14-Jun-04 2:00
Atif Mushtaq14-Jun-04 2:00 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
User 665814-Jun-04 2:06
User 665814-Jun-04 2:06 
GeneralRe: BMP TO JPG CONVERSION IN VC++ Pin
Vadim Tabakman14-Jun-04 17:07
Vadim Tabakman14-Jun-04 17:07 
GeneralAfxEnableControlContainer() fails... help Pin
ronhash14-Jun-04 1:23
ronhash14-Jun-04 1:23 
QuestionHow to make Localisation .dll for my product Pin
Gopabandhu14-Jun-04 0:22
Gopabandhu14-Jun-04 0:22 
AnswerRe: How to make Localisation .dll for my product Pin
Johan Rosengren14-Jun-04 1:02
Johan Rosengren14-Jun-04 1:02 
GeneralRe: How to make Localisation .dll for my product Pin
Gopabandhu14-Jun-04 1:27
Gopabandhu14-Jun-04 1:27 
AnswerRe: How to make Localisation .dll for my product Pin
soundman3214-Jun-04 21:44
soundman3214-Jun-04 21:44 
GeneralSnapShot Viewer Pin
soundman3213-Jun-04 23:55
soundman3213-Jun-04 23:55 
GeneralRe: SnapShot Viewer Pin
Vadim Tabakman14-Jun-04 17:06
Vadim Tabakman14-Jun-04 17:06 
GeneralRe: SnapShot Viewer Pin
soundman3214-Jun-04 21:37
soundman3214-Jun-04 21:37 
Generalwe missed the shortcuts after implementing keypressed handler Pin
ayca13-Jun-04 23:23
ayca13-Jun-04 23:23 
GeneralRe: we missed the shortcuts after implementing keypressed handler Pin
Johan Rosengren14-Jun-04 9:06
Johan Rosengren14-Jun-04 9:06 
GeneralKeyboard detection Pin
tarzan le plombier13-Jun-04 23:22
tarzan le plombier13-Jun-04 23:22 
General- off topic, but... - Pin
toxcct14-Jun-04 0:27
toxcct14-Jun-04 0:27 
GeneralAccess harddisk Pin
Scozturk13-Jun-04 22:45
professionalScozturk13-Jun-04 22:45 

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.