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

C / C++ / MFC

 
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 
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 
Thanks Iain,

It's COM nomenclature. Now I know why I avoid COM at all costs. I flew with your post from email notification which did not show the example, so I hammered it out myself, but my platform SDK does not have IID_IShellFolderView defined (ShlObj.h 4/4/2005). As this is a deprecated interface, I tried the recommended interface (IFolderView) with structural success (It compiles and runs), but it unfortunately is not getting the information I need.

It has no Set... and the GetAutoArrange() always returns false so it is not reflecting the desktop value as I had hoped.Sigh | :sigh:

Thanks again for the interface language clarification.Big Grin | :-D

Robert Clark (no e)
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 
AnswerRe: createprocess Pin
Hamed Musavi14-Aug-07 6:36
Hamed Musavi14-Aug-07 6:36 
QuestionRe: createprocess Pin
David Crow14-Aug-07 7:45
David Crow14-Aug-07 7: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.