Click here to Skip to main content
15,898,957 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to write a event at a program in Win xp environment that is triggered when a pulse send to a special port of copmuter.
but events that write at visual programing in class modules should be raised inside a standard event of other component and
don't work independently.
in DOS environment it can write with interrupts and programing interrupts but in win xp i want to know how can I do that?
so I would appreciate it if you advise me about this problem.
Posted

1 solution

wrote:
in DOS environment it can write with interrupts and programing interrupts but in win xp i want to know how can I do that?


I don't think you are allowed to do this in Windows XP and beyond, as it has the potential to compromise the OS and hence other applications. However I think there is a facility for hooking into the device driver stack and capturing information at a fairly low level. I think that this site[^] has some useful information.

[edit]oops, original link was the wrong OSR[/edit]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900