AxSHDocVw.AxWebBrowser problem :(

  • Thread starter =?iso-8859-1?Q?Vicente_Garc=EDa?=
  • Start date
?

=?iso-8859-1?Q?Vicente_Garc=EDa?=

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.Navigate(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.
 
T

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
 
V

Vicente García

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.Application and a PowerPoint.Presentation
object you can modify the file
Regards


"Tam" <[email protected]> escribió en el mensaje

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top