January 26th, 2009 09:58 AM
Hi all,
I can't believe I have been so stupid! Accessing the control is EXACTLY the same as using a Windows Form! Apologies for wasting everyones time - and to think I spent an hour trying to...
January 26th, 2009 09:40 AM
Hi all,
I've just started looking at WPF after playing with C# for a while. As such I'm starting by using XAML to define my form and then use C# to do the interesting stuff behind. For my first...
January 3rd, 2007 03:44 AM
Hi all,
I would like to write a filter driver for the APIC, specifically to be able to generate an interrupt from it at a regular interval (this is something I need to be able to do). I am quite...
January 23rd, 2006 09:36 AM
Hi all,
Does anyone know of a fast IEE 754 compliant floating point library that I can use at elevated IRQL? I'm currently using SoftFloat which is good but it is a little slow.
Thanks,
...
March 30th, 2005 04:57 AM
All,
I have written a kernel mode driver using Jungo's WinDriver. At the moment I have a PCI card generating interrupts every 1ms. I deal with the interrupts within the Interrupt Service Routine...