Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get number of characters before the caret? Pin
Jignesh Patel14-Sep-00 6:07
Jignesh Patel14-Sep-00 6:07 
GeneralPrinting with multiple views Pin
Bert Tuyt12-Sep-00 11:18
Bert Tuyt12-Sep-00 11:18 
GeneralRe: Printing with multiple views Pin
lauren15-Sep-00 3:44
lauren15-Sep-00 3:44 
QuestionCHtmlView usage? Pin
James Corrie12-Sep-00 11:08
sussJames Corrie12-Sep-00 11:08 
AnswerRe: CHtmlView usage? Pin
3-Jan-01 9:01
suss3-Jan-01 9:01 
GeneralIWbemServices::ExecNotificationQueryAsync Pin
Lothar12-Sep-00 10:29
Lothar12-Sep-00 10:29 
GeneralDevice Context : Slow Drawing Pin
Hank12-Sep-00 6:05
Hank12-Sep-00 6:05 
GeneralRe: Device Context : Slow Drawing Pin
Feng Yuan www.fengyuan.com12-Sep-00 8:25
sussFeng Yuan www.fengyuan.com12-Sep-00 8:25 
It depends on what do you draw and how do you draw. There is not enough information. Some ideas:

1) do not load bitmaps in the drawing code, pre-load them.
2) do not do unnecessary conversion of bitmaps, for example, convert resource bitmap to DDB.
3) break up big bitmaps, especailly for Windows 9X.
4) cache calculation results.
5) check bounding rectangle returned by BeingPaint.
6) check system region to limit drawing.
...

www.fengyuan.com
GeneralRe: Device Context : Slow Drawing Pin
Erik Funkenbusch13-Sep-00 11:52
Erik Funkenbusch13-Sep-00 11:52 
GeneralResizeToFit when starting minimized Pin
Mike Eriksson12-Sep-00 5:05
Mike Eriksson12-Sep-00 5:05 
GeneralRe: ResizeToFit when starting minimized Pin
Mustafa Demirhan14-Sep-00 23:08
Mustafa Demirhan14-Sep-00 23:08 
GeneralRe: ResizeToFit when starting minimized Pin
Mike Eriksson15-Sep-00 13:45
Mike Eriksson15-Sep-00 13:45 
GeneralSDK: use Dialog as Main Window Pin
Chris Rupp12-Sep-00 1:30
Chris Rupp12-Sep-00 1:30 
GeneralRe: SDK: use Dialog as Main Window Pin
Sam Hobbs12-Sep-00 4:19
Sam Hobbs12-Sep-00 4:19 
GeneralRe: SDK: use Dialog as Main Window Pin
Chris Rupp12-Sep-00 5:36
Chris Rupp12-Sep-00 5:36 
GeneralRTTI Question: testing for inheritance Pin
Jonathan Gilligan11-Sep-00 19:04
Jonathan Gilligan11-Sep-00 19:04 
GeneralRe: RTTI Question: testing for inheritance Pin
Erik Funkenbusch13-Sep-00 11:57
Erik Funkenbusch13-Sep-00 11:57 
QuestionHow to use ADO to connect to the database and retrieve the database . Pin
Kalyan Tej M11-Sep-00 18:14
sussKalyan Tej M11-Sep-00 18:14 
AnswerRe: How to use ADO to connect to the database and retrieve the database . Pin
Mike Eriksson12-Sep-00 3:14
Mike Eriksson12-Sep-00 3:14 
Generalcomctl32 Error Pin
Daniel Barcelos11-Sep-00 17:16
sussDaniel Barcelos11-Sep-00 17:16 
GeneralRe: comctl32 Error Pin
Michael Dunn12-Sep-00 8:52
sitebuilderMichael Dunn12-Sep-00 8:52 
GeneralTrying to find VB equivalent controls Pin
Sean Capstick11-Sep-00 16:51
Sean Capstick11-Sep-00 16:51 
GeneralSubclassing Pin
Jamie Nordmeyer11-Sep-00 9:19
Jamie Nordmeyer11-Sep-00 9:19 
GeneralRe: Subclassing Pin
Nick Hodapp11-Sep-00 11:13
sitebuilderNick Hodapp11-Sep-00 11:13 
GeneralRe: Subclassing Pin
Jamie Nordmeyer11-Sep-00 11:22
Jamie Nordmeyer11-Sep-00 11:22 

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.