I'm trying to find a way for a C# program to react to a change in screen resolution. I know that you can determine the current resolution using System.Windows.Forms.Screen..., but I don't see any ...
I have a USB Philips SpeechMike 6274 that I need to programmatically control via C#.<BR><BR>Is using the the MCI Command Strings my only real option?<BR><BR>Anybody have any suggestions on how to use ...