October 24th, 2009 04:28 AM
I have a situation where I want to code a C++ console based application using Visual Studio 2005 or higher but cannot use .NET framework. I mean at the client side the application should run even if...
October 23rd, 2009 08:19 AM
I am using visual studio 6 to develop a VC++ application (Console based non MFC) to trigger an event. But when I run it, a black console window just flashes & goes off. However it successfully...
October 8th, 2009 12:57 PM
I have only a single webcam & want to access simultaneously
October 8th, 2009 01:02 AM
I don't think its 'impossible' to prevent locking of camera driver. Because there is an application called 'Screencamera' which is basically a desktop sharing application but it has its own driver...
October 6th, 2009 02:09 AM
I have a Creative Web cam. I want to access it's driver using multiple applications at the same instance. Is there anyway possible? Do I have to code a new driver which can mask this driver to...