Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: calling c++ function from c. Pin
led mike14-Aug-07 11:50
led mike14-Aug-07 11:50 
QuestionProgrammatically setting Desktop Auto Arrange properties Pin
Pescador14-Aug-07 8:08
Pescador14-Aug-07 8:08 
AnswerRe: Programmatically setting Desktop Auto Arrange properties Pin
led mike14-Aug-07 8:21
led mike14-Aug-07 8:21 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Mark Salsbery14-Aug-07 8:30
Mark Salsbery14-Aug-07 8:30 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
led mike14-Aug-07 10:02
led mike14-Aug-07 10:02 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Mark Salsbery14-Aug-07 10:14
Mark Salsbery14-Aug-07 10:14 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Pescador14-Aug-07 12:29
Pescador14-Aug-07 12:29 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Pescador14-Aug-07 12:39
Pescador14-Aug-07 12:39 
Doh, I did not search for the single word! Thanks.

I was so elated to see those function calls, but alas the IShellFolderView interface is really deprecated and its suggested replacement (IFolderView/IFolderView2) does not have the functionality in question.

I can create a IFolderView object using both SHCreateShellFolderView and deprecated SHCreateShellFolderViewEx, but both return the IFolderView, not IShellFolderView. I do not see any references to a function that will instantiate that interface, only reference is:

"IShellFolderView is supported by the IShellView object that is returned from SHCreateShellFolderViewEx."

What is supported by???? It does not have the same member functions...


GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Iain Clarke, Warrior Programmer14-Aug-07 22:29
Iain Clarke, Warrior Programmer14-Aug-07 22:29 
GeneralRe: Programmatically setting Desktop Auto Arrange properties Pin
Pescador15-Aug-07 9:47
Pescador15-Aug-07 9:47 
Questionmaking the switch from VC++ 6.0 to Visual Studio 2005 Pin
acerunner31614-Aug-07 7:45
acerunner31614-Aug-07 7:45 
AnswerRe: making the switch from VC++ 6.0 to Visual Studio 2005 Pin
David Crow14-Aug-07 7:51
David Crow14-Aug-07 7:51 
GeneralRe: making the switch from VC++ 6.0 to Visual Studio 2005 Pin
acerunner31614-Aug-07 8:03
acerunner31614-Aug-07 8:03 
GeneralRe: making the switch from VC++ 6.0 to Visual Studio 2005 Pin
Mark Salsbery14-Aug-07 8:19
Mark Salsbery14-Aug-07 8:19 
GeneralRe: making the switch from VC++ 6.0 to Visual Studio 2005 Pin
David Crow14-Aug-07 8:45
David Crow14-Aug-07 8:45 
AnswerRe: making the switch from VC++ 6.0 to Visual Studio 2005 Pin
Nemanja Trifunovic14-Aug-07 7:57
Nemanja Trifunovic14-Aug-07 7:57 
QuestionSome OOP question [modified] Pin
Hamed Musavi14-Aug-07 6:50
Hamed Musavi14-Aug-07 6:50 
AnswerRe: Some OOP question Pin
Nemanja Trifunovic14-Aug-07 6:57
Nemanja Trifunovic14-Aug-07 6:57 
GeneralRe: Some OOP question Pin
Hamed Musavi14-Aug-07 7:03
Hamed Musavi14-Aug-07 7:03 
AnswerRe: Some OOP question Pin
Mark Salsbery14-Aug-07 7:01
Mark Salsbery14-Aug-07 7:01 
GeneralRe: Some OOP question Pin
Hamed Musavi14-Aug-07 7:07
Hamed Musavi14-Aug-07 7:07 
GeneralRe: Some OOP question Pin
Mark Salsbery14-Aug-07 7:17
Mark Salsbery14-Aug-07 7:17 
Questioncreateprocess Pin
dellthinker14-Aug-07 6:14
dellthinker14-Aug-07 6:14 
AnswerRe: createprocess Pin
led mike14-Aug-07 6:25
led mike14-Aug-07 6:25 
AnswerRe: createprocess Pin
Mark Salsbery14-Aug-07 6:32
Mark Salsbery14-Aug-07 6:32 

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.