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

Search:

Type: Posts; User: SebGarcia

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    12,625

    Re: Detect Current Display/Screen

    yes, the 0x8000000 is the flag (http://msdn.microsoft.com/en-us/library/ff546605.aspx) for an internal display.

    actually i have all the information i need, just the link is missing
    * a window is...
  2. Replies
    6
    Views
    12,625

    Re: Detect Current Display/Screen

    Ok, I have to do it another way, because:

    GetMonitorInfo gives me \\.\DISPLAY1
    WMIMonitorID querying gives me sth. like DISPLAY\LGD0032\7&14066721&0&UID50331920_0
    MonitorConnectionParams...
  3. Replies
    6
    Views
    12,625

    Re: Detect Current Display/Screen

    Hi again, and thanks for both answers!

    The Multiple Displays Monitor Functions was exactly what I was looking for, I hope..at least, it feels good. When I understood Vladimir right, you can't yet...
  4. Replies
    6
    Views
    12,625

    Detect Current Display/Screen

    Hello,

    I want to build a tiny application in Windows Vista. It should tell me, whether it (the application window itself) is displayed on the screen of a laptop or on an external screen. I'd like...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured