code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rTotal_Casos_Ejecutor_AnoMes.aspx.vb
Visual Basic
mit
11,252
Imports NUnit.Framework Imports System.Xml Imports System.IO Imports System.Globalization Imports System.Drawing.Imaging Imports System.Collections.Specialized Imports System.Text Imports System.Net #Const NUnitTest = True ' NUnit Tests on #Const AssertTest = True ' Assertion rules on Imports SignWriterStudio.Ge...
JonathanDDuncan/SignWriterStudio
General/General/General.vb
Visual Basic
mit
25,088
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.17929 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBFindUnreadMessages/My Project/Settings.Designer.vb
Visual Basic
mit
2,930
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmMain Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
mujtabachang/mew
ControlApp/MEW Control Room/Form1.Designer.vb
Visual Basic
mit
50,242
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
NetOfficeFw/NetOffice
Examples/Access/VB/NetOffice COMAddin Examples/01 Simple/My Project/Settings.Designer.vb
Visual Basic
mit
2,922
Imports LyriX.Document.ObjectModel Imports System.ComponentModel Namespace Document ''' <summary> ''' 用于读取 LyriX 包所包含的信息。 ''' </summary> Public NotInheritable Class LyriXPackage Inherits DataContainer ''' <summary> ''' LyriX 包的默认小写后缀名“lrcx”,不包括点。 ''' </summary> ...
CXuesong/legacy-LyriX
LyriX/NSDocuments/LyriXPackage.vb
Visual Basic
mit
8,530
Imports System.Data Partial Class fPresupuestos_Proveedores_IKP Inherits vis2formularios.frmReporte Dim loObjetoReporte As CrystalDecisions.CrystalReports.Engine.ReportDocument Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try Dim loCo...
kodeitsolutions/ef-reports
fPresupuestos_Proveedores_IKP.aspx.vb
Visual Basic
mit
11,555
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class formnotepad Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
Histacom/Histacom
windows 95/notepad.Designer.vb
Visual Basic
apache-2.0
28,087
Imports System 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 modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Ass...
Esri/water-utility-mobile-map
CommonControls/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,156
Public Class RowInfo Private _rowIndex As Integer Private _cellsToModify As Dictionary(Of ColumnInfo, CellInfo) Private _keyValues As Dictionary(Of KeyInfo, Object) Public ReadOnly Property CellsToModify() As Dictionary(Of ColumnInfo, CellInfo) Get Return _cellsToModify End...
QMDevTeam/QMDesigner
DataManager/Classes/Edit Classes/RowInfo.vb
Visual Basic
apache-2.0
1,696
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class RootFarmTree Inherits EIDSS.BaseFarmTreePanel 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
EIDSS/EIDSS-Legacy
EIDSS v5/vb/EIDSS/EIDSS_Vet/Farm/RootFarmTree.Designer.vb
Visual Basic
bsd-2-clause
1,392
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition Imports Microsoft.CodeAnalysis.Host.Mef Imports Microsoft.VisualStudio.Language.Intellisense Imports Microsoft.Visua...
DustinCampbell/roslyn
src/EditorFeatures/TestUtilities2/Intellisense/TestCompletionPresenter.vb
Visual Basic
apache-2.0
1,486
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Concurrent Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports S...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Binding/ExecutableCodeBinder.vb
Visual Basic
apache-2.0
12,290
Imports System Imports System.Net Imports Independentsoft.Exchange Namespace Sample Class Module1 Shared Sub Main(ByVal args As String()) Dim credential As New NetworkCredential("username", "password") Dim service As New Service("https://myserver/ews/Exchange.asmx", credential) ...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBCopyFolder/Module1.vb
Visual Basic
mit
1,233
Imports System 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 modify the information ' associated with an assembly. ' Review the values of the assembly attribut...
rafael25/poe-unitec
Practica6/Practica6/My Project/AssemblyInfo.vb
Visual Basic
mit
1,171
' ' News Articles for DotNetNuke - http://www.dotnetnuke.com ' Copyright (c) 2002-2007 ' by Ventrian ( sales@ventrian.com ) ( http://www.ventrian.com ) ' Imports System Imports System.ComponentModel Imports System.Text.RegularExpressions Imports System.Web Imports System.Web.UI Imports System.Web.UI.HtmlCo...
ventrian/News-Articles
Base/NewsArticleModuleBase.vb
Visual Basic
mit
14,241
Imports System Imports System.Net Imports Independentsoft.Exchange Namespace Sample Class Module1 Shared Sub Main(ByVal args As String()) Dim credential As New NetworkCredential("username", "password") Dim service As New Service("https://myserver/ews/Exchange.asmx", credential) ...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBCreateContactWithCustomProperty/Module1.vb
Visual Basic
mit
1,591
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rMargen_gVendedorArticulos_Resumido.aspx.vb
Visual Basic
mit
21,216
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class TestAndEasterEgg Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
willowslaboratory/WLABV3
library.willowslab.net/Library_v3/Forms/TestAndEasterEgg.Designer.vb
Visual Basic
mit
16,469
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmMainHO #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form ov...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmMainHO.Designer.vb
Visual Basic
mit
50,021
Imports System.IO Imports System.Drawing.Imaging Imports SoftLogik.Win.UI Namespace UI Public Class RecordForm 'Navigation Events Public Event NavigationChanged(ByVal sender As System.Object, ByVal e As SPFormNavigateEventArgs) Public Event RecordBinding(ByVal sender As System.Object, ByVa...
okyereadugyamfi/softlogik
SPCode/UI/Form/RecordForm.vb
Visual Basic
mit
16,009
Option Strict Off Option Explicit On Friend Class frmGroupSales Inherits System.Windows.Forms.Form Private Sub loadLanguage() rsLang.filter = "LanguageLayoutLnk_LanguageID=" & 2181 'Group Sales Profitability Order Criteria|Checked If rsLang.RecordCount Then Me.Text = rsLang.Fields("LanguageLayoutLnk_Des...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmGroupSales.vb
Visual Basic
mit
10,025
Public Class Labyrinth #Region "Template Code" Public rolldownsize As Integer Public oldbordersize As Integer Public oldtitlebarheight As Integer Public justopened As Boolean = False Public needtorollback As Boolean = False Public minimumsizewidth As Integer = 100 'replace with minimum size ...
TheUltimateHacker/ShiftOS
ShiftOS/Labyrinth.vb
Visual Basic
apache-2.0
30,065
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.C...
HellBrick/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests.vb
Visual Basic
apache-2.0
71,742
'******************************************************************************************************** 'Filename: mwTaudemBASINSWrapper.vb 'Description: Plugin wrapper for the modified taudem plugin to be used by BASINS '**************************************************************************************...
DotSpatial/DotSpatial
Source/DotSpatial.Plugins.Taudem.Port/TaudemPlugin.vb
Visual Basic
mit
66,149
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTes...
abock/roslyn
src/VisualStudio/Core/Test/Completion/VisualBasicCompletionSnippetNoteTests.vb
Visual Basic
mit
5,292
Imports bv.winclient.BasePanel Imports bv.winclient.Core Imports EIDSS.model.Resources Imports EIDSS.model.Enums Public Class AggregateHumanCaseMTXDetail #Region "Main form interface" Private Shared m_Parent As Control Public Shared Sub Register(ByVal ParentControl As System.Windows.Forms.Control) ...
EIDSS/EIDSS-Legacy
EIDSS v6/vb/EIDSS/EIDSS_Admin/AggregateMTX/AggregateHumanCaseMTXDetail.vb
Visual Basic
bsd-2-clause
4,873
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Spreadsheet SDK/VB.NET/Set Hidden Formula/Program.vb
Visual Basic
apache-2.0
1,754
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.LanguageServices.Implementation.SolutionExplorer Imports Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.LanguageServic...
VPashkov/roslyn
src/VisualStudio/Core/Test/SolutionExplorer/RuleSetDocumentExtensionsTests.vb
Visual Basic
apache-2.0
7,682
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Threading Imports System.Reflec...
physhi/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PETypeParameterSymbol.vb
Visual Basic
apache-2.0
13,739
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Reflection.Metadata Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Symbols.Metadata.PE Namespac...
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/BaseTypeResolution.vb
Visual Basic
apache-2.0
18,198
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery Namespace Micr...
jeffanders/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/NextKeywordRecommender.vb
Visual Basic
apache-2.0
1,740
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/SplitOrMergeIfStatements/SplitIntoConsecutiveIfStatementsTests.vb
Visual Basic
mit
21,867
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports...
pdelvo/roslyn
src/Workspaces/VisualBasic/Portable/CodeCleanup/Providers/FixIncorrectTokensCodeCleanupProvider.vb
Visual Basic
apache-2.0
16,448
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic.Emit.NoPia Friend No...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Emit/NoPia/EmbeddedEvent.vb
Visual Basic
apache-2.0
5,743
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' 組件的一般資訊是由下列的屬性集 ' 控制。變更這些屬性值可修改與組件關聯的 ' 資訊。 ' 檢閱組件屬性的值 <Assembly: AssemblyTitle("kkbruce.tw.Tests")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("kkbruce.tw.Tests")> <Assembly: A...
kkbruce/Bootstrap2-VB-MVC
kkbruce.tw.Tests/My Project/AssemblyInfo.vb
Visual Basic
mit
1,041
Namespace Ribbons.Office.Word Public Class ConverttoDOCM Inherits RibbonButtonBase Public Sub New() _Image = "" _Order = 1 _Text = "Convert to DOCM" _ToolTip = "" End Sub Protected Friend Overrides Sub OnClick() End Sub ...
nublet/DMS
DMS.Forms/Ribbons/Items/Office/Word/ConverttoDOCM.vb
Visual Basic
mit
418
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.269 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
Micmaz/DTIControls
DTISortable/DTISortableTestProject/My Project/Resources.Designer.vb
Visual Basic
mit
2,726
'------------------------------------------------------------------------------ ' <auto-generated> ' Dieser Code wurde von einem Tool generiert. ' Laufzeitversion:4.0.30319.42000 ' ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn ' der Code erneut generiert wi...
Excel-DNA/Samples
ComServerVB/My Project/Settings.Designer.vb
Visual Basic
mit
2,938
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.ReferenceHighlighting Imports Microsoft.CodeAnalysis.Editor.Shared.Extensions Imports Microsoft....
yeaicc/roslyn
src/EditorFeatures/Test2/ReferenceHighlighting/AbstractReferenceHighlightingTests.vb
Visual Basic
apache-2.0
3,991
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. '//------------------------------------------------------------------------------------------------- '// '// Error code and strings for Compiler errors '// '...
bbarry/roslyn
src/Compilers/VisualBasic/Portable/Errors/Errors.vb
Visual Basic
apache-2.0
89,920
Public Class ShellExecute Public Shared Sub Execute(file As String, workdir As String, args As String) Dim prc As New Process() prc.StartInfo.FileName = file prc.StartInfo.Arguments = args prc.StartInfo.WorkingDirectory = workdir prc.Start() End Sub End Class
Lifemotion/Bwl.GitManager
Bwl.GitManager/Utils/ShellExecute.vb
Visual Basic
apache-2.0
311
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.VisualBasic Public Structure CollectionRange...
DinoV/roslyn
src/Compilers/VisualBasic/Portable/Compilation/QuerySymbolInfo.vb
Visual Basic
apache-2.0
10,201
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Editor.UnitTe...
HellBrick/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/Spellcheck/SpellcheckTests.vb
Visual Basic
apache-2.0
14,788
Public Class frmpasshis Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged If TextBox1.Text = My.Settings.Passwordbrowser Then Me.Close() Process.Start(Environment.GetFolderPath(Environment.SpecialFolder.History)...
sheikhimran01/xtravo
Xtravo/Forms/frmpasshis.vb
Visual Basic
mit
756
Imports DlhSoft.Windows.Controls Imports System.Globalization ''' <summary> ''' Interaction logic for MainWindow.xaml ''' </summary> Partial Public Class MainWindow Inherits Window Public Sub New() InitializeComponent() Dim item0 As GanttChartItem = GanttChartDataGrid.Items(0) Dim i...
DlhSoftTeam/GanttChartLightLibrary-Demos
GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/GanttChartDataGrid/BuiltInScales/MainWindow.xaml.vb
Visual Basic
mit
11,073
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Globalization Imports System.IO Imports System.Reflection Imports Microsoft.CodeAnalysis.Scripting Imports Microsoft.CodeAnalysis.Scripting.Hos...
aelij/roslyn
src/Scripting/VisualBasicTest/CommandLineRunnerTests.vb
Visual Basic
apache-2.0
8,874
' Copyright (c) Microsoft Corporation. All rights reserved. Imports Microsoft.VisualBasic Imports System Imports System.Windows.Forms Namespace D3D10Tutorial02_WinFormsControl Friend NotInheritable Class Program ''' <summary> ''' The main entry point for the application. ''' </summary> Private Sub New() ...
devkimchi/Windows-API-Code-Pack-1.1
source/Samples/DirectX/VB/Direct3D10/Tutorials/D3D10Tutorial02_WinFormsControl/Program.vb
Visual Basic
mit
532
' Copyright (c) 2015 ZZZ Projects. All rights reserved ' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods) ' Website: http://www.zzzprojects.com/ ' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927 ' All ZZZ Projects products: Entity Framework Exte...
zzzprojects/Z.ExtensionMethods
src (VB.NET)/Z.ExtensionMethods.VB/Z.Web/System.Web.HttpResponse/_generated/HttpResponse.SetStatusClientBrowserDoesNotAcceptMimeType.vb
Visual Basic
mit
945
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
jkotas/roslyn
src/Compilers/VisualBasic/Portable/VBResources.Designer.vb
Visual Basic
apache-2.0
738,416
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.Implementation.InlineRen...
physhi/roslyn
src/EditorFeatures/Test2/Rename/DashboardTests.vb
Visual Basic
apache-2.0
28,954
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.VisualStudio.GraphModel...
CyrusNajmabadi/roslyn
src/VisualStudio/Core/Test/Progression/ContainsChildrenGraphQueryTests.vb
Visual Basic
mit
8,650
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.Text Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense Friend Class TestSignatureHelpPresenterSession ...
droyad/roslyn
src/EditorFeatures/Test2/IntelliSense/TestSignatureHelpPresenterSession.vb
Visual Basic
apache-2.0
2,485
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class InitForm Inherits System.Windows.Forms.Form 'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As...
biosan/RaDAS
VB/RaDAS/InitForm.Designer.vb
Visual Basic
mit
3,031
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.269 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
jakubjenis/lecture.net
Vb.Net/Skolenie/EnumerationExample/My Project/Resources.Designer.vb
Visual Basic
mit
2,725
Namespace Security.SystemOptions_Benchmarks Public Class Open Inherits SecurityItemBase Public Sub New() _ConceptItemName = "Open" _ConceptName = "System Options_Benchmarks" _Description = "Allow access to 'Benchmarks' Tab" _IsEnterprise = True ...
nublet/DMS
DMS.Forms.Shared/Security/Items/SystemOptions/Benchmarks/Open.vb
Visual Basic
mit
490
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmKeyboardList #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'F...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmKeyboardList.Designer.vb
Visual Basic
mit
6,128
Imports WordSearch.ViewModel Imports Windows.Storage.Streams Imports Windows.Storage Imports WordSearch.Model Namespace View Public NotInheritable Class Main : Inherits Common.LayoutAwarePage #Region " Initializations " ''' <summary> ''' Invoked when this page is about to be displ...
KyleMit/WordGuess
SourceCode/WordSearch/View/Main.xaml.vb
Visual Basic
mit
2,631
Imports SistFoncreagro.Report Public Class ReporteSaldoCuenta46 Inherits System.Web.UI.Page Dim IdProveedor As String Dim IdMoneda As String Dim FechaFin As String Dim IdProyecto As String Dim Proyecto As String Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Ha...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Contabilidad/Formularios/ReporteSaldoCuenta46.aspx.vb
Visual Basic
mit
1,029
Option Infer On Imports System Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Try ' See "Handling 'Application i...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFramework.Application.StatusBarPartCount.vb
Visual Basic
mit
902
Namespace BasicAnalyzers Public Module DiagnosticIds ' Stateless analyzer IDs. Public Const SymbolAnalyzerRuleId As String = "VBS0001" Public Const SyntaxNodeAnalyzerRuleId As String = "VBS0002" Public Const SyntaxTreeAnalyzerRuleId As String = "VBS0003" Public Const Semanti...
stjeong/roslyn
src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/DiagnosticIds.vb
Visual Basic
apache-2.0
817
'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. 'You may obtain a copy of the License at ' http://www.apache.org/licenses/LICENSE-2.0 'Unless required by applicable law or agreed to in writing, software 'distri...
Esri/arcobjects-sdk-community-samples
Net/Controls/MapViewerWalkthrough/VBNet/Controls/AssemblyInfo.vb
Visual Basic
apache-2.0
1,568
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Additional caption with barcode sdk/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
2,076
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Debu...
jmarolf/roslyn
src/Features/VisualBasic/Portable/Debugging/VisualBasicBreakpointService.vb
Visual Basic
mit
4,185
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.Options ...
pdelvo/roslyn
src/Features/VisualBasic/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.vb
Visual Basic
apache-2.0
16,236
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.PooledObjec...
AmadeusW/roslyn
src/Compilers/VisualBasic/Portable/Semantics/TypeInference/TypeArgumentInference.vb
Visual Basic
apache-2.0
132,564
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Linq Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis.Visual...
nagyistoce/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourceMemberContainerTypeSymbol.vb
Visual Basic
apache-2.0
218,108
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.VisualStudio.Debugger.Clr Imports Microsoft.VisualStudio.Debugger.Evaluation Imports Xuni...
michalhosala/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/FormatSpecifierTests.vb
Visual Basic
apache-2.0
6,917
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.CSharp Public Class GenericTypeParameterTests <WorkItem(403671)> <Fact, Trait(Trai...
v-codeel/roslyn
src/EditorFeatures/Test2/Rename/CSharp/GenericTypeParameterTests.vb
Visual Basic
apache-2.0
981
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class ScriptureDisplay Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean)...
fiidau/Church-Projector
Church Projector/ScriptureDisplay.designer.vb
Visual Basic
mit
30,342
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Composition Imports Microsoft.NetCore.Analyzers.Runtime Imports System.Threading Imports System.Threading.Tasks Imports Microsof...
heejaechang/roslyn-analyzers
src/Microsoft.NetCore.Analyzers/VisualBasic/Runtime/BasicUseOrdinalStringComparison.Fixer.vb
Visual Basic
apache-2.0
4,898
Imports NUnit.Framework Imports System.Configuration Imports Gears Imports Gears.DataSource Namespace GearsTest <TestFixture()> Public Class SqlBuilderTest <TestFixtureSetUp()> Public Sub setup() End Sub <TestFixtureTearDown()> Public Sub tearDown() End Sub...
icoxfog417/Gears
GearsTest/SqlBuilderTest.vb
Visual Basic
apache-2.0
11,690
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports Microsoft.CodeAnalysis.Host Imports Microsoft.CodeAnalysis.Host.Mef Imports Microsoft....
swaroop-sridhar/roslyn
src/Features/VisualBasic/Portable/Structure/VisualBasicBlockStructureProvider.vb
Visual Basic
apache-2.0
7,026
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.Vis...
DavidKarlas/roslyn
src/Compilers/VisualBasic/Portable/Binding/DocumentationCommentParamBinder.vb
Visual Basic
apache-2.0
4,853
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
ericfe-ms/roslyn
src/EditorFeatures/VisualBasic/VBEditorResources.Designer.vb
Visual Basic
apache-2.0
9,638
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Reflection Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.ExpressionEvaluator Impor...
jkotas/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/MissingAssemblyTests.vb
Visual Basic
apache-2.0
34,230
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Runtime.InteropServices Imports Microsoft.Co...
mmitche/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb
Visual Basic
apache-2.0
11,028
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.V...
bbarry/roslyn
src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/EventBlockHighlighter.vb
Visual Basic
apache-2.0
1,678
Imports System.Runtime.InteropServices Imports System.Dynamic Imports SignWriterStudio.SQLiteAdapters Imports System.Text Public Class DbDictionary Inherits BaseTableAdapter Public Sub New() TableName = "Dictionary" PrimaryKey = "IDDictionary" DefaultColumns = New List(Of String) Fro...
JonathanDDuncan/SignWriterStudio
DbTags/DbDictionary.vb
Visual Basic
mit
3,045
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2018 Richard L King (TradeWright Software Systems) ' ' Permission is hereby granted, free of charge, to any person obtaining a copy ' of this software and associated documentation files (the "Software"), to deal ' in the Software without restriction, includ...
tradewright/tradewright-twsapi
src/IBAPI/EventArgs/TickByTickBidAskEventArgs.vb
Visual Basic
mit
2,093
Option Strict On Option Explicit On Option Infer Off Imports MySql.Data.MySqlClient Public Class DatabaseClient Implements IDisposable Private ServerString As String Private DatabaseString As String Private UIDString As String Private PasswordString As String Private LatestDT As DataTable ...
Audiopolis/Gruppe21-prosjekt
AudiopoLib/AudiopoLib/DatabaseClient.vb
Visual Basic
mit
12,830
 Module Common Public Const sTitle As String = "ISPiggy" ' title of program Public Const iMinDomain As Integer = 5 ' minimum word size for domain name Public Const iMaxDomain As Integer = 8 ' maximum word size for domain name Public Const sSuccess As String = "S...
meliton/ISPiggy
ISPiggyVB17/Common.vb
Visual Basic
mit
4,283
Namespace Core ''' <summary></summary> ''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated> ''' <generator-date>03/02/2014 13:07:05</generator-date> ''' <generator-functions>1</generator-functions> ''' <generator-source>Athena\Athe...
thiscouldbejd/Athena
Athena/_Core/Generated/Action.vb
Visual Basic
mit
32,438
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18444 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
wworks/Snipary
Src/My Project/Application.Designer.vb
Visual Basic
mit
1,475
Imports BVSoftware.Bvc5.Core Partial Class BVModules_CreditCardGateways_Authorize_Net_Edit Inherits Content.BVModule Protected Sub btnCancel_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btnCancel.Click Me.NotifyFinishedEditing() End Sub Protected Sub btn...
ajaydex/Scopelist_2015
BVModules/CreditCardGateways/Authorize.Net/Edit.ascx.vb
Visual Basic
apache-2.0
2,667
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
niikoo/NProj
Windows/Skole/Bensinforbruk/Bensinforbruk/Form1.Designer.vb
Visual Basic
apache-2.0
6,794
Public Class Detail_Arsip Private Sub BTNKeluarPencarian_Click(sender As Object, e As EventArgs) Handles btnClose.Click Me.Close() End Sub Private Sub Detail_Arsip_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub End Class
anakpantai/busus
SIMARSIP/Windows Form/Detail Arsip.vb
Visual Basic
apache-2.0
284
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics Im...
kelltrick/roslyn
src/EditorFeatures/VisualBasicTest/GenerateConstructor/GenerateConstructorTests.vb
Visual Basic
apache-2.0
42,638
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAna...
michalhosala/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateConstructor/GenerateConstructorTests.vb
Visual Basic
apache-2.0
42,908
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class VBMultiColTree_MainForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean)...
kjellski/treeviewadv
VBSample/VBMultiColTree/VBMultiColTree_MainForm.Designer.vb
Visual Basic
bsd-2-clause
1,976
' Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. Imports Microsoft.VisualBasic Imports Microsoft.VisualStudio.Shell.Interop Imports System Imports System.Collections.Generic Imports System.Diagnostics Imports System.Globalization Imports System....
syeerzy/visualfsharp
vsintegration/src/FSharp.ProjectSystem.PropertyPages/PropertyPages/TargetFrameworkAssemblies.vb
Visual Basic
mit
4,852
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.VisualStudio....
dsplaisted/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/ResultPropertiesTests.vb
Visual Basic
apache-2.0
14,453
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Completion Imports Micros...
genlu/roslyn
src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb
Visual Basic
mit
34,367
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.VisualBasic.EditAndContinue Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Micr...
amcasey/roslyn
src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/VisualBasicEditAndContinueTestHelpers.vb
Visual Basic
apache-2.0
3,250
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis....
mmitche/roslyn
src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb
Visual Basic
apache-2.0
1,752
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis....
mmitche/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/ExpansionTests.vb
Visual Basic
apache-2.0
30,711
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Generic Imports System.Threading Imports System.Reflection Imports System.Reflection.Metadata Imports Microsoft.CodeAnalysis.Text I...
REALTOBIZ/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PENestedNamespaceSymbol.vb
Visual Basic
apache-2.0
7,491
Imports DotGit Imports System.IO Imports Xunit Public Class ArchiveOperationsTests <Fact> Public Sub ArchivingPersonalPreositorySucceeds() TestHelper.OnPersonalRepository( Sub(repo As Repository) repo.Index.Add(TestHelper.CreateFileInDirectory(repo.Path)) ...
robnasby/DotGit
tests/DotGitTests/Operations/ArchiveOperationsTests.vb
Visual Basic
mit
805
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18444 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
stevemk14ebr/Auto-Voter
AutoClick/My Project/Application.Designer.vb
Visual Basic
mit
1,476
Imports System 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 modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Ass...
AungWinnHtut/MTTun
2015081701DEvbInsertSnippet/2015081701DEvbInsertSnippet/My Project/AssemblyInfo.vb
Visual Basic
mit
1,163