Click here to Skip to main content
15,917,456 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get "Text" with Hook Pin
postler-t19-Mar-05 6:44
postler-t19-Mar-05 6:44 
Generalproblem with TBSTYLE_FLAT toolbar Pin
ljr2418-Mar-05 11:10
ljr2418-Mar-05 11:10 
GeneralOnSize execution, locks Pin
Vancouver18-Mar-05 11:02
Vancouver18-Mar-05 11:02 
GeneralRe: OnSize execution, locks Pin
Blake Miller18-Mar-05 11:42
Blake Miller18-Mar-05 11:42 
GeneralRe: OnSize execution, locks Pin
Vancouver18-Mar-05 11:56
Vancouver18-Mar-05 11:56 
GeneralRe: OnSize execution, locks Pin
Blake Miller18-Mar-05 12:18
Blake Miller18-Mar-05 12:18 
GeneralRe: OnSize execution, locks Pin
Vancouver18-Mar-05 15:33
Vancouver18-Mar-05 15:33 
GeneralFinal explanation Pin
Vancouver19-Mar-05 10:59
Vancouver19-Mar-05 10:59 
Following is only for the record (and for the improbable case, that someone experiences a like problem).

I found the problem. The original problem description was incorrect.

The OnSize handler changes the size of certain columns. This in itself does not trigger OnSize, however it can cause inserting or removing the horizontal scroll bar, and THAT causes OnSize.

Now, the problem was, that this OnSize message has not been queued but started immediately, i.e. recursively; in other words, the processing of the original OnSize message has not been finished yet, and the new one got started - a big mess.
Generalsizeof() question Pin
BlackDice18-Mar-05 10:22
BlackDice18-Mar-05 10:22 
GeneralRe: sizeof() question Pin
Ravi Bhavnani18-Mar-05 10:27
professionalRavi Bhavnani18-Mar-05 10:27 
GeneralRe: sizeof() question Pin
BlackDice18-Mar-05 10:42
BlackDice18-Mar-05 10:42 
GeneralRe: sizeof() question Pin
Ravi Bhavnani18-Mar-05 11:21
professionalRavi Bhavnani18-Mar-05 11:21 
GeneralRe: sizeof() question Pin
Blake Miller18-Mar-05 11:44
Blake Miller18-Mar-05 11:44 
GeneralRe: sizeof() question Pin
Ravi Bhavnani18-Mar-05 11:53
professionalRavi Bhavnani18-Mar-05 11:53 
QuestionHow do I treat a key combination? Pin
Anonymous18-Mar-05 10:10
Anonymous18-Mar-05 10:10 
AnswerRe: How do I treat a key combination? Pin
includeh1018-Mar-05 10:33
includeh1018-Mar-05 10:33 
GeneralRe: How do I treat a key combination? Pin
Anonymous18-Mar-05 10:43
Anonymous18-Mar-05 10:43 
AnswerRe: How do I treat a key combination? Pin
Blake Miller18-Mar-05 11:47
Blake Miller18-Mar-05 11:47 
GeneralCOM question Pin
act_x18-Mar-05 9:14
act_x18-Mar-05 9:14 
GeneralDeveloper with MP3 Library Pin
fishwolf18-Mar-05 5:38
fishwolf18-Mar-05 5:38 
GeneralRe: Developer with MP3 Library Pin
Ravi Bhavnani18-Mar-05 10:24
professionalRavi Bhavnani18-Mar-05 10:24 
Generalcximage Pin
Lampros Giampouras18-Mar-05 4:22
Lampros Giampouras18-Mar-05 4:22 
GeneralRe: cximage Pin
Iain Clarke, Warrior Programmer18-Mar-05 4:28
Iain Clarke, Warrior Programmer18-Mar-05 4:28 
GeneralRe: cximage Pin
tim63518-Mar-05 4:58
tim63518-Mar-05 4:58 
Generalsend value from .dll to application Pin
Member 178485318-Mar-05 3:56
Member 178485318-Mar-05 3:56 

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.