Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Program Filename and Executable? Pin
Ted Ferenc29-Dec-02 3:23
Ted Ferenc29-Dec-02 3:23 
GeneralRe: Program Filename and Executable? Pin
Dominik Reichl29-Dec-02 5:16
Dominik Reichl29-Dec-02 5:16 
GeneralThanks! Pin
Aidman29-Dec-02 12:19
Aidman29-Dec-02 12:19 
AnswerRe: Program Filename and Executable? Pin
(Steven Hicks)n+129-Dec-02 16:19
(Steven Hicks)n+129-Dec-02 16:19 
GeneralChooseColor unhandled exception :( Pin
haust28-Dec-02 12:32
haust28-Dec-02 12:32 
GeneralRe: ChooseColor unhandled exception :( Pin
haust28-Dec-02 12:45
haust28-Dec-02 12:45 
QuestionWindows Explorer CListCtrl? Pin
Steven M Hunt28-Dec-02 11:39
Steven M Hunt28-Dec-02 11:39 
AnswerRe: Windows Explorer CListCtrl? Pin
Iain Clarke, Warrior Programmer28-Dec-02 13:34
Iain Clarke, Warrior Programmer28-Dec-02 13:34 
CListCtrl doesn't know anything about files / directories. You need to monitor the list view control
for (e.g.) NM_DBLCLK notifications in the parent window, or subclass the ListCtrl and use message reflection
to monitor for these notications.

Then refill the list with the contents of the double clicked directory. Or run the double clicked file.

If you are being very clever, you may want to look in the SDK in the Shell Interface COM area to let the
microsoft programmers do your work. But that is probably a little too complex... I wouldn't want to it!

Iain.

AnswerRe: Windows Explorer CListCtrl? Pin
Iain Clarke, Warrior Programmer28-Dec-02 14:12
Iain Clarke, Warrior Programmer28-Dec-02 14:12 
GeneralTab Controls Pin
georgiek5028-Dec-02 11:10
georgiek5028-Dec-02 11:10 
GeneralRe: Tab Controls Pin
Iain Clarke, Warrior Programmer28-Dec-02 13:41
Iain Clarke, Warrior Programmer28-Dec-02 13:41 
GeneralRe: Tab Controls Pin
georgiek5028-Dec-02 23:01
georgiek5028-Dec-02 23:01 
GeneralWizard97 (CPropertySheetEx) in a DLL Pin
Anonymous28-Dec-02 8:26
Anonymous28-Dec-02 8:26 
GeneralRe: Wizard97 (CPropertySheetEx) in a DLL Pin
Gerard Nicol28-Feb-12 13:30
Gerard Nicol28-Feb-12 13:30 
Generala Realy serious Quiestion About Drag-n-Drop Some objects. Pin
HellShrimp4free28-Dec-02 5:02
HellShrimp4free28-Dec-02 5:02 
GeneralRe: a Realy serious Quiestion About Drag-n-Drop Some objects. Pin
NormDroid28-Dec-02 6:00
professionalNormDroid28-Dec-02 6:00 
GeneralRe: a Realy serious Quiestion About Drag-n-Drop Some objects. Pin
HellShrimp4free28-Dec-02 22:22
HellShrimp4free28-Dec-02 22:22 
GeneralActiveX object termination Pin
ydasari28-Dec-02 4:58
ydasari28-Dec-02 4:58 
Questionhelp ? Pin
imran_rafique28-Dec-02 4:24
imran_rafique28-Dec-02 4:24 
AnswerRe: help ? Pin
Nitron28-Dec-02 4:55
Nitron28-Dec-02 4:55 
GeneralXtreme toolkit Pin
-Reality-28-Dec-02 3:25
-Reality-28-Dec-02 3:25 
GeneralRe: Xtreme toolkit Pin
Tim Smith28-Dec-02 5:24
Tim Smith28-Dec-02 5:24 
GeneralRe: Xtreme toolkit Pin
Brian Delahunty28-Dec-02 6:40
Brian Delahunty28-Dec-02 6:40 
GeneralRe: Xtreme toolkit Pin
DJWALSH28-Dec-02 11:41
DJWALSH28-Dec-02 11:41 
Questionnetwork ip address? Pin
imran_rafique28-Dec-02 1:41
imran_rafique28-Dec-02 1:41 

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.