代码搜索:visualbasic
找到约 5,805 项符合「visualbasic」的源代码
代码结果 5,805
www.eeworm.com/read/484922/1264981
vb frmmain.designer.vb
_
Partial Class frmMain
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
www.eeworm.com/read/484922/1264990
vb frmabout.designer.vb
_
Partial Class frmAbout
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
www.eeworm.com/read/464469/1529041
vb form1.designer.vb
_
Partial Public Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
www.eeworm.com/read/464469/1529596
vb form1.designer.vb
_
Partial Public Class Form1
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
www.eeworm.com/read/247438/4482695
vb basicobj.vb
Imports System
Imports System.Text
Imports Microsoft.VisualBasic
Namespace BasicObjVb
Public Class BasicVb
Private ls_message as string
Public Sub New()
MyBase.New()
www.eeworm.com/read/247171/4486033
response bug-80833.response
-r:System.Windows.Forms.dll,System.dll,System.Drawing.dll
-imports:System.Windows.Forms,System.Drawing,Microsoft.VisualBasic
-target:library
www.eeworm.com/read/247171/4486609
vb exceptionhandlingc.vb
Option Strict Off
Imports System
Imports Microsoft.VisualBasic
Module ExceptionHandlingC
Sub f1()
On Error GoTo ErrorHandler
Dim i As Integer = 0
i = 1 / i
Conso
www.eeworm.com/read/247171/4487331
vb arrayd.vb
Imports System
Imports Microsoft.VisualBasic
Module VariableC
Dim a() As Integer = {1, 2, 3, 4, 5}
Function Main() As Integer
Dim c As Integer
c = UBound(a, 1)
c = L
www.eeworm.com/read/247171/4488209
vb builtinrole.vb
'
' Microsoft.VisualBasic.ApplicationServices.BuiltInRole.vb
'
' Authors:
' Rolf Bjarne Kvinge (RKvinge@novell.com)
'
' Copyright (C) 2007 Novell (http://www.novell.com)
'
' Permission is hereby gr
www.eeworm.com/read/247171/4488211
vb webuser.vb
'
' Microsoft.VisualBasic.ApplicationServices.WebUser.cs
'
' Authors:
' Rolf Bjarne Kvinge (RKvinge@novell.com)
'
' Copyright (C) 2007 Novell (http://www.novell.com)
'
' Permission is hereby grante