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
'------------------------------------------------------------------------------ ' <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> '-----------...
DlhSoftTeam/GanttChartLightLibrary-Demos
GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/GanttChartDataGrid/ContinuousSchedule/My Project/Settings.Designer.vb
Visual Basic
mit
2,907
Imports System Imports System.Collections.Generic Imports System.Json Imports System.Linq Imports System.Runtime.Serialization Imports System.Runtime.Serialization.Json Imports System.Windows Imports System.Windows.Controls Imports ESRI.ArcGIS.Client Partial Public Class ArcGISWebClientSimple Inherits UserControl...
MrChen2015/arcgis-samples-silverlight
src/VBNet/ArcGISSilverlightSDK/Extras/ArcGISWebClientSimple.xaml.vb
Visual Basic
apache-2.0
5,932
' 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 Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic...
Anniepoh/roslyn-analyzers
src/Microsoft.Composition.Analyzers/VisualBasic/BasicDoNotMixAttributesFromDifferentVersionsOfMEF.vb
Visual Basic
apache-2.0
717
' 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.CSharp.GoToDefinition Imports Microsoft.CodeAnalysis.Editor.Host Imports Microsoft.CodeAnalysis....
KevinH-MS/roslyn
src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionTests.vb
Visual Basic
apache-2.0
50,756
' 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.IO Imports System.Runtime.InteropServices.ComTypes Imports Microso...
abock/roslyn
src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/TempPECompiler.TempPEProject.vb
Visual Basic
mit
13,486
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.261 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
RocketSoftware/multivalue-lab
U2/Demos/U2-Toolkit/.NET Samples/samples/VB.NET/UniVerse/EntityFramework/My Project/Settings.Designer.vb
Visual Basic
mit
2,934
' 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 Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Roslyn.Test.Utilities Nam...
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Semantic/Binding/Binder_Expressions_Tests.vb
Visual Basic
apache-2.0
92,805
' 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 System.Threading Imports Microsoft...
physhi/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedEventDelegateSymbol.vb
Visual Basic
apache-2.0
17,303
' 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.Runtime.InteropServices Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editing Imports M...
shyamnamboodiripad/roslyn
src/VisualStudio/VisualBasic/Impl/LanguageService/VisualBasicEditorFactory.vb
Visual Basic
apache-2.0
1,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 Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.KeywordHighlighting Pu...
Pvlerick/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ConstructorDeclarationHighlighterTests.vb
Visual Basic
apache-2.0
1,464
' 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.VisualBasic.UnitTests.Recommendations.Expressions Public Class GlobalKeywordRecommenderTests <Fact, Trait(...
bbarry/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb
Visual Basic
apache-2.0
7,216
' 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.Text Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Completion.KeywordRecommenders.Expres...
droyad/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AscendingDescendingKeywordRecommenderTests.vb
Visual Basic
apache-2.0
3,119
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmChannel #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 o...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmChannel.Designer.vb
Visual Basic
mit
23,769
Public Class EstadoRequerimiento 'IdEstadoRequerimiento, IdRequerimiento, IdPersonal, FechaApruebaAnula, IdRol Public Property IdEstadoRequerimiento As Int32 Public Property IdRequerimiento As Int32 Public Property IdPersonal As Int32 Public Property FechaApruebaAnula As System.Nullable(Of Date) ...
crackper/SistFoncreagro
SistFoncreagro.BussinessEntities/EstadoRequerimiento.vb
Visual Basic
mit
545
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...
Edinboro/CSCI-207
programs/LinearRegression/LinearRegression/LinearRegression/My Project/AssemblyInfo.vb
Visual Basic
mit
1,209
Imports Microsoft.VisualBasic Imports System Namespace DocumentExplorerExample ''' <summary> ''' Shows an About form for this application. ''' </summary> Public Class AboutForm Inherits System.Windows.Forms.Form #Region "Windows Form Designer generated code" Private components As System.ComponentModel.Conta...
assadvirgo/Aspose_Words_NET
Examples/VisualBasic/Viewers-Visualizers/Document-Explorer/AboutForm.vb
Visual Basic
mit
4,519
'------------------------------------------------------------------------------ ' <auto-generated> ' このコードはツールによって生成されました。 ' ランタイム バージョン:4.0.30319.18033 ' ' このファイルへの変更は、以下の状況下で不正な動作の原因になったり、 ' コードが再生成されるときに損失したりします。 ' </auto-generated> '------------------------------------------------------------------...
rapidreport/barcode-dotnet
barcode/My Project/Resources.Designer.vb
Visual Basic
bsd-2-clause
3,182
'' Copyright (c) 2013, Kcchouette and b-dauphin on Github '' All rights reserved. '' '' Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: '' '' Redistributions of source code must retain the above copyright notice, this l...
Kcchouette/Inscription-au-bac
FrmAccueil.Designer.vb
Visual Basic
bsd-3-clause
5,694
'------------------------------------------------------------------------------ ' <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> '-----------...
Laicure/HostsX
HostsX/My Project/Application.Designer.vb
Visual Basic
mit
1,485
Imports System Imports System.ComponentModel.Design Imports System.Globalization Imports Microsoft.VisualStudio.Shell Imports Microsoft.VisualStudio.Shell.Interop ''' <summary> ''' Command handler ''' </summary> Public NotInheritable Class cmdDatabaseFirst ''' <summary> ''' Command ID. ''' </summary> ...
marcermarc/OpenDatabaseFramework
marcermarc.OpenDatabaseFramework.VSExtension/cmdDatabaseFirst.vb
Visual Basic
mit
3,085
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34003 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---...
luiseduardohdbackup/oxyplot-v2
Source/Examples/WPF/SimleDemoVB/My Project/Resources.Designer.vb
Visual Basic
mit
2,780
Imports Windows.UI NotInheritable Class App Inherits Application Protected Overrides Sub OnLaunched(e As LaunchActivatedEventArgs) ApplicationView.GetForCurrentView().SetPreferredMinSize(New Size(150, 250)) ApplicationView.GetForCurrentView.SetDesiredBoundsMode(ApplicationViewBoundsMode.UseCo...
ljw1004/blog
Win2d/GameOfLife/App.xaml.vb
Visual Basic
mit
840
Imports System.Data.SqlClient Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Configuration Module Module1 Public CONN As SqlConnection Public DA As SqlDataAdapter Public DS As New DataSet Public CMD As SqlCommand Public DR As SqlDataReader ...
anakpantai/busus
SIMARSIP/Module1.vb
Visual Basic
apache-2.0
1,557
' 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.Linq Imports Analyzer.Utilities Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.Visual...
mattwar/roslyn-analyzers
src/System.Runtime.Analyzers/VisualBasic/BasicDisposableFieldsShouldBeDisposed.vb
Visual Basic
apache-2.0
4,844
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class LoginDetail Inherits bv.common.win.BaseDetailForm '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_Admin/Person/LoginDetail.Designer.vb
Visual Basic
bsd-2-clause
8,206
' 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 Imports Microsoft.VisualStudio.LanguageServices.VisualBasic.CodeModel.Extenders Imports Microsoft.VisualStudio.LanguageServices....
dsplaisted/roslyn
src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeFunctionTests.vb
Visual Basic
apache-2.0
66,803
' 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.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Editing Imports Microsoft.CodeAnalysis.Formatting Imports Microsoft.CodeAna...
akrisiun/roslyn
src/Features/VisualBasic/Portable/ReplacePropertyWithMethods/VisualBasicReplacePropertyWithMethods.vb
Visual Basic
apache-2.0
9,555
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.261 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
RocketSoftware/multivalue-lab
U2/Demos/U2-Toolkit/.NET Samples/samples/VB.NET/UniVerse/EntityFramework_CodeFirst2/My Project/Settings.Designer.vb
Visual Basic
mit
2,956
Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Refactoring <DiagnosticAnalyzer(LanguageNames.VisualBasic)> Public Class ParameterRefactoryAnaly...
thorgeirk11/code-cracker
src/VisualBasic/CodeCracker/Refactoring/ParameterRefactoryAnalyzer.vb
Visual Basic
apache-2.0
2,686
' 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 Microsoft.CodeAnalysis.Classification Imports Microsoft.CodeA...
pdelvo/roslyn
src/Workspaces/VisualBasic/Portable/Classification/SyntaxClassification/VisualBasicSyntaxClassificationService.vb
Visual Basic
apache-2.0
2,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.Immutable Imports System.IO Imports System.Reflection.Metadata Imports System.Threading Imports Microsoft.CodeAnalysis.ExpressionEv...
REALTOBIZ/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/DteeTests.vb
Visual Basic
apache-2.0
20,192
' 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 Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.Vi...
droyad/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/Lambda_AnonymousDelegateInference.vb
Visual Basic
apache-2.0
25,651
'------------------------------------------------------------------------------ ' <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> '-----------...
inthehand/32feet
Legacy/Testing/MiscFeatureTest/My Project/Settings.Designer.vb
Visual Basic
mit
2,908
Imports System Imports System.Collections Imports System.Configuration Imports System.Data Imports System.Linq Imports System.Web Imports System.Web.Security Imports System.Web.UI Imports System.Web.UI.HtmlControls Imports System.Web.UI.WebControls Imports System.Web.UI.WebControls.WebParts Imports System.IO Imports S...
GlobalTechnology/OpsInABox
DesktopModules/AgapeConnect/StaffRmb/Controls/StaffAdvanceRmb.ascx.vb
Visual Basic
mit
5,653
Public Class Partida Public Sub New() dados.Add(New Dado) dados.Add(New Dado) dados.Add(New Dado) dados.Add(New Dado) dados.Add(New Dado) jugadores.Add(New Jugador("Jugador1")) jugadores.Add(New Jugador("Jugador2")) empezada = True End Sub P...
crisnieto/generala
BE/PARTIDA.vb
Visual Basic
mit
2,195
Imports System.Data.SqlServerCe Imports System.Data Public Class frmActivityShiftLog Public mlngSelectedTableKeyID As Long Public mstrOeeUserLogInformation As String Public mstrOeeUserShiftLogInformation As String Private Sub frmActivityShiftLog_Load(ByVal sender As System.Object, ByVal e As ...
twister077/OEECollectorAndOEEWeb
VB.NET/OEECollector/frmActivityShiftLog.vb
Visual Basic
mit
14,175
Imports SistFoncreagro.Report Public Class ReporteActivo Inherits System.Web.UI.Page Dim Tipo As String Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Tipo = Request.QueryString("Tipo") Me.ReportViewer1.Report = New RepActivo Me.ReportVi...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Contabilidad/Formularios/ReporteActivo.aspx.vb
Visual Basic
mit
390
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.1 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------------...
gumgl/VB.NET
BaseBall/My Project/Resources.Designer.vb
Visual Basic
mit
2,713
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 <Asse...
jesperhoy/GitHubBackup
GitHubBackup/My Project/AssemblyInfo.vb
Visual Basic
mit
1,100
 Imports System Imports System.IO Imports System.Linq Imports System.Collections.Generic Imports System.Globalization Imports System.Threading Namespace Apps ''' <summary> Static properties and utility methods for dealing with (external) Applications. </summary> Public NotInheritable Class App...
rschwenn/Rstyx.Utilities
Utilities/source/Apps/AppUtils.vb
Visual Basic
mit
45,596
' 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.Composition Imports System.Diagnostics.CodeAnalysis Imports Micros...
reaction1989/roslyn
src/Analyzers/VisualBasic/CodeFixes/UseObjectInitializer/VisualBasicUseObjectInitializerCodeFixProvider.vb
Visual Basic
apache-2.0
4,470
Imports System.ComponentModel Imports DevExpress.XtraGrid Imports DevExpress.XtraGrid.Views.Grid Imports bv.winclient.Core Imports EIDSS.model.Resources Public Class AggregateMatrixBase Friend WithEvents m_MatrixDataView As DataView Protected m_AggregateMatrixDbService As AggregateMatrix_DB Publ...
EIDSS/EIDSS-Legacy
EIDSS v6/vb/EIDSS/EIDSS_Admin/AggregateMTX/AggregateMatrixBase.vb
Visual Basic
bsd-2-clause
15,368
' 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.Globalization Imports System.Linq Imports System.Text Imports Microsoft.CodeAnalysis.CodeGeneration Imports Microsoft.CodeAnalys...
DavidKarlas/roslyn
src/Workspaces/VisualBasic/Portable/CodeGeneration/ExpressionGenerator.StringPiece.vb
Visual Basic
apache-2.0
7,194
' 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.IO Imports System.Reflection.Metadata Imports System.Reflection.PortableExecutable Imports System.Xml.Linq...
KevinH-MS/roslyn
src/Compilers/VisualBasic/Test/Emit/Attributes/InternalsVisibleToAndStrongNameTests.vb
Visual Basic
apache-2.0
79,885
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmIcon 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) ...
gareox/tibiaapi
apps/Smart Update Test/frmIcon.Designer.vb
Visual Basic
mit
5,656
' 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.Composition Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.RemoveUnnecessaryParentheses Imports Microsoft.CodeAnalysis...
VSadov/roslyn
src/Features/VisualBasic/Portable/RemoveUnnecessaryParentheses/VisualBasicRemoveUnnecessaryParenthesesCodeFixProvider.vb
Visual Basic
apache-2.0
1,046
' 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.Threading Imports System.Reflection.Metadata Imports Microsoft.CodeAnal...
mmitche/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PETypeParameterSymbol.vb
Visual Basic
apache-2.0
13,205
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fPedidos_TECHNOIP.aspx.vb
Visual Basic
mit
10,815
Imports System.Windows.Forms Public Class AddLecturerUI Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click If Not checkError() Then Return End If Dim l As New Lecturer() l.name = TextBoxLName.Text l.email = TextBoxEmail.Text l.phone = Tex...
louislam/summer-course-system
Summer Course System/UI/AddLecturerUI.vb
Visual Basic
mit
1,078
'------------------------------------------------------------------------------ ' <generado automáticamente> ' Este código fue generado por una herramienta. ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' </generado automática...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Monitoreo/Formularios/ReporteKardexDetallado.aspx.designer.vb
Visual Basic
mit
859
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
grPedidos_MensualesMonto.aspx.vb
Visual Basic
mit
23,250
'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/Raster/NDVICustomFunction/VBNet/NDVICustomFunction/NDVICustomFunction.vb
Visual Basic
apache-2.0
32,883
' 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.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.Language...
diryboy/roslyn
src/VisualStudio/Core/Test/DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb
Visual Basic
mit
26,976
' 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.Text Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text Imp...
DavidKarlas/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/OverridesTests.vb
Visual Basic
apache-2.0
226,458
Public Class $safeitemname$ End Class
jiailiuyan/MXA-Game-Studio
src/ItemTemplates/Sprite Font v5.0-vb/Class.vb
Visual Basic
mit
42
' 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.IO Imports System.Reflection Imports System.Runtime.InteropServices Imports System.Xml.Linq Imports Micros...
dsplaisted/roslyn
src/Compilers/VisualBasic/Test/Emit/Attributes/AttributeTests.vb
Visual Basic
apache-2.0
151,329
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmLeaderboard 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) ...
gridcoin/Gridcoin-master
src/boinc/boinc/frmLeaderboard.Designer.vb
Visual Basic
mit
18,239
' 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 System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.Implementation.Outlining Imports Microsoft.CodeAnalysis.Editor.Un...
ericfe-ms/roslyn
src/EditorFeatures/VisualBasicTest/Outlining/OverallOutliningTests.vb
Visual Basic
apache-2.0
1,577
' 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.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.Language...
AlekseyTs/roslyn
src/VisualStudio/Core/Test/CodeModel/MethodXML/MethodXMLTests_CSEvents.vb
Visual Basic
mit
6,438
' 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeA...
OmarTawfik/roslyn
src/Features/VisualBasic/Portable/Completion/CompletionProviders/ImplementsClauseCompletionProvider.vb
Visual Basic
apache-2.0
16,482
Option Strict On Option Explicit On Option Infer Off Imports AudiopoLib Public Class AdminUnlockWrapper Inherits ContainerControl Private InnerContainer As New Control Private HeaderControl As FullWidthControl Private Lab As New Label Private TB As New TextBox Private LoggInn As FullWidthContr...
Audiopolis/Gruppe21-prosjekt
Gruppe21-Prosjekt-Alpha/AdminUnlock.vb
Visual Basic
mit
6,147
 Imports System.ComponentModel Public Enum OutFileTypes ''' <summary> ''' write mzXML format ''' </summary> <Description("--mzXML")> mzXML ''' <summary> ''' write mzML format [default] ''' </summary> <Description("--mzML")> mzML ''' <summary> ''' write mz5 format ''' </summ...
xieguigang/spectrum
src/assembly/ProteoWizard.Interop/OutFileTypes.vb
Visual Basic
mit
967
Imports System.IO Public Module Func Public DefaultServerName As String = "버들실험실 공식 서버 I" Public DefaultServerURL As String = "http://library.willowslab.com/lib/" Dim PathDialog = New FolderBrowserDialog() Public Function webClient(ByVal fileURL, ByVal Dir, ByVal filename) Try Dim...
willowslaboratory/WLABV3
library.willowslab.net/Library_v3/Modules/Func.vb
Visual Basic
mit
4,298
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------------------------------------------...
Ico093/TelerikAcademy
JavaScript#2/Exams/JavaScript#2-Sample/Sample/Sample/My Project/Resources.Designer.vb
Visual Basic
mit
2,695
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class ConnectionDataBaseForm 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) ...
QMDevTeam/QMDesigner
DataManager/Dialogs/ConnectionDataBaseForm.Designer.vb
Visual Basic
apache-2.0
10,458
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 <Asse...
Cayan-LLC/developer-docs
examples/merchantware/Credit/vb/AuthorizeVault/AuthorizeVault/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,133
' 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.Cci Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Mi...
weltkante/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/EEAssemblyBuilder.vb
Visual Basic
apache-2.0
8,506
' ' DotNetNuke® - https://www.dnnsoftware.com ' Copyright (c) 2002-2018 ' by DotNetNuke Corporation ' ' 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, including witho...
RichardHowells/Dnn.Platform
DNN Platform/DotNetNuke.WebUtility/DataCache.vb
Visual Basic
mit
3,288
' 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.Globalization Imports System.Runtime.InteropServices Namespace Microsoft.CodeAnalysis.VisualBasic.Symb...
CyrusNajmabadi/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/GeneratedNameKind.vb
Visual Basic
mit
878
' 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 Microsoft.CodeAnalysis.CodeActions Imports Microsoft.CodeAnalysis.CodeFix...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/FullyQualify/FullyQualifyTests.vb
Visual Basic
apache-2.0
24,971
' 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.Hosting Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion Imports Microsoft...
ericfe-ms/roslyn
src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.vb
Visual Basic
apache-2.0
4,795
' 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.IO Imports System.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.SpecialType Imports Microsoft.CodeAnalysis.Test.Utilit...
droyad/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/Conversions.vb
Visual Basic
apache-2.0
287,249
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmCreate Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAl...
twd2/HandWritingGenerator
HandWritingGenerator/frmCreate.Designer.vb
Visual Basic
mit
19,393
Imports SistFoncreagro.BussinessEntities Imports SistFoncreagro.BussinesLogic Public Class VentanaRegistroFacturaDetalle Inherits System.Web.UI.Page Dim detOcFac As IDetOcxFacturaBL Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not Page.IsPostBack T...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Logistica/VentanaRegistroFacturaDetalle.aspx.vb
Visual Basic
mit
5,694
Partial Class RepPoaMeses 'NOTE: The following procedure is required by the telerik Reporting Designer 'It can be modified using the telerik Reporting Designer. 'Do not modify it using the code editor. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResou...
crackper/SistFoncreagro
SistFoncreagro.Report/RepPoaMeses.Designer.vb
Visual Basic
mit
51,398
Imports DotNetNuke Imports System.Web.UI Imports System.Collections.Generic Imports System.Reflection Imports System.Math Imports System.Net Imports System.IO Imports System.Text Imports System.Net.Mail Imports System.Collections.Specialized Imports System.Linq Imports Stories Imports System.ServiceModel.Syndication ...
GlobalTechnology/OpsInABox
DesktopModules/AgapeConnect/Stories/RSS.ascx.vb
Visual Basic
mit
2,651
Public Class InvalidAgentTaskNameException : Inherits System.Exception Public Sub New() End Sub Public Sub New(message As String) MyBase.New(message) End Sub Public Sub New(message As String, inner As Exception) MyBase.New(message, inner) End Sub End Class
dbl4k/Agent
Agent.Common/Exceptions/InvalidAgentTaskNameException.vb
Visual Basic
mit
304
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34014 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
joeylane/JLNetStat
JLNetStat/My Project/Resources.Designer.vb
Visual Basic
mit
2,715
 Option Strict On Imports System.Drawing Imports System.Windows.Forms Imports SignWriterStudio.General.All Imports SignWriterStudio.SWS Imports System Imports SignWriterStudio.General.SerializeObjects Public Module SWClassesMod 'Friend WithEvents monitor As EQATEC.Analytics.Monitor.IAnalyticsMonitor = EQATEC.A...
JonathanDDuncan/SignWriterStudio
SWClasses/SWClasses.vb
Visual Basic
mit
23,164
'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/Networks/SubsetNetworkEvaluators/VBNet/SubsetNetworkEvaluatorsUI/RemoveSubsetAttributesCommand.vb
Visual Basic
apache-2.0
6,566
Imports System Imports System.Collections.ObjectModel Imports DbExtensions Namespace Northwind <Table(Name:="Shippers")> Public Class Shipper <Column> Property CompanyName As String <Column> Property Phone As String <Column(IsPrimaryKey:=True, IsDbGenerated:=True)> Proper...
maxtoroq/DbExtensions
samples/VisualBasic/Northwind/Shipper.vb
Visual Basic
apache-2.0
488
Module Module1 'Control table address Public Const P_GOAL_POSITION_L = 30 Public Const P_GOAL_POSITION_H = 31 Public Const P_PRESENT_POSITION_L = 36 Public Const P_PRESENT_POSITION_H = 37 Public Const P_MOVING = 46 'Defulat setting Public Const DEFAULT_PORTNUM = 3 'COM3 Public Con...
samuelwilliams413/Integrate_Early
Runfiles/example/visual basic/Read_Write/Module1.vb
Visual Basic
bsd-3-clause
4,715
' 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.SignatureHelp Imports Microsoft.Cod...
abock/roslyn
src/Features/VisualBasic/Portable/SignatureHelp/NameOfExpressionSignatureHelpProvider.vb
Visual Basic
mit
1,968
Imports System.Resources 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...
welljoe/code-sidelights
DBCodeGenerator/DBCodeGenerator/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,305
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Add watermarks to pdf with pdf sdk/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
2,113
'********************************************************* ' ' Copyright (c) Microsoft. All rights reserved. ' This code is licensed under the MIT License (MIT). ' THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ' ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY ' IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR ' PU...
oldnewthing/Windows-universal-samples
Samples/Accelerometer/vb/Scenario2_ShakeEvents.xaml.vb
Visual Basic
mit
3,790
' 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 Imports System.Threading Imports Microsoft.CodeAnalysis.Scripting.Hosting Imports Microsoft.CodeAnalysis.Text Imports Microsoft.Code...
zmaruo/roslyn
src/Scripting/VisualBasic/VisualBasicScriptCompiler.vb
Visual Basic
apache-2.0
4,581
' 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 Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities Imports Microsoft.CodeAnalysis.Editor.VisualBasic.Utilities Imports Micro...
bbarry/roslyn
src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.NodeLocator.vb
Visual Basic
apache-2.0
81,805
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class ThreeButtons Inherits System.Windows.Forms.UserControl 'UserControl overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Bool...
bgreer5050/AdvancedHMI
AdvancedHMIControls/Controls/ThreeButtons.Designer.vb
Visual Basic
mit
2,722
'------------------------------------------------------------------------------ ' <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> '---...
Shadorunce/MiniProjects
Vehicle Loan/VehicleLoanFiles/My Project/Resources.Designer.vb
Visual Basic
mit
2,782
Imports System.IO Imports System.Runtime.Serialization.Formatters Imports HomeSeerAPI Module utils Public plugin As New HSPI Public IFACE_NAME As String = "Sample-Basic" Public callback As HomeSeerAPI.IAppCallbackAPI Public hs As HomeSeerAPI.IHSApplication Public Instance As String = "" Public ...
alexdresko/HSPI
Templates/HspiSampleBasic/utils.vb
Visual Basic
mit
9,297
Imports ChartDirector Public Class financedemo Implements DemoModule ' Name of demo module Public Function getName() As String Implements DemoModule.getName Return "Interactive Financial Chart" End Function ' Number of charts produced in this demo module Public Function getNoOfCharts(...
jojogreen/Orbital-Mechanix-Suite
NetWinCharts/VBNetWinCharts/financedemo.vb
Visual Basic
apache-2.0
815
Public Class dlgProgress Private a As Integer = 0 Public Shared title As String = "..." Public Shared isOff As Boolean = False Private Sub frmProgress_Paint(sender As Object, e As PaintEventArgs) Handles Me.Paint Cursor = Cursors.WaitCursor If isOff Then Me.Dispose() ...
AuCourseHelper/AuCourseHelper_PC
Teacher/Forms/dlgProgress.vb
Visual Basic
apache-2.0
1,702
Imports BVSoftware.Bvc5.Core Imports BVSoftware.Bvc5.Core.Content Partial Class BVModules_ProductModifiers_DropDownList_ProductModifierView Inherits ProductModifierTemplate Protected modifier As New Catalog.ProductModifier Public Overrides ReadOnly Property IsValid() As Boolean Get In...
ajaydex/Scopelist_2015
BVModules/ProductModifiers/Radio Button List/View.ascx.vb
Visual Basic
apache-2.0
2,286
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Script 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) ...
cfwprpht/dsgamemaker
Script.Designer.vb
Visual Basic
mit
16,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.Threading Imports Microsoft.CodeAnalysis.Options Imports Microsoft.CodeAnalysis.PooledObjects Imports M...
abock/roslyn
src/Features/VisualBasic/Portable/Structure/Providers/EnumDeclarationStructureProvider.vb
Visual Basic
mit
1,454
'------------------------------------------------------------------------------ ' <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> '-----------...
DlhSoftTeam/GanttChartLightLibrary-Demos
GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/ScheduleChartDataGrid/MouseEventHandling/My Project/Settings.Designer.vb
Visual Basic
mit
2,913
Public Enum StatisticPeriodType None = 0 Month = 10091001 Day = 10091002 Quarter = 10091003 Week = 10091004 Year = 10091005 End Enum
EIDSS/EIDSS-Legacy
EIDSS v6/vb/EIDSS/EIDSS_Common/Enums/StatisticPeriodType.vb
Visual Basic
bsd-2-clause
165
' 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.Options Imports Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Structure Imports ...
VSadov/roslyn
src/Features/VisualBasic/Portable/Structure/Providers/UsingBlockStructureProvider.vb
Visual Basic
apache-2.0
1,126
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. ' VB has a difference from C# in that CodeModelEvents are not fired for a ' CodeElement unless it's Children are accessed. This is intended to be a ' performan...
bbarry/roslyn
src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.CodeModelEventCollector.vb
Visual Basic
apache-2.0
58,754