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.
StrKey = @"Software\Microsoft\Internet Explorer\PageSetup";
Key = Registry.CurrentUser.CreateSubKey(StrKey);