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

C / C++ / MFC

 
GeneralRe: System Restart Pin
Hamid_RT18-Dec-07 19:26
Hamid_RT18-Dec-07 19:26 
GeneralRe: System Restart Pin
Kiran Pinjala18-Dec-07 21:16
Kiran Pinjala18-Dec-07 21:16 
GeneralRe: System Restart Pin
Hamid_RT18-Dec-07 22:55
Hamid_RT18-Dec-07 22:55 
QuestionSHGetSpecialFolderPath not giving proper Path on Window 98 Pin
Somnath_Mali18-Dec-07 18:55
Somnath_Mali18-Dec-07 18:55 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
Peter Weyzen18-Dec-07 19:43
Peter Weyzen18-Dec-07 19:43 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
Somnath_Mali18-Dec-07 20:51
Somnath_Mali18-Dec-07 20:51 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
Peter Weyzen18-Dec-07 21:46
Peter Weyzen18-Dec-07 21:46 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 7:22
jhwurmbach19-Dec-07 7:22 
According to the MSDN-page for SHGetFolderPath

"[SHGetFolderPath] is a superset of SHGetSpecialFolderPath, included with earlier versions of the Shell. On systems preceeding those including Shell32.dll version 5.0 (Windows Millennium Edition (Windows Me) and Windows 2000), SHGetFolderPath was obtained through SHFolder.dll, distributed with Microsoft Internet Explorer 4.0 and later versions. SHFolder.dll always calls the current platform's version of this function. If that fails, it will try to simulate the appropriate behavior. SHFolder.dll continues to be included for backward compatibility, though the function is now implemented in Shell32.dll."

And CSIDL_PROGRAM_FILES is specifically mentioned as supported. That sounds as if this would work with Win98!
Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 7:38
jhwurmbach19-Dec-07 7:38 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
David Crow19-Dec-07 4:13
David Crow19-Dec-07 4:13 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 5:25
jhwurmbach19-Dec-07 5:25 
QuestionRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
David Crow19-Dec-07 6:09
David Crow19-Dec-07 6:09 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 6:13
jhwurmbach19-Dec-07 6:13 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 6:36
jhwurmbach19-Dec-07 6:36 
QuestionRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
David Crow19-Dec-07 7:01
David Crow19-Dec-07 7:01 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 7:03
jhwurmbach19-Dec-07 7:03 
QuestionRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
David Crow19-Dec-07 7:10
David Crow19-Dec-07 7:10 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 7:20
jhwurmbach19-Dec-07 7:20 
QuestionRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
David Crow19-Dec-07 7:31
David Crow19-Dec-07 7:31 
GeneralRe: SHGetSpecialFolderPath not giving proper Path on Window 98 Pin
jhwurmbach19-Dec-07 7:34
jhwurmbach19-Dec-07 7:34 
GeneralAdd icon to ListView Pin
john563218-Dec-07 18:51
john563218-Dec-07 18:51 
GeneralRe: Add icon to ListView Pin
Hamid_RT18-Dec-07 19:27
Hamid_RT18-Dec-07 19:27 
GeneralRe: Add icon to ListView Pin
john563218-Dec-07 19:32
john563218-Dec-07 19:32 
GeneralRe: Add icon to ListView Pin
Peter Weyzen18-Dec-07 19:45
Peter Weyzen18-Dec-07 19:45 
GeneralRe: Add icon to ListView Pin
john563218-Dec-07 19:48
john563218-Dec-07 19:48 

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.