Click here to Skip to main content
15,920,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEdit control not drawing contents in Windows 7 when text exceeds a certain length Pin
Paul Vickery23-Aug-10 4:57
professionalPaul Vickery23-Aug-10 4:57 
QuestionSometimes Print and PrintPreview Function not responding. Pin
Le@rner22-Aug-10 23:23
Le@rner22-Aug-10 23:23 
QuestionOutPutDebugStringW Issue Pin
gothic_coder22-Aug-10 22:58
gothic_coder22-Aug-10 22:58 
AnswerRe: OutPutDebugStringW Issue Pin
Iain Clarke, Warrior Programmer23-Aug-10 0:53
Iain Clarke, Warrior Programmer23-Aug-10 0:53 
AnswerRe: OutPutDebugStringW Issue Pin
Richard MacCutchan23-Aug-10 1:07
mveRichard MacCutchan23-Aug-10 1:07 
GeneralRe: OutPutDebugStringW Issue Pin
gothic_coder23-Aug-10 1:37
gothic_coder23-Aug-10 1:37 
GeneralRe: OutPutDebugStringW Issue Pin
Richard MacCutchan23-Aug-10 1:50
mveRichard MacCutchan23-Aug-10 1:50 
QuestionHow to overrdide CHtmlView to specify the browser to be used Pin
shankgreen22-Aug-10 21:06
shankgreen22-Aug-10 21:06 
AnswerRe: How to overrdide CHtmlView to specify the browser to be used Pin
Niklas L22-Aug-10 22:36
Niklas L22-Aug-10 22:36 
GeneralRe: How to overrdide CHtmlView to specify the browser to be used Pin
shankgreen23-Aug-10 23:14
shankgreen23-Aug-10 23:14 
GeneralRe: How to overrdide CHtmlView to specify the browser to be used Pin
Niklas L24-Aug-10 8:04
Niklas L24-Aug-10 8:04 
GeneralRe: How to overrdide CHtmlView to specify the browser to be used Pin
stevehoang24-Mar-11 11:25
stevehoang24-Mar-11 11:25 
QuestionHow can export data from CListCtrl to excel? Pin
Le@rner22-Aug-10 20:02
Le@rner22-Aug-10 20:02 
AnswerRe: How can export data from CListCtrl to excel? Pin
Richard MacCutchan22-Aug-10 21:28
mveRichard MacCutchan22-Aug-10 21:28 
AnswerRe: How can export data from CListCtrl to excel? Pin
Niklas L22-Aug-10 22:29
Niklas L22-Aug-10 22:29 
QuestionRe: How can export data from CListCtrl to excel? Pin
David Crow23-Aug-10 3:08
David Crow23-Aug-10 3:08 
AnswerRe: How can export data from CListCtrl to excel? Pin
KarstenK23-Aug-10 3:32
mveKarstenK23-Aug-10 3:32 
QuestionSetting Cursor in MDI Application Pin
Kyudos22-Aug-10 15:05
Kyudos22-Aug-10 15:05 
AnswerRe: Setting Cursor in MDI Application Pin
Luc Pattyn22-Aug-10 15:33
sitebuilderLuc Pattyn22-Aug-10 15:33 
I'm not a Windows GUI specialist, however the way I understand it, you should choose one of these two models:

1.
your GUI is basically unavailable to the user, so you show a wait cursor, but don't accept the user to point, click, or type in that form (which all would be hard anyway lacking a normal cursor). This would be accomplished by modifying the cursor somehow (don't know the details), and disabling a lot of stuff.

2.
your GUI is fully available except for restarting the ongoing action which should not be started again before it finishes. This gets accomplished by leaving the cursor alone, and simply disabling whatever Control started the action (e.g. disabling a Button, or alternatively changing its function and text, say to "Cancel"). Since Controls look different when disabled or you changed the text, that should at the same time be your clue that the action is still on-going.

Hope this helps.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Setting Cursor in MDI Application Pin
Kyudos22-Aug-10 15:43
Kyudos22-Aug-10 15:43 
GeneralRe: Setting Cursor in MDI Application Pin
Luc Pattyn22-Aug-10 16:02
sitebuilderLuc Pattyn22-Aug-10 16:02 
GeneralRe: Setting Cursor in MDI Application Pin
Kyudos22-Aug-10 16:10
Kyudos22-Aug-10 16:10 
QuestionPayment gateway project ...... help Pin
gateway2322-Aug-10 10:38
gateway2322-Aug-10 10:38 
AnswerRe: Payment gateway project ...... help Pin
Richard MacCutchan22-Aug-10 11:43
mveRichard MacCutchan22-Aug-10 11:43 
AnswerRe: Payment gateway project ...... help Pin
AmbiguousName24-Aug-10 2:27
AmbiguousName24-Aug-10 2:27 

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.