Results 1 to 2 of 2

Thread: Displaying Text Directly on the screen

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    1

    Wink Displaying Text Directly on the screen

    Hi:
    How can i write a text or display an image directly on the screen ( not
    on a form ) like subtitles in movies. I also need to make the text freely moveable in the screen.

    Any help will be highly appreciated.


    Thanks
    VC

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Grab the desktop's DC by using the GetDesktopWindow API, then using the GetDC API on that. Then you can use the TextOut API to draw the text.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

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