I know how to resize a Picturebox which has a picture in it... duh.

But I have a picturebox, in which I am only inserting some text into it.

I establish the currentx and currenty; I establish the fontname, bold, etc.,
and the forecolor.
I then use the "print" method to place text in the picturebox.
Works great.

But I now want the picturebox to resize down (or up) to just big enough to hold the inserted text.
It does NOT have a picture in it.

I've been looking for days... can't find anything.

Any thoughts ?