Re: Disabling scroll bars when using the browser control
From: George Ionescu (geoionescu_at_hotmail.com)
Date: 04/26/04
- Next message: Martin Payne: "Re: Problem understanding how WebBrowser Control communicates with APP"
- Previous message: Rick Aldred: "Disabling scroll bars when using the browser control"
- In reply to: Rick Aldred: "Disabling scroll bars when using the browser control"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 26 Apr 2004 09:14:21 +0300
Hello Rick.
You have two options:
1. Specify noscroll in body's style, or
2. Implement IDocHostUIHandler interface and specify the
DOCHOSTUIFLAG_SCROLL_NO flag when the browser queries for GetHostInfo
Regards,
George Ionescu
"Rick Aldred" <rick.aldred@wincor-nixdorf.com> wrote in message
news:404601c42af5$67c45250$a501280a@phx.gbl...
> Hi,
>
> I am using the web browser control as a front end to a
> Kiosk application, i.e. full screen with no scroll bars.
>
> I am using MFC (CDialog) to wrap the browser ActiveX
> control, and I would like to know if there is a way to
> guarantee that no scroll bars are shown, even if a page
> does not fit into the full screen window.
>
> Regards,
> Rick
- Next message: Martin Payne: "Re: Problem understanding how WebBrowser Control communicates with APP"
- Previous message: Rick Aldred: "Disabling scroll bars when using the browser control"
- In reply to: Rick Aldred: "Disabling scroll bars when using the browser control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|