Hi, all,
I will draw a picture using
VB, when I do it in the
VB exe file, draw some line and text box, it works fine, but when I put the exactly codes in the dll, then call the method from the ASP, I always get the error message when I try to create the text box or label using:objDocument.Shapes.AddTextbox() or objDocument.Shapes.AddLabel(), I get the error message that "the specified value is out of range", even I set the label or box start point is (0,0), and the width = 1, height =1, still get the error message, what's wrong??????????????
URGENT!URGENT!URGENT!URGENT!URGENT! I have to finish this before the end of today. Can anybody help me, I will be very appreciate!!!!
Andraw