CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: static text

  1. #1
    Guest

    static text

    hai ,
    This question has already put in the forum but it didn't give results.

    The question is i have a created a static text at runtime.

    i want to display that static text in a bitmap which has multiple colors in it.

    i wanted to disply that text as a transparent. EVen if i give
    setbkmode as transparent in onctlcolor it is not working.

    i cannot setbkcolor the color of the bitmap because the color of the bitmap is

    not uniform and the static text can be put in any place in bitmap.
    please give replies since it is urgent to me.

    regards
    satish.,



  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: static text

    I don't know totally what you are trying to do, but why do you need to create a control? Why not use DrawText(), TextOut() or ExtTextOut()?

    Regards,

    Paul McKenzie


  3. #3
    Guest

    Re: static text

    i need to create a control because i have to move it to any position i like

    if i do it in static text it will be erased if i move the text over it.

    please reply with an answer

    thanks and happy if you reply


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