Search found 3 matches
- Thu Feb 19, 2015 1:41 pm
- Forum: newLISP and the O.S.
- Topic: screenshot in Win7
- Replies: 4
- Views: 8668
Re: screenshot in Win7
Wow, it looks so amazing and easy! :) So, may be I move some my number-crunchers to C-DLLs. ;) Thanks!
- Thu Feb 19, 2015 10:35 am
- Forum: newLISP and the O.S.
- Topic: screenshot in Win7
- Replies: 4
- Views: 8668
Re: screenshot in Win7
I do not need to save the image to a file, I want to analyze it programmatically. Something similar to this: typedef struct point { int x; int y; } Point; Point points[] = { { 1, 10 }, { 20, 3 }, { 640, 480 }, { 0, 0 } }; COLORREF colors[4]; HDC h = GetDC(NULL); // handle of desktop for( int i = 0; ...
- Wed Feb 18, 2015 5:11 pm
- Forum: newLISP and the O.S.
- Topic: screenshot in Win7
- Replies: 4
- Views: 8668
screenshot in Win7
How to take screenshot in Win7?