代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/414257/2152982
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2152984
vb frmlogs.vb
Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Drawing
Imports System.Text
Imports System.Windows.Forms
Imports Sys
www.eeworm.com/read/414257/2152986
vb program.vb
Imports Microsoft.VisualBasic
Imports System
Imports System.Collections.Generic
Imports System.Windows.Forms
Namespace CodeForChapter4cs
Friend Class Program
'''
''' The main en
www.eeworm.com/read/414257/2153020
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2153021
vb platformapis.vb
Imports System.Runtime.InteropServices
' These structures, enumerations and p/invoke signatures come from
' wingdi.h in the Windows Mobile 5.0 Pocket PC SDK
Public Structure BlendFunction
www.eeworm.com/read/414257/2153030
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2153031
vb splashform.vb
Imports System.IO
Imports System.Reflection
Public Class SplashForm
Private Sub SplashForm_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Show full
www.eeworm.com/read/414257/2153043
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these at
www.eeworm.com/read/414257/2153044
vb gradientfill.vb
' Extends the standard button control and performs
' custom drawing with a GradientFill background.
Public Class GradientFilledButton
Inherits Control
Private components As System.Compon
www.eeworm.com/read/414257/2153045
vb splashform.vb
Imports System.IO
Imports System.Reflection
Imports Microsoft.WindowsCE.Forms
Public Class SplashForm
Private Sub SplashForm_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handl