Guest cgchris99 Posted August 1, 2002 Posted August 1, 2002 I have a digital I/O card in a PC that will generate an IRQ on change of state of the Digital Input. They have reference code on how to handle this in Visual C but nothing on VB or VB.net. How do I write an event handler that fires on IRQ 16? An example would be great. Thanks Quote
*Gurus* divil Posted August 2, 2002 *Gurus* Posted August 2, 2002 You can't. .NET is way, way higher level than handling IRQs. You'll have to do it in Visual C++. If you used the Managed Classes you might be able to expose your C++ program as a .NET class with an event, but it's going to be an awful lot of effort. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.