Click here to Skip to main content
15,906,569 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Why GUI updation is not preferred in Worker Thread Pin
Cedric Moonen22-Apr-10 22:54
Cedric Moonen22-Apr-10 22:54 
AnswerRe: Why GUI updation is not preferred in Worker Thread Pin
Eugen Podsypalnikov23-Apr-10 2:02
Eugen Podsypalnikov23-Apr-10 2:02 
Questionhow to use CHtmlEditView in MFC? Pin
sunnyram22-Apr-10 21:03
sunnyram22-Apr-10 21:03 
AnswerRe: how to use CHtmlEditView in MFC? Pin
Richard MacCutchan22-Apr-10 21:20
mveRichard MacCutchan22-Apr-10 21:20 
GeneralRe: how to use CHtmlEditView in MFC? Pin
Stephen Hewitt22-Apr-10 21:23
Stephen Hewitt22-Apr-10 21:23 
GeneralRe: how to use CHtmlEditView in MFC? Pin
sunnyram22-Apr-10 21:59
sunnyram22-Apr-10 21:59 
GeneralRe: how to use CHtmlEditView in MFC? Pin
CPallini22-Apr-10 22:10
mveCPallini22-Apr-10 22:10 
GeneralRe: how to use CHtmlEditView in MFC? Pin
Richard MacCutchan22-Apr-10 22:49
mveRichard MacCutchan22-Apr-10 22:49 
QuestionRe: how to use CHtmlEditView in MFC? Pin
David Crow23-Apr-10 3:38
David Crow23-Apr-10 3:38 
Questionfile operations very slow Pin
permutations22-Apr-10 17:10
permutations22-Apr-10 17:10 
AnswerRe: file operations very slow Pin
Gwenio22-Apr-10 17:52
Gwenio22-Apr-10 17:52 
GeneralRe: file operations very slow Pin
permutations23-Apr-10 4:21
permutations23-Apr-10 4:21 
AnswerRe: file operations very slow Pin
Stephen Hewitt22-Apr-10 20:56
Stephen Hewitt22-Apr-10 20:56 
GeneralRe: file operations very slow Pin
permutations23-Apr-10 4:25
permutations23-Apr-10 4:25 
AnswerRe: file operations very slow Pin
permutations23-Apr-10 4:53
permutations23-Apr-10 4:53 
I think I may have a clue what's causing this...

I'm developing the program with VS2008 on the Windows 7 machine, but I'm maintaining compatibility with VC++6 on an XP machine because I want to compile the release version there. This is a commercial program for home users, and my customers will mostly be running XP. I don't want to statically compile MFC, and I don't want to make them go get updated DLLs.

On the XP machine, there is no delay in the file open dialog. It's just on the Windows 7 machine. I think this is because the common file dialog has been superceded on Vista and later:

http://msdn.microsoft.com/en-us/library/ms646927(VS.85).aspx[^]

I'll try switching to GetOpenFileName. If that's faster on Windows 7, then maybe I can use precompiler directives to use GetOpenFileName on Vista or later.
GeneralRe: file operations very slow Pin
Chris Losinger23-Apr-10 5:17
professionalChris Losinger23-Apr-10 5:17 
GeneralRe: file operations very slow Pin
permutations23-Apr-10 14:36
permutations23-Apr-10 14:36 
AnswerRe: file operations very slow Pin
permutations23-Apr-10 6:28
permutations23-Apr-10 6:28 
QuestionNeed help from freelancer turning a Firefox add-on into an IE extension Pin
marshallg22-Apr-10 10:35
marshallg22-Apr-10 10:35 
AnswerRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
«_Superman_»22-Apr-10 11:22
professional«_Superman_»22-Apr-10 11:22 
GeneralRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
Stephen Hewitt22-Apr-10 13:48
Stephen Hewitt22-Apr-10 13:48 
GeneralRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
«_Superman_»22-Apr-10 18:15
professional«_Superman_»22-Apr-10 18:15 
GeneralRe: Need help from freelancer turning a Firefox add-on into an IE extension Pin
Stephen Hewitt22-Apr-10 20:53
Stephen Hewitt22-Apr-10 20:53 
QuestionCalling COM from C [modified] Pin
Fayu22-Apr-10 10:19
Fayu22-Apr-10 10:19 
AnswerRe: Calling COM from C Pin
Gwenio22-Apr-10 10:50
Gwenio22-Apr-10 10:50 

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.