|
| printing in internet explorer |
 |
Wed, 10 Jan 2007 15:40:00 -080 |
Hello Everyone,
I am trying to print a page from internet explorer. whenever i print a page
usinf file- print option, the URL gets printed at the botom of the page and
also at the top of the page "page 1 of 1" gets displayed. Is there any
way I
can remove "page 1 of 1" and url informtion while printing the page.
Thanks.
Any help will be greatly appreciated.
|
| Post Reply
|
| Re: printing in internet explorer |
 |
Wed, 10 Jan 2007 21:31:38 -060 |
"Vinki" <Vinki@discussions.microsoft.com> wrote in message
news:15EF767E-46EA-4B91-8219-5589801FDA5D@microsoft.com...
> Hello Everyone,
>
> I am trying to print a page from internet explorer. whenever i print a
> page
> usinf file- print option, the URL gets printed at the botom of the page
> and
> also at the top of the page "page 1 of 1" gets displayed. Is
there any way
> I
> can remove "page 1 of 1" and url informtion while printing the
page.
>
> Thanks.
>
> Any help will be greatly appreciated.
>
Yes, in File | Page Setup.
--
Frank Saunders, MS-MVP OE/WM
http://www.fjsmjs.com
Answer in newsgroup. Don't send mail.
|
| Post Reply
|
| RE: printing in internet explorer |
 |
Wed, 24 Jan 2007 14:50:03 -080 |
Use this reg key to manipulate IE print header/footer/margins..
StrKey = @"Software\Microsoft\Internet Explorer\PageSetup";
Key = Registry.CurrentUser.CreateSubKey(StrKey);
"Vinki" wrote:
> Hello Everyone,
>
> I am trying to print a page from internet explorer. whenever i print a page
> usinf file- print option, the URL gets printed at the botom of the page and
> also at the top of the page "page 1 of 1" gets displayed. Is
there any way I
> can remove "page 1 of 1" and url informtion while printing the
page.
>
> Thanks.
>
> Any help will be greatly appreciated.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|