Office 97 AccessBrowse the Web with the Microsoft WebBrowser ControlThe Microsoft WebBrowser control is an ActiveX control that enables you to view Web pages and other documents on the Internet or an intranet from a Microsoft Access form. The WebBrowser control is provided by Microsoft Internet Explorer 3.0, which is included with Microsoft Office 97. You can also download Microsoft Internet Explorer from Microsoft's corporate Web site (http://www.microsoft.com/) free of charge. The WebBrowser control is automatically registered
with the operating system when you install Internet
Explorer, so you can use it from Microsoft Access without
first registering it. To add the WebBrowser control to a
form, click ActiveX Control on the Insert menu, and then
click Microsoft WebBrowser Control in the list of ActiveX
controls. Private Sub Form_Load Me!ActiveXCtl0.Navigate "http://www.baarns.com/" End Sub Web Browser Control
The following techniques make the WebBrowseWeb form work:
Another use of the Web Control is to browse hyperlinks stored in a table under the HyperLink datatype. In the Developer Solutions sample application, hyperlinks are stored in the Links table. You can add new hyperlinks to a record in the Links table by clicking Hyperlink on the Insert menu or by entering hyperlink data directly into the table. You can also save hyperlink data to the Links table by clicking the Save Location command button on the WebBrowseWeb form. |
Why do they put Braille on the number pads of drive-through bank machines? |
Copyright© 1996-1999, Baarns Consulting Group, Inc. - All rights reserved. |