Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: COM DLL ProgID is not created Pin
Member 392263930-Nov-09 2:30
Member 392263930-Nov-09 2:30 
AnswerRe: COM DLL ProgID is not created Pin
KarstenK30-Nov-09 3:44
mveKarstenK30-Nov-09 3:44 
Questiondo you have researched desktop message, can you share your fruit to me? Pin
nenfa30-Nov-09 0:44
nenfa30-Nov-09 0:44 
AnswerRe: do you have researched desktop message, can you share your fruit to me? Pin
Code-o-mat30-Nov-09 2:10
Code-o-mat30-Nov-09 2:10 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
nenfa30-Nov-09 2:17
nenfa30-Nov-09 2:17 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
Code-o-mat30-Nov-09 2:24
Code-o-mat30-Nov-09 2:24 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
nenfa30-Nov-09 2:47
nenfa30-Nov-09 2:47 
GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
Code-o-mat30-Nov-09 20:55
Code-o-mat30-Nov-09 20:55 
So, i used spy++ too, turning off the logging of lstview messages and here is what i found:
after you select the "Refresh" item from the popup menu, the desktop(which seems to be a "SysListView32", or have one on it) seems to receive a (WM_USER+3152) message, with wParam set to zero and lParam set to 0xFF000000, after this, it seems to start refreshing itself, turns off its own redrawing (WM_SETREDRAW), removes all the items in it, meaning the icons (LVM_DELETEALLITEMS), inserts them again (LVM_INSERTITEM), then turns back on redrawing and redraws itself (WM_ERASEBACKGROUND, WM_PAINT). I have no idea what you want to do and why you need this, or if i actually posted what you require. This is on Windows XP Pro SP3. So does this help anything?

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

GeneralRe: do you have researched desktop message, can you share your fruit to me? Pin
nenfa5-Jan-10 3:50
nenfa5-Jan-10 3:50 
QuestionExport to CSV with commas in strings Pin
maycockt30-Nov-09 0:16
maycockt30-Nov-09 0:16 
AnswerRe: Export to CSV with commas in strings Pin
CPallini30-Nov-09 0:39
mveCPallini30-Nov-09 0:39 
GeneralRe: Export to CSV with commas in strings Pin
maycockt30-Nov-09 0:55
maycockt30-Nov-09 0:55 
QuestionGet selected data in list control Pin
billu 229-Nov-09 22:47
billu 229-Nov-09 22:47 
AnswerRe: Get selected data in list control Pin
CPallini29-Nov-09 22:53
mveCPallini29-Nov-09 22:53 
QuestionAbout creating and hiding window in win32 Pin
Nandu_77b29-Nov-09 21:54
Nandu_77b29-Nov-09 21:54 
QuestionRe: About creating and hiding window in win32 Pin
_AnsHUMAN_ 29-Nov-09 22:32
_AnsHUMAN_ 29-Nov-09 22:32 
AnswerRe: About creating and hiding window in win32 Pin
Nandu_77b29-Nov-09 22:37
Nandu_77b29-Nov-09 22:37 
QuestionRe: About creating and hiding window in win32 Pin
CPallini29-Nov-09 22:49
mveCPallini29-Nov-09 22:49 
AnswerRe: About creating and hiding window in win32 Pin
Nandu_77b29-Nov-09 23:32
Nandu_77b29-Nov-09 23:32 
AnswerRe: About creating and hiding window in win32 Pin
David Crow30-Nov-09 5:50
David Crow30-Nov-09 5:50 
QuestionDraw image on Wizard (not header) so it appear on every page. Pin
Nitish Biswas 8429-Nov-09 20:09
Nitish Biswas 8429-Nov-09 20:09 
AnswerRe: Draw image on Wizard (not header) so it appear on every page. Pin
KingsGambit29-Nov-09 21:19
KingsGambit29-Nov-09 21:19 
QuestionWhat does this mean about the VC6/VS2003 compiler's option ( /O2 /Od) Pin
wangningyu29-Nov-09 14:17
wangningyu29-Nov-09 14:17 
AnswerRe: What does this mean about the VC6/VS2003 compiler's option ( /O2 /Od) Pin
Joe Woodbury29-Nov-09 15:54
professionalJoe Woodbury29-Nov-09 15:54 
AnswerRe: What does this mean about the VC6/VS2003 compiler's option ( /O2 /Od) Pin
David Crow29-Nov-09 15:55
David Crow29-Nov-09 15:55 

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.