Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: tooltip localization problem Pin
Richard MacCutchan23-Mar-10 22:34
mveRichard MacCutchan23-Mar-10 22:34 
GeneralRe: tooltip localization problem Pin
Member 59031023-Mar-10 22:51
Member 59031023-Mar-10 22:51 
GeneralRe: tooltip localization problem Pin
KarstenK23-Mar-10 23:15
mveKarstenK23-Mar-10 23:15 
GeneralRe: tooltip localization problem Pin
Richard MacCutchan23-Mar-10 23:17
mveRichard MacCutchan23-Mar-10 23:17 
GeneralRe: tooltip localization problem Pin
Member 59031023-Mar-10 23:21
Member 59031023-Mar-10 23:21 
GeneralRe: tooltip localization problem Pin
Richard MacCutchan24-Mar-10 0:04
mveRichard MacCutchan24-Mar-10 0:04 
GeneralRe: tooltip localization problem Pin
Member 59031024-Mar-10 0:18
Member 59031024-Mar-10 0:18 
GeneralRe: tooltip localization problem Pin
Richard MacCutchan24-Mar-10 1:47
mveRichard MacCutchan24-Mar-10 1:47 
Questionmultibyte tooltips Pin
Member 59031023-Mar-10 20:22
Member 59031023-Mar-10 20:22 
AnswerRe: multibyte tooltips Pin
Richard MacCutchan23-Mar-10 22:35
mveRichard MacCutchan23-Mar-10 22:35 
QuestionStrange problem with pointers Pin
anbluemoon23-Mar-10 18:23
anbluemoon23-Mar-10 18:23 
AnswerRe: Strange problem with pointers Pin
PaulowniaK23-Mar-10 18:59
PaulowniaK23-Mar-10 18:59 
AnswerRe: Strange problem with pointers Pin
KingsGambit23-Mar-10 19:18
KingsGambit23-Mar-10 19:18 
AnswerRe: Strange problem with pointers Pin
Avi Berger23-Mar-10 20:01
Avi Berger23-Mar-10 20:01 
GeneralRe: Strange problem with pointers Pin
anbluemoon23-Mar-10 22:47
anbluemoon23-Mar-10 22:47 
AnswerRe: Strange problem with pointers Pin
Mohan Ramachandra24-Mar-10 21:00
Mohan Ramachandra24-Mar-10 21:00 
QuestionWindows XP Problems since updating from VS2005 to VS2008 Pin
Joschwenk66623-Mar-10 11:12
Joschwenk66623-Mar-10 11:12 
AnswerRe: Windows XP Problems since updating from VS2005 to VS2008 Pin
Iain Clarke, Warrior Programmer23-Mar-10 12:06
Iain Clarke, Warrior Programmer23-Mar-10 12:06 
GeneralRe: Windows XP Problems since updating from VS2005 to VS2008 Pin
Joschwenk66624-Mar-10 8:22
Joschwenk66624-Mar-10 8:22 
GeneralRe: Windows XP Problems since updating from VS2005 to VS2008 Pin
Iain Clarke, Warrior Programmer24-Mar-10 9:32
Iain Clarke, Warrior Programmer24-Mar-10 9:32 
QuestionGetFileToSave and Windows 7 Pin
Psychopasta23-Mar-10 10:18
Psychopasta23-Mar-10 10:18 
QuestionRe: GetFileToSave and Windows 7 Pin
David Crow24-Mar-10 2:53
David Crow24-Mar-10 2:53 
AnswerRe: GetFileToSave and Windows 7 Pin
Psychopasta24-Mar-10 5:42
Psychopasta24-Mar-10 5:42 
Hi David,

Thanks! I am trying to track down any hardware problems like that, but my interest here is in whether anyone can spot something we've missed in the code snippet I posted. It has run just fine for 20 years or so, but you know how it is...sometimes you just 'get away with it' and then something else changes and what used to work just fine stops doing so.

BTW, I should have said originally that the actual API function we use is GetSaveFileName. GetFileToSave is our function to fill the structure ofn which is declared elsewhere as

static OPENFILENAME ofn;

The problem is that GetOpenFileName opens the common control Save As dialog, which -in rare cases- will wait about 30 seconds before responding to the OK button being pressed.

Thanks again,

- Mark
QuestionRichEdit wrong list numbering with letters Pin
wp7323-Mar-10 8:55
wp7323-Mar-10 8:55 
AnswerRe: RichEdit wrong list numbering with letters Pin
wp7324-Mar-10 3:15
wp7324-Mar-10 3:15 

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.