Click here to Skip to main content
15,904,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to intercept screen arbitrarily? Pin
huaiguczx29-Jun-06 23:30
huaiguczx29-Jun-06 23:30 
AnswerRe: How to intercept screen arbitrarily? Pin
Ivy_Venkat29-Jun-06 23:34
Ivy_Venkat29-Jun-06 23:34 
AnswerRe: How to intercept screen arbitrarily? Pin
David Crow30-Jun-06 2:37
David Crow30-Jun-06 2:37 
QuestionHow to Replace a line in a .TXT file Pin
zxc8929-Jun-06 23:17
zxc8929-Jun-06 23:17 
AnswerRe: How to Replace a line in a .TXT file Pin
Ivy_Venkat29-Jun-06 23:27
Ivy_Venkat29-Jun-06 23:27 
QuestionRe: How to Replace a line in a .TXT file Pin
David Crow30-Jun-06 2:40
David Crow30-Jun-06 2:40 
AnswerRe: How to Replace a line in a .TXT file Pin
Stephen Hewitt30-Jun-06 4:03
Stephen Hewitt30-Jun-06 4:03 
QuestionGetPixel intercept [modified] Pin
Venkat_Ivy29-Jun-06 23:16
Venkat_Ivy29-Jun-06 23:16 
I need to intercept the GDI ::GetPixel() API. I need to get the screen coordinates before GDI can do it's default processing. I need this capability on Win98/ME/2000/XP. Here is what I have found out so far -

1. The SetDDIHook API seems to be gone. Not sure if it is still available to program as part of VS 6.0 headers/libraries. The API documentation mentions something about 16 bit DLLs, so again not sure if it applies to the 32 bit OSs that I am interested in.

2. Would writing a filter video driver do the job? If so, where would I get the IOCTL codes for GetPixel that needs to be intercepted? I assume there is some IOCTL code for GetPixel which the display video driver would look at.

-- modified at 1:16 Monday 3rd July, 2006
Questionhow to fix the minimum size of the window? Pin
mimimimilaw29-Jun-06 23:10
mimimimilaw29-Jun-06 23:10 
AnswerRe: how to fix the minimum size of the window? Pin
ovidiucucu29-Jun-06 23:50
ovidiucucu29-Jun-06 23:50 
GeneralRe: how to fix the minimum size of the window? Pin
mimimimilaw30-Jun-06 0:03
mimimimilaw30-Jun-06 0:03 
AnswerRe: how to fix the minimum size of the window? Pin
Viorel.29-Jun-06 23:51
Viorel.29-Jun-06 23:51 
GeneralRe: how to fix the minimum size of the window? Pin
mimimimilaw30-Jun-06 0:03
mimimimilaw30-Jun-06 0:03 
QuestionError in controlling play volume Pin
programmer8129-Jun-06 22:46
programmer8129-Jun-06 22:46 
QuestionMultiple CHtmlView problem [modified] Pin
hyzerfool29-Jun-06 22:40
hyzerfool29-Jun-06 22:40 
QuestionRe: Multiple CHtmlView problem Pin
Viorel.29-Jun-06 23:37
Viorel.29-Jun-06 23:37 
AnswerRe: Multiple CHtmlView problem Pin
hyzerfool1-Jul-06 18:54
hyzerfool1-Jul-06 18:54 
QuestionPlay simple Avi file in WIN32 API C++ Pin
Ward29-Jun-06 22:25
Ward29-Jun-06 22:25 
AnswerRe: Play simple Avi file in WIN32 API C++ Pin
Sarath C29-Jun-06 22:29
Sarath C29-Jun-06 22:29 
GeneralRe: Play simple Avi file in WIN32 API C++ Pin
Ward29-Jun-06 23:10
Ward29-Jun-06 23:10 
GeneralRe: Play simple Avi file in WIN32 API C++ Pin
David Crow30-Jun-06 2:46
David Crow30-Jun-06 2:46 
GeneralRe: Play simple Avi file in WIN32 API C++ [modified] Pin
Ward30-Jun-06 2:55
Ward30-Jun-06 2:55 
GeneralRe: Play simple Avi file in WIN32 API C++ Pin
David Crow30-Jun-06 3:34
David Crow30-Jun-06 3:34 
GeneralRe: Play simple Avi file in WIN32 API C++ Pin
Ward2-Jul-06 20:30
Ward2-Jul-06 20:30 
AnswerRe: Play simple Avi file in WIN32 API C++ Pin
Hamid_RT29-Jun-06 23:43
Hamid_RT29-Jun-06 23:43 

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.