Visual Basic, .NET, ASP, VBScript
 

   
   
     

Форум - Общий форум

Страница: 1 |

 

  Вопрос: Internet Controls Добавлено: 07.10.02 21:24  

Автор вопроса:  Smith | ICQ: adamis@list.ru 

почему

webbrowser1.ExecWB OLECMDID_SAVEAS ,OLECMDEXECOPT_PROMPTUSER

работает только в VB6 а в .NET не пашет????

Ответить

  Ответы Всего ответов: 1  

Номер ответа: 1
Автор ответа:
 wiksnet



Вопросов: 4
Ответов: 6
 Профиль | | #1 Добавлено: 07.10.02 23:00

Я на твой почтовик уже отправил файлик-зип откроешь его и увидиш как он пашет без проблем (за условием если у тебя VB.NET7 стоит). А вот для любопытных:

Public Class Form1

Inherits 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() call

End Sub

'Form overrides dispose to clean up the component list.

Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)

If disposing Then

If Not (components Is Nothing) Then

components.Dispose()

End If

End If

MyBase.Dispose(disposing)

End Sub

'Required by the Windows Form Designer

Private 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.AxWebBrowser

Friend WithEvents Button1 As System.Windows.Forms.Button

Friend WithEvents Button2 As System.Windows.Forms.Button

Friend 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 = True

Me.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

'

Ответить

Страница: 1 |

Поиск по форуму



© Copyright 2002-2011 VBNet.RU | Пишите нам