Board index » Visual Studio » Print landscape from Visual Basic .Net web page

Print landscape from Visual Basic .Net web page

Visual Studio317
Would anyone know of a way that I could force a web page to print in

landscape with VB.net or anyway really?

--

AHIhelp


-
 

Re:Print landscape from Visual Basic .Net web page

"AHIhelp" <AHIhelp@discussions.microsoft.com>wrote in message

Quote
Would anyone know of a way that I could force a web page to print in

landscape with VB.net or anyway really?

--

AHIhelp



You'll want to post that question in a .Net group. They all contain "dotnet"

or "vsnet" in their names.

This and all other groups on the MS server that start with

"microsoft.public.vb" are for VB Classic (VB versions 1-6) and were in

existance long before any .Net products were released. While some of the

code looks the same, they are very different products and require a

different set of groups.



Try one of these:







--

Ken Halter - MS-MVP-VB - www.vbsight.com">www.vbsight.com

DLL Hell problems? Try ComGuard - www.vbsight.com/ComGuard.htm">www.vbsight.com/ComGuard.htm

Please keep all discussions in the groups..





-

Re:Print landscape from Visual Basic .Net web page



"AHIhelp" <AHIhelp@discussions.microsoft.com>wrote in message



Quote
Would anyone know of a way that I could force a web page to print in

landscape with VB.net or anyway really?



And, for future reference:



This is a VB "classic" newsgroup. Questions about VB.NET (including VB 2005,

which has dropped .NET from its name) are off-topic here.



Please ask .NET questions in newsgroups with "dotnet" in their names. The

*.vb.* groups are for VB6 and earlier. If you don't see the *.dotnet.*

groups on your news server, connect directly to the Microsoft server:

msnews.microsoft.com.





-

Re:Print landscape from Visual Basic .Net web page



"AHIhelp" <AHIhelp@discussions.microsoft.com>wrote in message



Quote
Would anyone know of a way that I could force a web page to print in

landscape with VB.net or anyway really?



The only way would be if the DOM provides for this in the print method or

whatever it is you can call from script. It has nothing to do with VB.NET or

any other programming language that might be in use on the server.





-