I am writing a visual basic application that creates autocad drawings automatically. My goal is create a PViewport with a title block. This application is expected to work on the web. I am running into two problems. Problem 1) the only way I can find to set the scale of the pviewport is the zoomscaled command. In order to utilize this command the autocad window is required to be visible. Server-side scripting on a web server forbids this. Is there any way to set the scale of a pviewport without using zoomscaled? Or is it possible to use zoomscaled without exposing the autocad window? Problem 2) the autocad 2006 interface for vb.net does not allow the creation of pviewports or mtext objects. Has anyone else run across this problem? Thanks in advance