Picture Box

Started by Basher · 2012-03-09 15:10 UTC · 2 replies · SMF topic #1770

Hi ALL ,

Im trying to make alist of all the text in the drawing
the list i display by a Grid : 1st column "Text Value" , 2nd column "text layer" , .........

now when I select a row , I want to see the text at a "Picture Box" with the same font (.SHX) (exatly , how this text appear at the drawing (only what written) )


some help please ,,, 
Hi, don't do it with a picturebox but with a blockview. Create a temporary blockdefinition and copy the text object into the block (using vla-CopyObjects method).

Regards, Fred
thanx