Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question.html to .doc using C++. Pin
Paresh Chitte12-Nov-09 20:19
Paresh Chitte12-Nov-09 20:19 
QuestionHow to make faster or any way to Speed up UI? Pin
002comp12-Nov-09 19:54
002comp12-Nov-09 19:54 
AnswerRe: How to make faster or any way to Speed up UI? Pin
Maxwell Chen12-Nov-09 19:58
Maxwell Chen12-Nov-09 19:58 
GeneralRe: How to make faster or any way to Speed up UI? Pin
002comp12-Nov-09 20:13
002comp12-Nov-09 20:13 
GeneralRe: How to make faster or any way to Speed up UI? Pin
Maxwell Chen12-Nov-09 20:29
Maxwell Chen12-Nov-09 20:29 
GeneralRe: How to make faster or any way to Speed up UI? Pin
002comp12-Nov-09 20:34
002comp12-Nov-09 20:34 
GeneralRe: How to make faster or any way to Speed up UI? Pin
CPallini12-Nov-09 20:43
mveCPallini12-Nov-09 20:43 
GeneralRe: How to make faster or any way to Speed up UI? Pin
Iain Clarke, Warrior Programmer12-Nov-09 23:15
Iain Clarke, Warrior Programmer12-Nov-09 23:15 
Unless the same delay happens when you do things in other software on your machine, then the problem is in your code.

The trick is to narrow down what is happening during that delay.

If it's really long, maybe you could run your code from a debugger, and break into it during that delay.

Or use Spy++ to see all the messages happening during that time - maybe you do something "clever" during this time (ie, selection changing in one area, causing a database query till a different box).

Or maybe you work out something every iteration of you loop that you should calculate once outside the loop?

I'm going to stop guessing now, as it's not possible for me to be accurate - I'm just trying to point out that you need to a) admit you have a problem (which you did by posting here on CP), and b) try to hunt it down.

At the very least, use CWaitCursor so the user doesn't think the problem is theirs!

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

QuestionRe: How to make faster or any way to Speed up UI? Pin
David Crow13-Nov-09 3:49
David Crow13-Nov-09 3:49 
QuestionDLL creation problem Pin
Game-point12-Nov-09 17:28
Game-point12-Nov-09 17:28 
AnswerRe: DLL creation problem Pin
«_Superman_»12-Nov-09 17:48
professional«_Superman_»12-Nov-09 17:48 
GeneralRe: DLL creation problem Pin
Game-point12-Nov-09 18:40
Game-point12-Nov-09 18:40 
GeneralRe: DLL creation problem Pin
«_Superman_»12-Nov-09 18:43
professional«_Superman_»12-Nov-09 18:43 
GeneralRe: DLL creation problem Pin
Game-point12-Nov-09 18:58
Game-point12-Nov-09 18:58 
GeneralRe: DLL creation problem Pin
«_Superman_»12-Nov-09 19:05
professional«_Superman_»12-Nov-09 19:05 
GeneralRe: DLL creation problem Pin
Game-point12-Nov-09 19:19
Game-point12-Nov-09 19:19 
QuestionVisual C++ Pin
Jacobb Michael12-Nov-09 17:10
Jacobb Michael12-Nov-09 17:10 
AnswerRe: Visual C++ Pin
«_Superman_»12-Nov-09 17:45
professional«_Superman_»12-Nov-09 17:45 
GeneralRe: Visual C++ Pin
Jacobb Michael12-Nov-09 19:40
Jacobb Michael12-Nov-09 19:40 
GeneralRe: Visual C++ Pin
«_Superman_»12-Nov-09 20:32
professional«_Superman_»12-Nov-09 20:32 
GeneralRe: Visual C++ Pin
Jacobb Michael12-Nov-09 23:50
Jacobb Michael12-Nov-09 23:50 
GeneralRe: Visual C++ Pin
«_Superman_»13-Nov-09 4:30
professional«_Superman_»13-Nov-09 4:30 
QuestionMFC Query Pin
billu 212-Nov-09 14:17
billu 212-Nov-09 14:17 
AnswerRe: MFC Query Pin
David Crow12-Nov-09 15:41
David Crow12-Nov-09 15:41 
QuestionProblems with CComboBox and WS_VSCROLL on Windows 7 [modified] Pin
hollesser00112-Nov-09 8:07
hollesser00112-Nov-09 8:07 

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.