代码搜索:VB 有哪些应用?
找到约 10,000 项符合「VB 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/174030/5366255
vb dtmf.vb
Option Strict Off
Option Explicit On
Friend Class frmDTMF
Inherits System.Windows.Forms.Form
'--------------------------------------------------------------------------
'
' Copyright (C) 19
www.eeworm.com/read/172212/5388982
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to
www.eeworm.com/read/172212/5388985
vb mainform.vb
Imports Cowburn.Imaging
Imports OpenNETCF.Win32
Public Class MainForm
Inherits System.Windows.Forms.Form
Friend WithEvents hr As System.Windows.Forms.Panel
Friend WithEvents camImag
www.eeworm.com/read/172212/5388988
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to
www.eeworm.com/read/172212/5388989
vb mainform.vb
Imports Cowburn.Imaging
Public Class MainForm
Inherits System.Windows.Forms.Form
Friend WithEvents camImage As System.Windows.Forms.PictureBox
Friend WithEvents MainMenu1 As System.W
www.eeworm.com/read/171248/5397869
vb applicationevents.vb
Namespace My
' The following events are availble for MyApplication:
'
' Startup: Raised when the application starts, before the startup form is created.
' Shutdown: Raised after
www.eeworm.com/read/170312/5404496
vb talkerservice.vb
Imports System
Imports System.IO
Imports System.Net
Imports System.Text
Imports System.Threading
Imports System.Net.Sockets
Imports System.Windows.Forms
Class TalkerService
Public Shar
www.eeworm.com/read/170312/5404497
vb assemblyinfo.vb
Imports System.Reflection
Imports System.Runtime.InteropServices
' 程序集的常规信息通过下列
' 属性集控制。更改这些属性值可
' 修改与程序集关联的信息。
' 检查程序集的属性值
www.eeworm.com/read/170312/5404501
vb frmtalker.vb
Imports System
Imports System.IO
Imports System.Net
Imports System.Text
Imports System.Threading
Imports System.Net.Sockets
Imports System.Windows.Forms
Class frmTalker
Inherits Window
www.eeworm.com/read/170312/5404503
vb talker.vb
Imports System
Imports System.IO
Imports System.Net
Imports System.Text
Imports System.Threading
Imports System.Net.Sockets
Imports System.Windows.Forms
Class Talker
Implements IDisposab