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

C / C++ / MFC

 
GeneralRe: Shading Pin
Ryan Binns8-Aug-03 4:43
Ryan Binns8-Aug-03 4:43 
GeneralAutomate word and excel Pin
Jason Truong8-Aug-03 3:46
Jason Truong8-Aug-03 3:46 
GeneralRe: Automate word and excel Pin
David Crow8-Aug-03 5:35
David Crow8-Aug-03 5:35 
GeneralClickety Police !! Pin
Rage8-Aug-03 6:15
professionalRage8-Aug-03 6:15 
GeneralVS.NET/Dialog resize feature. Pin
Mike Doner8-Aug-03 3:38
Mike Doner8-Aug-03 3:38 
GeneralRe: VS.NET/Dialog resize feature. Pin
Joel Lucsy10-Aug-03 7:03
Joel Lucsy10-Aug-03 7:03 
GeneralCritical Sections Pin
Patje8-Aug-03 3:33
Patje8-Aug-03 3:33 
GeneralRe: Critical Sections Pin
Neville Franks8-Aug-03 11:21
Neville Franks8-Aug-03 11:21 
My guess is that the profiler isn't telling the truth. The fact that it isn't showing EnterCriticalSection rings alarm bells. Run the program in the debugger and verify that EnterCriticalSection is indeed being called. It must be. If there is a bottleneck it will be at EnterCriticalSection when another thread has it locked. LeaveCriticalSection should be instantaneous.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
QuestionCustomization directory path per project ? Pin
yarp8-Aug-03 3:11
yarp8-Aug-03 3:11 
AnswerRe: Customization directory path per project ? Pin
keegan8-Aug-03 4:17
keegan8-Aug-03 4:17 
AnswerRe: Customization directory path per project ? Pin
HPSI8-Aug-03 4:56
HPSI8-Aug-03 4:56 
GeneralRe: Customization directory path per project ? Pin
yarp8-Aug-03 5:36
yarp8-Aug-03 5:36 
GeneralGetTextMetrics() Pin
SLiDeR8-Aug-03 2:48
SLiDeR8-Aug-03 2:48 
GeneralRe: GetTextMetrics() Pin
HPSI8-Aug-03 4:45
HPSI8-Aug-03 4:45 
GeneralGetting if CHtmlView succedded opening an URL Pin
gcolsani8-Aug-03 2:34
gcolsani8-Aug-03 2:34 
GeneralRe: Getting if CHtmlView succedded opening an URL Pin
Neville Franks8-Aug-03 11:24
Neville Franks8-Aug-03 11:24 
GeneralDetecting network interface changes. Pin
jugurd8-Aug-03 2:29
jugurd8-Aug-03 2:29 
GeneralCall function that copy strings Pin
lano18-Aug-03 2:18
lano18-Aug-03 2:18 
GeneralRe: Call function that copy strings Pin
gcolsani8-Aug-03 2:38
gcolsani8-Aug-03 2:38 
GeneralRe: Call function that copy strings Pin
keegan8-Aug-03 4:20
keegan8-Aug-03 4:20 
GeneralRe: Call function that copy strings Pin
Anthony_Yio11-Aug-03 1:44
Anthony_Yio11-Aug-03 1:44 
GeneralControlling an external window... Pin
Kayembi8-Aug-03 1:58
Kayembi8-Aug-03 1:58 
GeneralRe: Controlling an external window... Pin
Kayembi8-Aug-03 5:49
Kayembi8-Aug-03 5:49 
GeneralOLE Automation of MS Access problem. Pin
vcseeker8-Aug-03 1:37
vcseeker8-Aug-03 1:37 
GeneralMSN like emoticon window Pin
Ph@ntom8-Aug-03 1:04
Ph@ntom8-Aug-03 1:04 

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.