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

C / C++ / MFC

 
Generalgrid column resize Pin
BlackDogEngineering6-Jun-02 14:10
BlackDogEngineering6-Jun-02 14:10 
General_variant_t vs VARIANT Pin
6-Jun-02 13:11
suss6-Jun-02 13:11 
GeneralRe: _variant_t vs VARIANT Pin
Christian Graus6-Jun-02 13:20
protectorChristian Graus6-Jun-02 13:20 
GeneralRe: _variant_t vs VARIANT Pin
Paul M Watt6-Jun-02 17:40
mentorPaul M Watt6-Jun-02 17:40 
GeneralBitmap to buffer to display Pin
Guibz6-Jun-02 12:14
Guibz6-Jun-02 12:14 
GeneralRe: Bitmap to buffer to display Pin
Christian Graus6-Jun-02 13:00
protectorChristian Graus6-Jun-02 13:00 
Questionhow to capture the screen efficiently? Pin
6-Jun-02 12:13
suss6-Jun-02 12:13 
AnswerRe: how to capture the screen efficiently? Pin
Paul M Watt6-Jun-02 17:45
mentorPaul M Watt6-Jun-02 17:45 
Most likely you will have to resort to a virtual video driver the same way that netmeeting does. There is a function called GetBoundsRect that will accumulate changes to a DC, but I have not been able to get it to work with a WindowsDC only memory DCs. So if you can get that to work more poer to you (and I would also like to know what you did to get it to work).

Besides that I have done quite a bit of work to capture the screen and the fastest that I could get my utility was about 800ms on a 1000Mhz machine. The bottleneck is sending the data from the video card memory to system memory.

Once again, look at how netmeeting accomplishes this, they incorporate a virtual video driver so all new screen updates are written to their buffer as well as the screen buffer.


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

AnswerRe: how to capture the screen efficiently? Pin
Mike Nordell7-Jun-02 1:54
Mike Nordell7-Jun-02 1:54 
QuestionHow do i convert char * to LPOLESTR? Pin
redeemer6-Jun-02 11:27
redeemer6-Jun-02 11:27 
AnswerRe: How do i convert char * to LPOLESTR? Pin
Christian Graus6-Jun-02 11:40
protectorChristian Graus6-Jun-02 11:40 
GeneralRe: How do i convert char * to LPOLESTR? Pin
redeemer6-Jun-02 12:52
redeemer6-Jun-02 12:52 
GeneralRe: How do i convert char * to LPOLESTR? Pin
Christian Graus6-Jun-02 12:59
protectorChristian Graus6-Jun-02 12:59 
GeneralRe: How do i convert char * to LPOLESTR? Pin
redeemer6-Jun-02 13:01
redeemer6-Jun-02 13:01 
GeneralRe: How do i convert char * to LPOLESTR? Pin
Christian Graus6-Jun-02 13:18
protectorChristian Graus6-Jun-02 13:18 
GeneralRe: How do i convert char * to LPOLESTR? Pin
Ernest Laurentin6-Jun-02 19:26
Ernest Laurentin6-Jun-02 19:26 
GeneralDrawing tool Pin
Haakon S.6-Jun-02 10:28
Haakon S.6-Jun-02 10:28 
GeneralRe: Drawing tool Pin
Paul M Watt6-Jun-02 17:48
mentorPaul M Watt6-Jun-02 17:48 
GeneralRe: Drawing tool Pin
Haakon S.6-Jun-02 18:54
Haakon S.6-Jun-02 18:54 
GeneralRe: Drawing tool Pin
Paul M Watt6-Jun-02 19:45
mentorPaul M Watt6-Jun-02 19:45 
QuestionRelease mode TRACE? Pin
clintsinger6-Jun-02 10:16
clintsinger6-Jun-02 10:16 
AnswerRe: Release mode TRACE? Pin
John M. Drescher6-Jun-02 10:15
John M. Drescher6-Jun-02 10:15 
GeneralRe: Release mode TRACE? Pin
clintsinger6-Jun-02 10:26
clintsinger6-Jun-02 10:26 
AnswerRe: Release mode TRACE? Pin
PJ Arends6-Jun-02 19:18
professionalPJ Arends6-Jun-02 19:18 
Questioncustom control - how can you get mouse messages? Pin
Cathy6-Jun-02 9:29
Cathy6-Jun-02 9:29 

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.