CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    148

    Output of specific application on LCD

    Hi All,

    I want to redirect the output of a specific application on LCD/TV like devices.

    What this type of technology is described as??

    I want to start googling on that, but i dont know from where i should start becuase i dont know the exact word or discription used for that...

    Thanx for any kind of help....

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Output of specific application on LCD

    Search for something like using TV as a PC monitor...
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: Output of specific application on LCD

    If the TV is connected as a secondary monitor, you can simple use SetWindowPos to position your application on the tv.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured