代码搜索:VB
找到约 10,000 项符合「VB」的源代码
代码结果 10,000
www.eeworm.com/read/431158/1909134
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/427042/1983756
c vb.c
/*
* Beam Software VB decoder
* Copyright (c) 2007 Konstantin Shishkov
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms o
www.eeworm.com/read/425937/1999712
vb assemblyinfo.vb
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Les informations générales relatives à un assembly dépendent de
' l'ensemble d'attributs suivant. Changez les
www.eeworm.com/read/422034/2046335
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/422034/2046341
vb frmbrowser.vb
Public Class frmBrowser
Private Sub Web_DocumentCompleted(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles Web.DocumentCompleted
lb
www.eeworm.com/read/422034/2046343
vb frmfindreplace.vb
Public Class frmFindReplace
Dim rtfEditor As RichTextBox = frmTextEditor.rtfEditor
Dim posisi As Integer = 0
Private Sub btnFind_Click(ByVal sender As System.Object, ByVal e As System
www.eeworm.com/read/422034/2046346
vb frmcapture.vb
Public Class frmCapture
Private Sub btnPaste_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPaste.Click
pcbPaste.Image = Clipboard.GetImage
hsbIm
www.eeworm.com/read/422034/2046349
vb frmenskripsi.vb
Public Class frmEnskripsi
Dim hasil As String = ""
Public Function Run(ByVal txtToProses As String, Optional ByVal isEnkripsi As Boolean = True) As String
If isEnkripsi = True The
www.eeworm.com/read/422034/2046354
vb mainmenu.vb
Public Class MainMenu
Dim edit As New clsEdit
#Region "Project"
Private Sub Browser_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tbbBrowser.Click, mnuBrowser.
www.eeworm.com/read/422034/2046356
vb frmtexteditor.vb
Public Class frmTextEditor
Dim edit As New clsEdit
#Region "Clipboard"
Private Sub mnuCut_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuCut.Click