Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Global variable Pin
Mike Dimmick11-Aug-03 2:09
Mike Dimmick11-Aug-03 2:09 
GeneralRe: Global variable Pin
Anthony_Yio11-Aug-03 16:09
Anthony_Yio11-Aug-03 16:09 
GeneralDestroy() window in MFC Pin
cberam11-Aug-03 1:53
cberam11-Aug-03 1:53 
GeneralRe: Destroy() window in MFC Pin
jhwurmbach11-Aug-03 2:09
jhwurmbach11-Aug-03 2:09 
GeneralRe: Destroy() window in MFC Pin
HPSI11-Aug-03 2:43
HPSI11-Aug-03 2:43 
GeneralGetPixel function Pin
El'Cachubrey11-Aug-03 0:27
El'Cachubrey11-Aug-03 0:27 
GeneralRe: GetPixel function Pin
HPSI11-Aug-03 2:18
HPSI11-Aug-03 2:18 
QuestionCapture screen, do u have another idea and make it faster? Pin
includeh1011-Aug-03 0:16
includeh1011-Aug-03 0:16 
we are developping a screen capture app, but it is too slow.

the steps are:

1. get WindowDC or screen DC
2. create compatible bitmap and DC
3. call BitBlt function to copy image to compatible DC
4. GetDibits of compatible bitmap then save it to a file

the problem is:
step 3 is too slow (over 200 ms), we need to get all info in 30 ms.

we believe that there must be other ideas to do that, because we know many capture apps work very well.

do u have another idea or how to let it work faster ?

thx in advance


includeh10
AnswerRe: Capture screen, do u have another idea and make it faster? Pin
David Crow11-Aug-03 2:36
David Crow11-Aug-03 2:36 
GeneralRe: Capture screen, do u have another idea and make it faster? Pin
includeh1011-Aug-03 2:42
includeh1011-Aug-03 2:42 
AnswerRe: Capture screen, do u have another idea and make it faster? Pin
igor196011-Aug-03 19:03
igor196011-Aug-03 19:03 
GeneralChecked Menu Item Pin
Abhi@Work11-Aug-03 0:04
Abhi@Work11-Aug-03 0:04 
GeneralRe: Checked Menu Item Pin
Ravi Bhavnani11-Aug-03 3:55
professionalRavi Bhavnani11-Aug-03 3:55 
GeneralRe: Checked Menu Item Pin
Abhi@Work11-Aug-03 18:55
Abhi@Work11-Aug-03 18:55 
GeneralRe: Checked Menu Item Pin
Ravi Bhavnani12-Aug-03 2:36
professionalRavi Bhavnani12-Aug-03 2:36 
GeneralProblem on porting from VC 6 to VC 7 - context sensitive help [Shift F1 Help] - using Onhelphittest() Pin
pralhad10-Aug-03 23:48
pralhad10-Aug-03 23:48 
GeneralComputer Hangs as soon as any MFC file is executed... Pin
Deepak Samuel10-Aug-03 22:52
Deepak Samuel10-Aug-03 22:52 
GeneralRe: Computer Hangs as soon as any MFC file is executed... Pin
Nish Nishant10-Aug-03 23:19
sitebuilderNish Nishant10-Aug-03 23:19 
GeneralRe: Computer Hangs as soon as any MFC file is executed... Pin
David Crow11-Aug-03 2:40
David Crow11-Aug-03 2:40 
GeneralSharing rights Pin
Member 42425910-Aug-03 22:46
Member 42425910-Aug-03 22:46 
GeneralRe: Sharing rights Pin
David Crow11-Aug-03 2:43
David Crow11-Aug-03 2:43 
GeneralRe: Sharing rights Pin
Member 42425911-Aug-03 20:27
Member 42425911-Aug-03 20:27 
GeneralRe: Sharing rights Pin
David Crow12-Aug-03 2:33
David Crow12-Aug-03 2:33 
GeneralProject Templates - VC6 Pin
peterchen10-Aug-03 22:40
peterchen10-Aug-03 22:40 
GeneralRe: Project Templates - VC6 Pin
Andrew Walker10-Aug-03 23:39
Andrew Walker10-Aug-03 23:39 

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.