473,804 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

AxSHDocVw.AxWeb Browser problem :(

hello all,
Sorry for my English. I am making up an application and I must show a web. The web contains a power point but I have a problem because I type something like:
AxWebBrowser.Na vigate(URL)

but with the power point also is showed a vertical scroll bar, and I wish don't show that scroll. May anyone please tell me how I can do that?

Thanks in advance,

Vicente.

Nov 6 '06 #1
2 3064
Tam

Well its not really possible using C# directly I think.

However there is a sneaky way to do it and thats to edit the body tag
of the target page.

<BODY scroll="NO">

That will remove the scroll bars in the browser. Hope this helps you
out ;)

Tam Inglis
Vicente García wrote:
hello all,
Sorry for my English. I am making up an application and I must show a web.. The web contains a power point but I have a problem because I type something like:
AxWebBrowser.Na vigate(URL)

but with the power point also is showed a vertical scroll bar, and I wishdon't show that scroll. May anyone please tell me how I can do that?

Thanks in advance,

Vicente.

------=_NextPart_000_ 000A_01C70191.4 6657B50
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Google-AttachSize: 965

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2>Sorry for my English. I am making up an application
and I must show a web. The web contains a power point but I have a problem
because I type something like:</FONT></DIV>
<DIV>
<P><FONT face=Arial size=2>AxWebBro wser.Navigate(U RL)</FONT></P>
<P><FONT face=Arial size=2>but with the power point also is showed a vertical
scroll bar, and I wish don't show that scroll. May anyone please tell me how I
can do that?</FONT></P>
<P><FONT face=Arial size=2>Thanks in advance,</FONT></P>
<P><FONT face=Arial size=2>Vicente. </FONT></P>
<P><FONT face=Arial size=2></FONT>&nbsp;</P></DIV></BODY></HTML>

------=_NextPart_000_ 000A_01C70191.4 6657B50--
Nov 7 '06 #2
Many thanks,

I found out a thing, you can create a macro with power point and the macro
is in Visual Basic, then you can modify de .ppt with visual studio and the
macro code file with a PowerPoint.Appl ication and a PowerPoint.Pres entation
object you can modify the file
Regards
"Tam" <ta*******@yaho o.comescribió en el mensaje
news:11******** **************@ m73g2000cwd.goo glegroups.com.. .

Well its not really possible using C# directly I think.

However there is a sneaky way to do it and thats to edit the body tag
of the target page.

<BODY scroll="NO">

That will remove the scroll bars in the browser. Hope this helps you
out ;)

Tam Inglis
Vicente García wrote:
hello all,
Sorry for my English. I am making up an application and I must show a web.
The web contains a power point but I have a problem because I type
something like:
AxWebBrowser.Na vigate(URL)

but with the power point also is showed a vertical scroll bar, and I wish
don't show that scroll. May anyone please tell me how I can do that?

Thanks in advance,

Vicente.

------=_NextPart_000_ 000A_01C70191.4 6657B50
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Google-AttachSize: 965

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2>Sorry for my English. I am making up an
application
and I must show a web. The web contains a power point but I have a problem
because I type something like:</FONT></DIV>
<DIV>
<P><FONT face=Arial size=2>AxWebBro wser.Navigate(U RL)</FONT></P>
<P><FONT face=Arial size=2>but with the power point also is showed a
vertical
scroll bar, and I wish don't show that scroll. May anyone please tell me
how I
can do that?</FONT></P>
<P><FONT face=Arial size=2>Thanks in advance,</FONT></P>
<P><FONT face=Arial size=2>Vicente. </FONT></P>
<P><FONT face=Arial size=2></FONT>&nbsp;</P></DIV></BODY></HTML>

------=_NextPart_000_ 000A_01C70191.4 6657B50--

Nov 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1986
by: David Elliott | last post by:
I have created an application that loads assemblies (plugins). These plugins are windows forms that have an embedded browser. private AxSHDocVw.AxWebBrowser browser; If I comment out this.browser = new AxSHDocVw.AxWebBrowser(); and associated code to avoid exceptions like this.browser.Dock = System.Windows.Forms.DockStyle.Fill; this.browser.Enabled = true;
3
3381
by: Simon CJC | last post by:
Hello I use AxSHDocVw.AxWebBrowser in a windows application. But sometimes the url I browsed in AxSHDocVw.AxWebBrowser contains error caused by javascript. Can I prevent javascript from running in AxSHDocVw.AxWebBrowser Thanks Simon CJC
1
2432
by: Pengyu | last post by:
I host AxSHDocVw.AxWebBrowser in my C# application. It generally works ok. However, the AxSHDocVw.AxWebBrowser control sometime stucks and can not nevigate to other URLs. What is the problem? BTW, the network connection is ok. Thanks a lot, Pengyu
0
1179
by: Mystery Man | last post by:
Currently, we use host AxSHDocVw.AxWebBrowser as an HTML editor. There are two questions I have with this control: (1) When the user presses the ENTER key it creates a new paragraph and as a result, there is an extra line of whitespace created. I can detect the user has pressed the newline and change it to \r\n. However, the problem with this are that bullets/numbering no longer work as they look like the require the \para to work....
3
2977
by: Michael C | last post by:
Hi all, Quick question about the AxSHDocVw.AxWebBrowser Component. I was wondering if there is a way to view pages generated internally within my application without writing them to disk. For instance, I'd like to do something like the following: string page = "<HTML><BODY>This is a test.</BODY></HTML>"; And display the page variable's contents in the AxWebBrowser (without
2
4183
by: Chance Hopkins | last post by:
I'm trying to use the AxSHDocVw.AxWebBrowser control in a form and when I call .Navigate, instead of showing the html page, the download prompt shows up. If I click open, it uses my default browser instead of the control. If I open an excel doc or a word doc on my local HD, it shows up in the control after I click open. Does anyone know what I should check, to get the control opening HTML pages in itself instead of the default browser?
0
1386
by: Eþref DURNA | last post by:
I m navigateing a url and want to display that image at my web browser on my Windows application I m using AxSHDocVw.AxWebBrowser but when ever i redirect that url it does not shows that image it starts to download it I dont want to Download that Image i want to display it on my AxSHDocVw.AxWebBrowser or could someone tell me how do i control the windows file download dll ?
3
3875
by: MPR | last post by:
Hi guys; I'm using an AxSHDocVw.AxWebBrowser control to show a web page. I need to know if i can ( and how? ) i do the following things: 1 - I need to follow 1 link in the webpage diplayed in the AxSHDocVw.AxWebBrowser control. 2 - I need to input some data in a texto box on it
0
2059
by: sagar.jawale | last post by:
Hi, In my c# windows application, i am using AxSHDocVw.AxWebBrowser. I am displaying a generated receipt html in this browser. Also, for printing the same html, i am using the following command : axWebBrowser2.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER,ref empty,ref empty);
0
1990
by: Fette | last post by:
I am using the AxSHDocVw.AxWebBrowser navigate2() method to launch the login web service for my application. IIS has been configured to require client side certificates. I am using a smart card and choose the appropriate certificate from those that are found on the card. My question is this: Is navigate2() a blocking method? That is, when I make the call to navigate2 with my login service URL and Internet Explorer pops up the PIN...
0
9715
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10600
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
7642
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6867
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5535
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3835
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3002
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.