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

Search:

Type: Posts; User: mediawiz

Search: Search took 0.03 seconds.

  1. Programatically (via C++) reboot Windows to the BIOS/UEFI configuration screen?

    Anyone have any idea (or know where I can find out) how to" programatically" (via C++) reboot Windows to the BIOS/UEFI configuration screen?
  2. How to monitor Intel QuickSync GPU usage/load???

    I am working with Intel QuickSync based GPU accelerated transcoding software (created by various sources), and I need to find a way to monitor the following for the Intel GPU on each server:
    - Total...
  3. Re: Need help drawing rectangle on Windows desktop...

    No. I'm sorry. This doesn't help at all.
    Where are examples of doing this? What function calls or classes would be used to do this?
    What you have described is very vague.
  4. Need to create transparent window with visible boarder...

    I have an application in which I need to create a window with the following attributes:
    - The window background is transparent (the client area is invisible, and you can see what's behind it)
    - The...
  5. Re: Need help drawing rectangle on Windows desktop...

    What Windows function call do I use to do item 1, or where can I find a code example to do that?
  6. Need to create transparent window with visible boarder...

    I have created an application that copies a specified rectangle from the Windows desktop and creates a video stream from it. I have the basic functionality working.

    I need a means of drawing a...
Results 1 to 6 of 7





Click Here to Expand Forum to Full Width

Featured