CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cdm319

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    5,713

    Get cell contents from HTML Table.

    Hello,

    I'm relatively new to C# programming, and right in the middle of a little mini-project of mine, I've come across a stumbling block that I'm hoping someone can shed a bit of light on...
    ...
  2. Replies
    7
    Views
    8,544

    Re: Migrating to VC++ 2008

    Thanks, that's great!
  3. Replies
    7
    Views
    8,544

    Re: Migrating to VC++ 2008

    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...
  4. Replies
    7
    Views
    8,544

    Re: Migrating to VC++ 2008

    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...
  5. Replies
    7
    Views
    8,544

    [RESOLVED] Migrating to VC++ 2008

    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...
  6. Replies
    4
    Views
    4,165

    Re: Get Video Card Information

    The Driver Name, Memory Size and the DLL.
  7. Replies
    4
    Views
    4,165

    Get Video Card Information

    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...
  8. Replies
    3
    Views
    816

    Re: CPU Usage of a process

    thanks very much - this really helped. Thanks again
  9. Replies
    3
    Views
    816

    [RESOLVED] CPU Usage of a process

    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
  10. Replies
    3
    Views
    1,236

    Re: Detecting Capacity Of VRAM Installed

    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...
  11. Replies
    0
    Views
    765

    Getting Sound Card Info

    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...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured