Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: missing storage class or type identifier Pin
mr20032-Jun-03 6:49
mr20032-Jun-03 6:49 
GeneralJumping child windows during scroll Pin
pankajdaga2-Jun-03 5:21
pankajdaga2-Jun-03 5:21 
GeneralRe: Jumping child windows during scroll Pin
basementman2-Jun-03 7:35
basementman2-Jun-03 7:35 
GeneralRe: Jumping child windows during scroll Pin
Roger Allen3-Jun-03 2:55
Roger Allen3-Jun-03 2:55 
GeneralMFC MDI with an edit box on toolbar Pin
mahoni_5012-Jun-03 5:19
mahoni_5012-Jun-03 5:19 
GeneralDifference in VC++ 6.0 and C++.NET Pin
mr20032-Jun-03 4:48
mr20032-Jun-03 4:48 
GeneralRe: Difference in VC++ 6.0 and C++.NET Pin
Navin2-Jun-03 5:11
Navin2-Jun-03 5:11 
GeneralXP explorer crash Pin
Navin2-Jun-03 4:46
Navin2-Jun-03 4:46 
I have a program that creates some icons and start menu items. There have been problems in the past about the start menu and desktop not always refreshing, so to make sure everything refreshes properly, we have this code:

// Causes Windows to refresh start menu and desktop.
// w/o this, icons do not always get updated correctly.
DWORD dwTmp;
SendMessageTimeout(HWND_BROADCAST, WM_PAINT, NULL, NULL, SMTO_BLOCK|SMTO_ABORTIFHUNG, 2000, &dwTmp);


Up until now, this has always worked. However, if the Find window in XP is open (you know, the one with the dog), Explorer crashes.

Any ideas? Is there a better way that I can ensure desktop and start menu items appear correctly in XP (I have no moral or ethical problems with doing something along the lines, if(XP) doThis(); else doItTheOldWay();



"When a man sits with a pretty girl for an hour, it seems like a minute. But let him sit on a hot stove for a minute and it's longer than any hour. That's relativity." - Albert Einstein
GeneralRe: XP explorer crash Pin
Chris Richardson2-Jun-03 9:20
Chris Richardson2-Jun-03 9:20 
QuestionSaving paint image (CDC) to file? Pin
Jim D2-Jun-03 4:41
Jim D2-Jun-03 4:41 
AnswerRe: Saving paint image (CDC) to file? Pin
basementman2-Jun-03 4:54
basementman2-Jun-03 4:54 
AnswerRe: Saving paint image (CDC) to file? Pin
dabs2-Jun-03 4:55
dabs2-Jun-03 4:55 
Questionhow can i get the DSN list? Pin
Peter Keung2-Jun-03 3:57
Peter Keung2-Jun-03 3:57 
AnswerRe: how can i get the DSN list? Pin
David Crow2-Jun-03 4:05
David Crow2-Jun-03 4:05 
GeneralRe: how can i get the DSN list? Pin
Peter Keung2-Jun-03 4:17
Peter Keung2-Jun-03 4:17 
GeneralRe: how can i get the DSN list? Pin
basementman2-Jun-03 4:38
basementman2-Jun-03 4:38 
GeneralRe: how can i get the DSN list? Pin
basementman2-Jun-03 4:39
basementman2-Jun-03 4:39 
GeneralRe: how can i get the DSN list? Pin
Peter Keung2-Jun-03 5:59
Peter Keung2-Jun-03 5:59 
GeneralRe: how can i get the DSN list? Pin
David Crow2-Jun-03 6:51
David Crow2-Jun-03 6:51 
GeneralInitCommonControlsEx sets Error 2 Pin
psychicfriend2-Jun-03 3:56
psychicfriend2-Jun-03 3:56 
GeneralRe: InitCommonControlsEx sets Error 2 Pin
psychicfriend2-Jun-03 4:56
psychicfriend2-Jun-03 4:56 
GeneralChanging fonts on the button Pin
Jump_Around2-Jun-03 3:36
Jump_Around2-Jun-03 3:36 
GeneralRe: Changing fonts on the button Pin
basementman2-Jun-03 4:41
basementman2-Jun-03 4:41 
GeneralEmbedding Flash movies in my app Pin
Florin Ochiana2-Jun-03 3:32
Florin Ochiana2-Jun-03 3:32 
GeneralRe: Embedding Flash movies in my app Pin
Zibar2-Jun-03 5:41
sussZibar2-Jun-03 5:41 

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.