picture box woes...

i have a problem when print text in my picture box.... if i change the BACKCOLOR in my picturebox and then print text to it, i end up with a white background only behind the text... making it look dumb.
how can i make the text background transparent so it doesnt cause this?
thanks for any help anyone gives...

Comments

  • : i have a problem when print text in my picture box.... if i change the BACKCOLOR in my picturebox and then print text to it, i end up with a white background only behind the text... making it look dumb.
    : how can i make the text background transparent so it doesnt cause this?
    : thanks for any help anyone gives...
    :

    BackColor is the background color for the next operation. The background for the text should be what's already there; if not, then look into the TextOut API and see if that'll work for you.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion