Message from discussion
common dialog setting defaults for other VB6 programs?
Received: by 10.66.80.166 with SMTP id s6mr4611292pax.30.1349758892966;
Mon, 08 Oct 2012 22:01:32 -0700 (PDT)
Path: g9ni68476pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!news-hub.siol.net!news.mi.ras.ru!goblin3!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From: "Mike Williams" <M...@WhiskyAndCoke.com>
Newsgroups: microsoft.public.vb.general.discussion
Subject: Re: common dialog setting defaults for other VB6 programs?
Date: Tue, 2 Oct 2012 11:15:09 +0100
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <k4eeqo$l66$1@dont-email.me>
References: <k42q7q$3kh$1@speranza.aioe.org> <k43pgu$2ru$1@speranza.aioe.org> <k43s3j$94g$1@speranza.aioe.org> <k43spv$b8o$1@speranza.aioe.org> <k445q9$8vr$1@dont-email.me> <k453a5$i8c$1@speranza.aioe.org> <k46oak$chs$1@dont-email.me> <k4dc1g$fu2$1@speranza.aioe.org> <k4dct3$hdm$1@speranza.aioe.org> <k4dicj$rr9$1@speranza.aioe.org> <k4dj27$t8n$1@speranza.aioe.org>
Mime-Version: 1.0
Injection-Date: Tue, 2 Oct 2012 10:14:48 +0000 (UTC)
Injection-Info: mx04.eternal-september.org; posting-host="619decb43133060fc80fd8addf88dbd0";
logging-data="21702"; mail-complaints-to="ab...@eternal-september.org"; posting-account="U2FsdGVkX1+WOgMycibLTLu6P342MgqWv3YhO7BBsos="
X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049
In-Reply-To: <k4dj27$t8n$1@speranza.aioe.org>
X-Newsreader: Microsoft Windows Mail 6.0.6001.18000
Cancel-Lock: sha1:huYtEOcFWfiJp7uvDKqUm5dqY8o=
X-Priority: 3
X-MSMail-Priority: Normal
Bytes: 2179
Content-Type: text/plain;
format=flowed;
charset="iso-8859-1";
reply-type=response
Content-Transfer-Encoding: 8bit
"Eduardo" <m...@mm.com> wrote in message
news:k4dj27$t8n$1@speranza.aioe.org...
>
>>> "Eduardo" <m...@mm.com> escribi� en el mensaje
>>> news:k4dicj$rr9$1@speranza.aioe.org...
>>> The function PlayEnhMetaFile has a RECT as a parameter, but I don't
>>> figure how to paste the different pages (different metafiles) into the
>>> correct pages in the hDC.
>
> I think I found it, APIs StartDoc, StartPage over the hDC.
Yep, that's it. Use StartDoc initially and then use as many pairs of
StartPage . . . EndPage as there are pages in your document, finally ending
with an EndDoc.
Mike