Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
AnswerRe: Replacing method/logic in class and runtime. Pin
Anthony Mushrow19-Mar-09 9:56
professionalAnthony Mushrow19-Mar-09 9:56 
GeneralRe: Replacing method/logic in class and runtime. Pin
Member 232448319-Mar-09 10:23
Member 232448319-Mar-09 10:23 
GeneralRe: Replacing method/logic in class and runtime. Pin
Anthony Mushrow19-Mar-09 13:40
professionalAnthony Mushrow19-Mar-09 13:40 
AnswerRe: Replacing method/logic in class and runtime. Pin
Giorgi Dalakishvili19-Mar-09 9:57
mentorGiorgi Dalakishvili19-Mar-09 9:57 
QuestionSendInput from the Windows API Pin
Steven Bostock19-Mar-09 9:43
Steven Bostock19-Mar-09 9:43 
AnswerRe: SendInput from the Windows API Pin
Luc Pattyn19-Mar-09 12:37
sitebuilderLuc Pattyn19-Mar-09 12:37 
GeneralRe: SendInput from the Windows API [modified] Pin
Steven Bostock19-Mar-09 13:34
Steven Bostock19-Mar-09 13:34 
QuestionHow do I call a real refresh of desktop icons? Pin
bbranded19-Mar-09 8:50
bbranded19-Mar-09 8:50 
Hello,

We are using file based encryption to encrypt programs that have shortcuts on the desktop. Since these files are encrypted, the icons do not load.

After loading the necessary certificates, a simple "F5 refresh" is performed (programmatically) on the desktop window; however, the icons for these previously encrypted programs do not appear.


I'd like to implement relatively the same thing as Tweak UI's Rebuild Icons, but I can not figure out what it is doing.

I have used Winspecter and watched the messages for the progman window. The following strike me as relevant, but I can't find any information on specifics:

WM_USER + 3152 (0x00001050)<br />
WM_USER + 3212 (0x0000108c)<br />


I've also used sysinternals Process Monitor to watch file and registry access, and tweakui.exe only appears to be changing the icon size.

Last, I used sysinternals Process Explorer to watch the call stack, which revealed nothing of much use.


Is anyone familiar with what Tweak UI's Rebuild icons is doing? I've also tried calling WM_CLOSE on the program manager window, and WM_DESTROY; neither of which have any effect on the icons.


Any input is appreciated.


Thanks,

Matt Brown
AnswerRe: How do I call a real refresh of desktop icons? Pin
Alan N19-Mar-09 12:24
Alan N19-Mar-09 12:24 
GeneralRe: How do I call a real refresh of desktop icons? [modified] Pin
bbranded19-Mar-09 15:56
bbranded19-Mar-09 15:56 
GeneralRe: How do I call a real refresh of desktop icons? Pin
bbranded20-Mar-09 3:33
bbranded20-Mar-09 3:33 
GeneralRe: How do I call a real refresh of desktop icons? Pin
bbranded20-Mar-09 3:49
bbranded20-Mar-09 3:49 
AnswerRe: How do I call a real refresh of desktop icons? [modified] Pin
bbranded20-Mar-09 4:40
bbranded20-Mar-09 4:40 
QuestionWriting a basic virus scanner Pin
deviao19-Mar-09 8:37
deviao19-Mar-09 8:37 
AnswerRe: Writing a basic virus scanner Pin
Christian Graus19-Mar-09 10:43
protectorChristian Graus19-Mar-09 10:43 
GeneralRe: Writing a basic virus scanner Pin
Mark Churchill19-Mar-09 15:43
Mark Churchill19-Mar-09 15:43 
QuestionStrange Visual Studio (C#) question... Pin
Jacob Dixon19-Mar-09 7:33
Jacob Dixon19-Mar-09 7:33 
AnswerRe: Strange Visual Studio (C#) question... Pin
tech60319-Mar-09 17:50
tech60319-Mar-09 17:50 
GeneralRe: Strange Visual Studio (C#) question... Pin
Jacob Dixon19-Mar-09 18:04
Jacob Dixon19-Mar-09 18:04 
QuestionCommunicating with windows services Pin
mirko8619-Mar-09 7:18
mirko8619-Mar-09 7:18 
AnswerRe: Communicating with windows services Pin
Giorgi Dalakishvili19-Mar-09 7:26
mentorGiorgi Dalakishvili19-Mar-09 7:26 
AnswerRe: Communicating with windows services Pin
led mike19-Mar-09 7:35
led mike19-Mar-09 7:35 
GeneralRe: Communicating with windows services Pin
mirko8619-Mar-09 7:43
mirko8619-Mar-09 7:43 
JokeRe: Communicating with windows services Pin
musefan19-Mar-09 7:51
musefan19-Mar-09 7:51 
GeneralRe: Communicating with windows services Pin
mirko8619-Mar-09 8:01
mirko8619-Mar-09 8:01 

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.