PDA

View Full Version : DrawOrder Command in VBA


rneves_sp
26-04-2006, 02:19 PM
Hi,

Somebody knows how can I use the DrawOrder (Tools -> Display Order) command in VBA? I'd like to create a hatch object over part of a bitonal raster image, and then send it to back (or bring the image to front) to display the image.

Thank's
Ricardo

Paul_Cadtastic
08-02-2007, 11:21 AM
The easiest way I did it was using thisdrawing.sendcommand and then typed the commands separated with + (to signify a return). You may wish to try it.