Results 1 to 2 of 2

Thread: hdc problems (textout)

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Posts
    9

    Question

    I want to draw some text with textout() and drawtext() on the top of all windows. The result would be a simple text on the screen. My question is: Which hdc am I supposed to draw on? A new one made with createdc() or a new window?

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    You could enum the windows and get the dc of evry window in the EnumProc and draw to them.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

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