Click here to Skip to main content
15,902,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can anybody help me out Pin
BadKarma13-Nov-07 4:47
BadKarma13-Nov-07 4:47 
Questionhow to catch commands executed by the cmd.exe Pin
carabutnicolae123413-Nov-07 2:49
carabutnicolae123413-Nov-07 2:49 
AnswerRe: how to catch commands executed by the cmd.exe Pin
David Crow13-Nov-07 3:17
David Crow13-Nov-07 3:17 
GeneralRe: how to catch commands executed by the cmd.exe [modified] Pin
carabutnicolae123413-Nov-07 4:29
carabutnicolae123413-Nov-07 4:29 
QuestionNMLISTVIEW Pin
carabutnicolae123413-Nov-07 2:45
carabutnicolae123413-Nov-07 2:45 
QuestionRe: NMLISTVIEW Pin
CPallini13-Nov-07 4:24
mveCPallini13-Nov-07 4:24 
AnswerRe: NMLISTVIEW Pin
carabutnicolae123413-Nov-07 4:34
carabutnicolae123413-Nov-07 4:34 
AnswerRe: NMLISTVIEW Pin
Iain Clarke, Warrior Programmer13-Nov-07 6:45
Iain Clarke, Warrior Programmer13-Nov-07 6:45 
Um, if you wrote the code that put the data into the listview, then where is your problem?

If you have a list view control, and it sends a NMLISTVIEW at you (it's a notification structure), one of the members of NMLISTVIEW is lParam. Simply use the lParam when you're storing data to get meaningful hints. As for "item full path", that is just gibberish.

If you didn't write the listview, you may want to mention where it is, and how you're getting a pointer to a NMLISTVIEW....?

I'm going to put my psychic hat on, and guess this is in the OPENFILEDIALOG common control, and you've hooked into it.

In which case, the lParam stores the PIDL of the selected file. That's from memory, and I'm sure I read it somewhere. Anyway, that should give you a hint or two for your google search.

Beyond that, you're going to have to provide more info.


Iain.



GeneralRe: NMLISTVIEW Pin
carabutnicolae123413-Nov-07 22:32
carabutnicolae123413-Nov-07 22:32 
QuestionCTreeCtrl selection Pin
sanjutvm13-Nov-07 2:33
sanjutvm13-Nov-07 2:33 
AnswerRe: CTreeCtrl selection Pin
Iain Clarke, Warrior Programmer13-Nov-07 2:42
Iain Clarke, Warrior Programmer13-Nov-07 2:42 
QuestionError in VC++ Pin
Anu_Bala13-Nov-07 0:20
Anu_Bala13-Nov-07 0:20 
AnswerRe: Error in VC++ Pin
ThatsAlok13-Nov-07 0:26
ThatsAlok13-Nov-07 0:26 
GeneralRe: Error in VC++ Pin
Anu_Bala13-Nov-07 0:37
Anu_Bala13-Nov-07 0:37 
GeneralRe: Error in VC++ Pin
ThatsAlok13-Nov-07 0:47
ThatsAlok13-Nov-07 0:47 
GeneralRe: Error in VC++ Pin
David Crow13-Nov-07 3:21
David Crow13-Nov-07 3:21 
QuestionSHCreateStreamOnFileW problem Pin
josip cagalj12-Nov-07 23:37
josip cagalj12-Nov-07 23:37 
AnswerRe: SHCreateStreamOnFileW problem Pin
Nelek13-Nov-07 22:05
protectorNelek13-Nov-07 22:05 
GeneralRe: SHCreateStreamOnFileW problem Pin
josip cagalj13-Nov-07 23:20
josip cagalj13-Nov-07 23:20 
GeneralRe: SHCreateStreamOnFileW problem Pin
Nelek14-Nov-07 4:01
protectorNelek14-Nov-07 4:01 
Questionremove tool bar from mobile screen during running program Pin
Miss_F12-Nov-07 23:37
Miss_F12-Nov-07 23:37 
QuestionAccess the data in a string buffer array Pin
Programm3r12-Nov-07 23:34
Programm3r12-Nov-07 23:34 
AnswerRe: Access the data in a string buffer array Pin
Cedric Moonen12-Nov-07 23:49
Cedric Moonen12-Nov-07 23:49 
QuestionRe: Access the data in a string buffer array Pin
Programm3r12-Nov-07 23:53
Programm3r12-Nov-07 23:53 
AnswerRe: Access the data in a string buffer array Pin
Cedric Moonen12-Nov-07 23:59
Cedric Moonen12-Nov-07 23:59 

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.