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

C / C++ / MFC

 
GeneralRe: Weird thing with GetKeyState() Pin
Mike Dimmick11-Aug-03 3:02
Mike Dimmick11-Aug-03 3:02 
GeneralRe: Weird thing with GetKeyState() Pin
HPSI11-Aug-03 3:18
HPSI11-Aug-03 3:18 
QuestionHow to get application icon associated with a file Pin
gumber11-Aug-03 2:23
gumber11-Aug-03 2:23 
AnswerRe: How to get application icon associated with a file Pin
David Crow11-Aug-03 2:38
David Crow11-Aug-03 2:38 
AnswerRe: How to get application icon associated with a file Pin
Jason Henderson11-Aug-03 3:28
Jason Henderson11-Aug-03 3:28 
GeneralGlobal variable Pin
Jerome Conus11-Aug-03 2:07
Jerome Conus11-Aug-03 2:07 
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 

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.