I have 2 transparent forms with line art on them. Is there an API call and/or properties to add the "line-art" on the 2 forms together onto a third "regular" form? Maybe something that would do this;
Form3."FormArt" = "Form1."FormArt" + Form2."FormArt"
Thanks