Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralEdge Detection Pin
Knowledge Seeker14-Jun-02 4:49
Knowledge Seeker14-Jun-02 4:49 
GeneralRe: Edge Detection Pin
Chris Losinger14-Jun-02 5:05
professionalChris Losinger14-Jun-02 5:05 
GeneralRe: Edge Detection Pin
lucy14-Jun-02 6:43
lucy14-Jun-02 6:43 
GeneralRe: Edge Detection Pin
Christian Graus14-Jun-02 12:43
protectorChristian Graus14-Jun-02 12:43 
GeneralSerial Comm Record Prog at 115K Pin
JohnnyG14-Jun-02 4:52
JohnnyG14-Jun-02 4:52 
GeneralRe: Serial Comm Record Prog at 115K Pin
Roger Allen14-Jun-02 5:42
Roger Allen14-Jun-02 5:42 
GeneralRe: Serial Comm Record Prog at 115K Pin
JohnnyG14-Jun-02 7:10
JohnnyG14-Jun-02 7:10 
GeneralCustom icon for a namespace extension Pin
dabs14-Jun-02 2:44
dabs14-Jun-02 2:44 
Here's a problem for the shell gurus:

I'm writing a namespace extension which primary purpose is to take over certain folders and display their content in a different way. I do not know beforehand what folders my NSE should handle so each folder it should handle will get a hidden desktop.ini file with the appropriate entries:

[.ShellClassInfo]
CLSID={33F9BE31-5B67-4fb6-AE60-CEF29F193045}

These special folders should get a custom icon. This is accomplished through some registry magic: "HKEY_CLASSES_ROOT\CLSID\{33F9BE31-5B67-4fb6-AE60-CEF29F193045}\DefaultIcon" will get a default string value that contains the path to my NS followed by the ID of the icon that should be displayed for these folder.

And this works both under Win98, WinNT and Win2000. However, under WinXP it doesn't. I've tried to fix that by adding these lines to the desktop.ini file:

IconFile=<path to my NS>
IconIndex=<index of my icon>

but no luck. I also tried to specify in the registry settings the path to shell32.dll and an ID of some icon that I know that works but no luck either.

Does anyone have a solution to this problem? Or is perhaps noone creating namespace extensions using this technique?

With best regards,
Daniel

GeneralGetting Stand-by and Hibernate Time Pin
Sandeep Shetty14-Jun-02 2:15
Sandeep Shetty14-Jun-02 2:15 
QuestionVC6 with Windows debug symbols? Pin
Michael Hansen14-Jun-02 2:04
Michael Hansen14-Jun-02 2:04 
AnswerRe: VC6 with Windows debug symbols? Pin
Rama Krishna Vavilala14-Jun-02 2:18
Rama Krishna Vavilala14-Jun-02 2:18 
GeneralRe: VC6 with Windows debug symbols? Pin
Michael Hansen14-Jun-02 2:24
Michael Hansen14-Jun-02 2:24 
GeneralRe: VC6 with Windows debug symbols? Pin
Michael Hansen14-Jun-02 2:41
Michael Hansen14-Jun-02 2:41 
GeneralRe: VC6 with Windows debug symbols? Pin
Rama Krishna Vavilala14-Jun-02 3:02
Rama Krishna Vavilala14-Jun-02 3:02 
GeneralGDI+ Pin
[James Pullicino]14-Jun-02 2:08
[James Pullicino]14-Jun-02 2:08 
GeneralRe: GDI+ Pin
[James Pullicino]14-Jun-02 3:58
[James Pullicino]14-Jun-02 3:58 
GeneralRe: GDI+ Pin
Mazdak14-Jun-02 9:54
Mazdak14-Jun-02 9:54 
GeneralRe: GDI+ Pin
Christian Graus14-Jun-02 12:45
protectorChristian Graus14-Jun-02 12:45 
GeneralRe: GDI+ Pin
[James Pullicino]15-Jun-02 7:51
[James Pullicino]15-Jun-02 7:51 
GeneralText->Gif Pin
[James Pullicino]14-Jun-02 1:42
[James Pullicino]14-Jun-02 1:42 
GeneralRe: Text->Gif Pin
Navin14-Jun-02 3:01
Navin14-Jun-02 3:01 
GeneralRe: Text->Gif Pin
stupration14-Jun-02 8:07
stupration14-Jun-02 8:07 
GeneralRe: Text->Gif Pin
Chris Losinger14-Jun-02 8:42
professionalChris Losinger14-Jun-02 8:42 
GeneralRe: Text->Gif Pin
[James Pullicino]15-Jun-02 7:54
[James Pullicino]15-Jun-02 7:54 
GeneralRe: Text->Gif Pin
Chris Losinger15-Jun-02 7:49
professionalChris Losinger15-Jun-02 7:49 

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.