February 6th, 2009 06:23 PM
February 6th, 2009 05:19 PM
Ok, thanks! Are there any GUI Frameworks for Native C++ that anyone would recommend? I'd quite like to keep the current C++ coding of the program backend, due to the speed considerations when...
February 6th, 2009 02:44 PM
Well, when I created the new project, I soon discovered the new syntax, ie. using ^ and "gcnew" etc... So a book about that. I'm assuming that's what Ixiterra's suggestion refers to, so thank you...
January 23rd, 2009 01:38 PM
Hi everyone,
I'm a Computer Science student who has experimented a bit with native C++, creating a few basic applications etc. Recently, I won a competition and received Visual Studio 2008 as my...
August 13th, 2008 12:26 PM
The Driver Name, Memory Size and the DLL.
August 13th, 2008 07:12 AM
Hi,
I have been trying to retrieve Video Card Information from the Registry. I am using code to look at the key
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO\Device\Video0
and therefore get...
February 13th, 2007 02:40 PM
thanks very much - this really helped. Thanks again
February 13th, 2007 12:40 PM
Hey, I was wondering if anyone knew of a way to get the CPU Usage of a certain process programmatically? like in the task manager in the processes tab.
Thanks
January 20th, 2007 06:30 PM
You can use the registry - read from the video card area on the registry. Here is how:
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\VIDEO\Device\Video0
it is a string value which points to the...
January 20th, 2007 06:17 PM
Hi everyone,
I was wondering if there was any way to return sound card information to my program. I have searched the registry and the MSDN library for information on how to retrieve the:
Sound...