Я на твой почтовик уже отправил файлик-зип откроешь его и увидиш как он пашет без проблем (за условием если у тебя VB.NET7 стоит). А вот для любопытных: Public Class Form1Inherits System.Windows.Forms.Form# Region " Windows Form Designer generated code "Public Sub New()MyBase.New()'This call is required by the Windows Form Designer.InitializeComponent() 'Add any initialization after the InitializeComponent() callEnd Sub'Form overrides dispose to clean up the component list.Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)If disposing ThenIf Not (components Is Nothing) Thencomponents.Dispose() End IfEnd IfMyBase.Dispose(disposing)End Sub'Required by the Windows Form DesignerPrivate components As System.ComponentModel.IContainer'NOTE: The following procedure is required by the Windows Form Designer'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor.Friend WithEvents AxWebBrowser1 As AxSHDocVw.AxWebBrowserFriend WithEvents Button1 As System.Windows.Forms.ButtonFriend WithEvents Button2 As System.Windows.Forms.ButtonFriend WithEvents Label1 As System.Windows.Forms.Label<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form1))Me.AxWebBrowser1 = New AxSHDocVw.AxWebBrowser()Me.Button1 = New System.Windows.Forms.Button()Me.Button2 = New System.Windows.Forms.Button()Me.Label1 = New System.Windows.Forms.Label()CType(Me.AxWebBrowser1, System.ComponentModel.ISupportInitialize).BeginInit()Me.SuspendLayout()''AxWebBrowser1'Me.AxWebBrowser1.Enabled = TrueMe.AxWebBrowser1.Location = New System.Drawing.Point(16, 72)Me.AxWebBrowser1.OcxState = CType(resources.GetObject("AxWebBrowser1.OcxState"), System.Windows.Forms.AxHost.State)Me.AxWebBrowser1.Size = New System.Drawing.Size(300, 150)Me.AxWebBrowser1.TabIndex = 0''Button1'Ответить
|