Click here to Skip to main content
15,909,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Installed Apps via WMI or Other Pin
JerryFW11-Nov-03 7:04
JerryFW11-Nov-03 7:04 
GeneralScreen info Pin
Anonymous11-Nov-03 2:37
Anonymous11-Nov-03 2:37 
GeneralRe: Screen info Pin
David Crow11-Nov-03 2:46
David Crow11-Nov-03 2:46 
QuestionHow to decode an audio bitstream using Directx??? Pin
elza11-Nov-03 1:27
elza11-Nov-03 1:27 
Generalextended procedure for sql server Pin
mhmoud rawas11-Nov-03 1:17
mhmoud rawas11-Nov-03 1:17 
GeneralRe: extended procedure for sql server Pin
geo_m11-Nov-03 7:49
geo_m11-Nov-03 7:49 
Generaldelay in calling WM_DRAWITEM Pin
Dudi Avramov11-Nov-03 1:14
Dudi Avramov11-Nov-03 1:14 
GeneralRe: delay in calling WM_DRAWITEM Pin
Roger Allen11-Nov-03 3:18
Roger Allen11-Nov-03 3:18 
Its probably due to the difference between a selection change and no change.

When you click the item for the 1st time, the control sends a message to the windows owner using SendMessage(). This causes the message loop to pump and process all the messages in the queue (otherwise the thread would block) which causes any WM_DRAWITEMs in the queue to be processed. When clicking the item the second time, the selection changing messages are not sent, as there has been no selection change, so the queue is not pumped until it returns from the LButton handler.


Roger Allen
Sonork 100.10016

Death come early, death come late,
It takes us all, there is no reason.
For every purpose under heaven,
To each a turn, to each a season.
A time to weep and a time to sigh,
A time to laugh and a time to cry,
A time to be born and a time to die.
Dust to dust and ashes to ashes,
And so I end my song.

GeneralRe: delay in calling WM_DRAWITEM Pin
Dudi Avramov11-Nov-03 4:45
Dudi Avramov11-Nov-03 4:45 
GeneralRe: delay in calling WM_DRAWITEM Pin
Roger Allen11-Nov-03 5:59
Roger Allen11-Nov-03 5:59 
GeneralRe: delay in calling WM_DRAWITEM Pin
Dudi Avramov11-Nov-03 6:40
Dudi Avramov11-Nov-03 6:40 
Generalnewbie button method question Pin
gavshan10-Nov-03 23:58
gavshan10-Nov-03 23:58 
GeneralRe: newbie button method question Pin
Michael P Butler11-Nov-03 0:57
Michael P Butler11-Nov-03 0:57 
GeneralRe: newbie button method question Pin
asierra11-Nov-03 4:04
asierra11-Nov-03 4:04 
GeneralControl not displayed Pin
Shenthil10-Nov-03 23:37
Shenthil10-Nov-03 23:37 
GeneralRe: Control not displayed Pin
David Crow11-Nov-03 2:28
David Crow11-Nov-03 2:28 
GeneralHelp in Automating with vc++, about word. Pin
Jim Chan10-Nov-03 23:12
Jim Chan10-Nov-03 23:12 
GeneralRe: Help in Automating with vc++, about word. Pin
Michael P Butler11-Nov-03 1:02
Michael P Butler11-Nov-03 1:02 
QuestionHow to run Macros in VS.Net 2003? Pin
ed welch10-Nov-03 22:21
ed welch10-Nov-03 22:21 
GeneralReconstruct original audio from the compressed form using Directx Pin
elza10-Nov-03 21:59
elza10-Nov-03 21:59 
Questionvc6.0 Dependices Files? Pin
murali_utr10-Nov-03 21:56
murali_utr10-Nov-03 21:56 
AnswerRe: vc6.0 Dependices Files? Pin
David Crow11-Nov-03 2:30
David Crow11-Nov-03 2:30 
GeneralDeveloping Application in International Languages... Pin
Gaurang_Shah10-Nov-03 21:29
Gaurang_Shah10-Nov-03 21:29 
GeneralSequence number Pin
styve10-Nov-03 21:17
styve10-Nov-03 21:17 
Generalproblem in using SQLDriverConnect function Pin
samhita10-Nov-03 21:13
samhita10-Nov-03 21:13 

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.