Re: Another Printing Question
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Tue, 4 Jul 2006 21:34:44 +0200
"Anne DeBlois" <annedeblois@xxxxxxxxxxxxxxxx> schrieb:
You can basically pass the scaled height and width to 'DrawImage'. Note that backslashes inside string literals must not be escaped in VB.NET.
You mean I can pass parameters to the DrawImage method?
Yes, just check out the different overloads in the documentation or the object browser.
As for the escaped backslashes, I had to do it because I got a first chance exception (FileNotFound) using "simple" backslashes when compiling... Someone suggested that I escape them.
Sorry, but that's nonsense for VB.NET -- are you sure you are using VB.NET?!
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
.
- Follow-Ups:
- Re: Another Printing Question
- From: Anne DeBlois
- Re: Another Printing Question
- References:
- Another Printing Question
- From: Anne DeBlois
- Re: Another Printing Question
- From: Herfried K. Wagner [MVP]
- Re: Another Printing Question
- From: Anne DeBlois
- Another Printing Question
- Prev by Date: How to access cross-site DOM tree
- Next by Date: Re: dotnet activex equivalent?
- Previous by thread: Re: Another Printing Question
- Next by thread: Re: Another Printing Question
- Index(es):
Relevant Pages
|