|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Web browser form. A thin wrapper around a MSIE control.
Field Summary | |
---|---|
System.Windows.Forms.TextBox | addressBox |
System.ComponentModel.Container | components |
bool | headersIncomplete |
string | headerStr |
System.Windows.Forms.Label | label1 |
string | lastUrl |
System.Windows.Forms.SaveFileDialog | saveFD |
System.Windows.Forms.StatusBarPanel | sbpBack |
System.Windows.Forms.StatusBarPanel | sbpForward |
System.Windows.Forms.StatusBarPanel | sbpOpen |
System.Windows.Forms.StatusBarPanel | sbpStatus |
System.Windows.Forms.StatusBar | statusBar1 |
System.Windows.Forms.Panel | urlBar |
AxSHDocVw.AxWebBrowser | web |
Fields inherited from class System.Windows.Forms.ScrollableControl |
---|
scrollPosition |
Fields inherited from class System.Windows.Forms.Control |
---|
window |
Constructor Summary | |
---|---|
frmWeb(string url) |
Properties inherited from class System.Windows.Forms.Form |
---|
AcceptButton, ActiveMdiChild, AllowTransparency, AutoScale, AutoScaleBaseSize, AutoScroll, BackColor, CancelButton, ClientSize, ControlBox, CreateParams, DefaultImeMode, DefaultSize, DesktopBounds, DesktopLocation, DialogResult, FormBorderStyle, HelpButton, Icon, IsMdiChild, IsMdiContainer, IsRestrictedWindow, KeyPreview, MaximizeBox, MaximizedBounds, MaximumSize, MdiChildren, MdiParent, Menu, MergedMenu, MinimizeBox, MinimumSize, Modal, Opacity, OwnedForms, Owner, ShowInTaskbar, Size, SizeGripStyle, StartPosition, TabIndex, TopLevel, TopMost, TransparencyKey, WindowState |
Properties inherited from class System.Windows.Forms.ContainerControl |
---|
ActiveControl, BindingContext, ParentForm |
Properties inherited from class System.Windows.Forms.ScrollableControl |
---|
AutoScrollMargin, AutoScrollMinSize, AutoScrollPosition, DisplayRectangle, DockPadding, HScroll, VScroll |
Properties inherited from class System.Windows.Forms.Control |
---|
AccessibilityObject, AccessibleDefaultActionDescription, AccessibleDescription, AccessibleName, AccessibleRole, AllowDrop, Anchor, BackgroundImage, Bottom, Bounds, CanFocus, CanSelect, Capture, CausesValidation, ClientRectangle, CompanyName, ContainsFocus, ContextMenu, Controls, Created, Cursor, DataBindings, Disposing, Dock, Enabled, Focused, Font, FontHeight, ForeColor, Handle, HasChildren, Height, ImeMode, InvokeRequired, IsAccessible, IsDisposed, IsHandleCreated, Left, Location, Name, Parent, ProductName, ProductVersion, RecreatingHandle, Region, RenderRightToLeft, ResizeRedraw, Right, RightToLeft, ShowFocusCues, ShowKeyboardCues, Site, TabStop, Tag, Text, Top, TopLevelControl, Visible, Width, WindowTarget |
Properties inherited from class System.ComponentModel.Component |
---|
Container, DesignMode, Events |
Method Summary | |
---|---|
void | addressBox_KeyUp(object sender, System.Windows.Forms.KeyEventArgs e) |
bool | ClickEventHandler(mshtml.IHTMLEventObj e) |
void |
Dispose(bool disposing) Clean up any resources being used. |
void | frmWeb_Closing(object sender, System.ComponentModel.CancelEventArgs e) |
void | frmWeb_KeyUp(object sender, System.Windows.Forms.KeyEventArgs e) |
void | frmWeb_Load(object sender, System.EventArgs e) |
void | HideURLBar() |
void |
Init() Initialises form |
void |
InitializeComponent() Required method for Designer support - do not modify the contents of this method with the code editor. |
void | OnBeforeNavigate(object sender, AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2Event args) |
bool | OnContextMenu(mshtml.IHTMLEventObj e) |
void | OnDocumentComplete(object sender, AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent args) |
void | OnNavigateError(object sender, AxSHDocVw.DWebBrowserEvents2_NavigateErrorEvent e) |
void | OnStatusChange(object sender, AxSHDocVw.DWebBrowserEvents2_StatusTextChangeEvent e) |
void | OnTitleChange(object sender, AxSHDocVw.DWebBrowserEvents2_TitleChangeEvent e) |
void | SetHeaders() |
void | ShowURLBar() |
void | statusBar1_PanelClick(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e) |
void | ToggleURLBar() |
void | web_BeforeNavigate2(object sender, AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2Event e) |
Methods inherited from class System.Windows.Forms.ContainerControl |
---|
IContainerControl.ActivateControl, OnControlRemoved, ProcessDialogChar, ProcessMnemonic, Validate |
Methods inherited from class System.Windows.Forms.ScrollableControl |
---|
GetScrollState, OnLayout, OnMouseWheel, ScrollControlIntoView, SetAutoScrollMargin, SetDisplayRectLocation, SetScrollState |
Methods inherited from class System.ComponentModel.Component |
---|
Dispose, Finalize, GetService |
Methods inherited from class System.MarshalByRefObject |
---|
CreateObjRef, GetLifetimeService, InitializeLifetimeService |
Methods inherited from class System.Object |
---|
Equals, GetHashCode, GetType, MemberwiseClone |
Events inherited from class System.Windows.Forms.Form |
---|
Activated, Closed, Closing, Deactivate, InputLanguageChanged, InputLanguageChanging, Load, MaximizedBoundsChanged, MaximumSizeChanged, MdiChildActivate, MenuComplete, MenuStart, MinimumSizeChanged |
Events inherited from class System.Windows.Forms.Control |
---|
BackColorChanged, BackgroundImageChanged, BindingContextChanged, CausesValidationChanged, ChangeUICues, Click, ContextMenuChanged, ControlAdded, ControlRemoved, CursorChanged, DockChanged, DoubleClick, DragDrop, DragEnter, DragLeave, DragOver, EnabledChanged, Enter, FontChanged, ForeColorChanged, GiveFeedback, GotFocus, HandleCreated, HandleDestroyed, HelpRequested, ImeModeChanged, Invalidated, KeyDown, KeyPress, KeyUp, Layout, Leave, LocationChanged, LostFocus, MouseDown, MouseEnter, MouseHover, MouseLeave, MouseMove, MouseUp, MouseWheel, Move, Paint, ParentChanged, QueryAccessibilityHelp, QueryContinueDrag, Resize, RightToLeftChanged, SizeChanged, StyleChanged, SystemColorsChanged, TabIndexChanged, TabStopChanged, TextChanged, Validated, Validating, VisibleChanged |
Events inherited from class System.ComponentModel.Component |
---|
Disposed |
Field Detail |
---|
private System.Windows.Forms.TextBox addressBox
private System.ComponentModel.Container components
private bool headersIncomplete
private string headerStr
private System.Windows.Forms.Label label1
private string lastUrl
private System.Windows.Forms.SaveFileDialog saveFD
private System.Windows.Forms.StatusBarPanel sbpBack
private System.Windows.Forms.StatusBarPanel sbpForward
private System.Windows.Forms.StatusBarPanel sbpOpen
private System.Windows.Forms.StatusBarPanel sbpStatus
private System.Windows.Forms.StatusBar statusBar1
private System.Windows.Forms.Panel urlBar
private AxSHDocVw.AxWebBrowser web
Constructor Detail |
---|
internal frmWeb(string url)
Method Detail |
---|
private void addressBox_KeyUp(object sender, System.Windows.Forms.KeyEventArgs e)
private bool ClickEventHandler(mshtml.IHTMLEventObj e)
protected void Dispose(bool disposing)
Clean up any resources being used.
private void frmWeb_Closing(object sender, System.ComponentModel.CancelEventArgs e)
private void frmWeb_KeyUp(object sender, System.Windows.Forms.KeyEventArgs e)
private void frmWeb_Load(object sender, System.EventArgs e)
private void HideURLBar()
internal void Init()
Initialises form
private void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor.
private void OnBeforeNavigate(object sender, AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2Event args)
private bool OnContextMenu(mshtml.IHTMLEventObj e)
private void OnDocumentComplete(object sender, AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent args)
private void OnNavigateError(object sender, AxSHDocVw.DWebBrowserEvents2_NavigateErrorEvent e)
private void OnStatusChange(object sender, AxSHDocVw.DWebBrowserEvents2_StatusTextChangeEvent e)
private void OnTitleChange(object sender, AxSHDocVw.DWebBrowserEvents2_TitleChangeEvent e)
private void SetHeaders()
private void ShowURLBar()
private void statusBar1_PanelClick(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e)
private void ToggleURLBar()
private void web_BeforeNavigate2(object sender, AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2Event e)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |