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
' 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.Formatting Imports Microsoft.CodeAn...
weltkante/roslyn
src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/AbstractVisualBasicRemoveUnnecessaryImportsService.vb
Visual Basic
apache-2.0
6,752
' 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.CompilerServices Imports System.Text Imports Microsoft.CodeAnalysis.Completion.Providers Import...
physhi/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/RecommendationHelpers.vb
Visual Basic
apache-2.0
8,955
' 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 Roslyn.Test.Utilities Imports System.Collections.Immutable Imports System.IO Imports System.Xml.Linq Imports Micro...
droyad/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/ChecksumTests.vb
Visual Basic
apache-2.0
17,632
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class LecturerListUI 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) ...
louislam/summer-course-system
Summer Course System/UI/LecturerListUI.Designer.vb
Visual Basic
mit
10,572
Option Infer On Imports System Imports System.Collections.Generic Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim documents As...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFrameworkSupport.CenterMark.IsAttributeSetPresent.vb
Visual Basic
mit
1,707
Imports System.Drawing Public Class SingleIonLayer Public Property IonMz As Double Public Property MSILayer As PixelData() Public Property DimensionSize As Size Public Function GetIntensity() As Double() Return MSILayer.Select(Function(p) p.intensity).ToArray End Function End Class
xieguigang/MassSpectrum-toolkits
src/visualize/MsImaging/SingleIonLayer.vb
Visual Basic
mit
318
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 Dim partDocument As SolidEdgePart.PartDocument = Nothing ...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFramework.MatTable.AddMaterialToLibrary.vb
Visual Basic
mit
2,267
Imports Net.Surviveplus.Localization Public Class Replace ''' <summary> ''' Initializes a new instance of the class. ''' </summary> ''' <remarks></remarks> Public Sub New() InitializeComponent() WpfLocalization.ApplyResources(Me, My.Resources.ResourceManager) Me.findBox....
surviveplus/EditorPlus
office2013/EditorPlus.UI/EditorPlus.UI/Replace.xaml.vb
Visual Basic
mit
863
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Watermarking SDK/VB.NET/Use Macros for Watermarks/Module1.vb
Visual Basic
apache-2.0
3,449
' 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.Text Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis...
davkean/roslyn
src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenTuples.vb
Visual Basic
apache-2.0
925,955
' 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.Rename.ConflictEngine Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename Partial Public Class RenameEngineTests ...
paladique/roslyn
src/EditorFeatures/Test2/Rename/RenameEngineTests.VisualBasicConflicts.vb
Visual Basic
apache-2.0
104,168
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class TunnelForm 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...
kaiaie/DisplayHacks
Tunnel/TunnelForm.Designer.vb
Visual Basic
bsd-3-clause
1,885
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Fill form w-4 with pdf sdk/Program.vb
Visual Basic
apache-2.0
2,993
' 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 System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Dia...
OmarTawfik/roslyn
src/VisualStudio/Core/Test/EditAndContinue/EditAndContinueTestHelper.vb
Visual Basic
apache-2.0
8,379
' 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.ComponentModel.Composition Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.Co...
sharwell/roslyn
src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockVisualStudioWorkspace.vb
Visual Basic
mit
5,372
' 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. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Statements Public Class WithKeywordR...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Statements/WithKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,693
' 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.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
AlekseyTs/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/EventDeclarationHighlighterTests.vb
Visual Basic
mit
1,182
' 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.CodeAnalysis.VisualBasic.UnitTests Imports Microsoft.VisualStudio.Debugger.Evaluation Imp...
bbarry/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/TypeVariablesExpansionTests.vb
Visual Basic
apache-2.0
2,223
' 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.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic.Extensions Friend...
mmitche/roslyn
src/Workspaces/VisualBasic/Portable/Extensions/SymbolExtensions.vb
Visual Basic
apache-2.0
1,786
Public Class frmMoney Dim generator As New Random Dim varNumber As Integer = generator.Next(0, 8) Dim varFirstCoin As Decimal Dim varSecondCoin As Decimal Dim varTotal As Decimal Dim varAnswer As Decimal Dim varCorrect As Boolean = False Private Sub frmMenu_Load(ByVal sender As System.Ob...
meamod/Maths123
Maths123/frmMoney.vb
Visual Basic
mit
5,067
Partial Class RepMovCuentas '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.ComponentRes...
crackper/SistFoncreagro
SistFoncreagro.Report/RepMovCuentas.Designer.vb
Visual Basic
mit
74,612
Imports System.ComponentModel Imports System.Runtime.CompilerServices Imports System.Runtime.Serialization Imports Newtonsoft.Json <JsonObject(MemberSerialization.OptIn)> <DataContract> Public Class LampProfile Implements INotifyPropertyChanged Public Event PropertyChanged As PropertyChangedEventHandler Impl...
KameQuazi/Software-Major-Assignment-2k18
LampCommon/user/LampProfile.vb
Visual Basic
mit
2,580
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class ListeClients Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As B...
lepresk/HG
HG/ListeClients.Designer.vb
Visual Basic
mit
16,390
Public Class AudioDeviceList 'Public Shared Devices As ArrayList Public Shared ActiveDevice As AudioDevice Shared Sub New() Try ActiveDevice = AudioDevice.LoadDevice() AudioDevice.SaveDevice(ActiveDevice) Catch ex As Exception Throw New Exception(ex.Mess...
holli-holzer/adswitch
ADSwitch/ADSwitch/AudioDeviceList.vb
Visual Basic
mit
1,857
' <auto-generated> ' This code was generated by the .NET ToolStrip Customizer. ' http://toolstripcustomizer.codeplex.com/ ' </auto-generated> Imports System.Drawing Imports System.Windows.Forms Namespace LadouceurDark Class ColorTable Inherits ProfessionalColorTable Public Overrides ReadOn...
shiftosnext/ProjectLadouceur
Project_Ladouceur/Ladouceur_Dark.vb
Visual Basic
apache-2.0
11,187
' Copyright (c) Microsoft Corporation. All rights reserved. Imports Microsoft.VisualBasic Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute ...
devkimchi/Windows-API-Code-Pack-1.1
source/Samples/DirectX/VB/Direct3D10/Tutorials/D3D10Tutorial01_WinFormsWindow/My Project/AssemblyInfo.vb
Visual Basic
mit
1,550
' 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...
panopticoncentral/roslyn
src/Compilers/VisualBasic/Portable/Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousTypeOrDelegateTemplateSymbol.vb
Visual Basic
mit
15,043
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Decode usps sack label barcode with barcode reader sdk/Module1.vb
Visual Basic
apache-2.0
2,237
Imports IrrKlang Module Module1 Sub Main() ' start up the engine Dim engine As New ISoundEngine ' Now play some sound stream as music in 3d space, looped. ' We play it at position (0,0,0) in 3d space Dim music As ISound = engine.Play3D("../../media/ophelia.mp3", 0, 0, 0,...
redagito/CG2015
external/irrklang/irrKlang-1.5.0/examples.net/VisualBasic.02.3DSound/Module1.vb
Visual Basic
mit
4,519
' 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.Impleme...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/AbstractVisualBasicCompletionProviderTests.vb
Visual Basic
mit
9,193
' 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.Host Imports Microsoft.CodeAnalysis.Host.Mef Imports Microsoft.CodeAnalysis...
mmitche/roslyn
src/Workspaces/VisualBasic/Portable/LanguageServices/VisualBasicTypeInferenceService.vb
Visual Basic
apache-2.0
998
' 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.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnaly...
bbarry/roslyn
src/Features/VisualBasic/Portable/Organizing/Organizers/MemberDeclarationsOrganizer.Comparer.vb
Visual Basic
apache-2.0
6,630
Imports System.ComponentModel Imports System.IO Imports System.Environment 'Lock Icons: http://creativecommons.org/licenses/by/3.0/ 'Save and remove icons: http://creativecommons.org/licenses/by-nd/3.0/ 'Source: https://www.iconfinder.com 'Status icons: http://www.icons-land.com Public Class fm_main Public block...
UVLabs/Blockify
Blockify/fm_main.vb
Visual Basic
mit
10,547
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class FindReplace 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) Tr...
gumgl/VB.NET
NotePad--/FindReplace.Designer.vb
Visual Basic
mit
6,540
Imports Transporter_AEHF.Objects.Enumerations <Serializable()> Public Class PositionerObject Private _positionerType As Enumerations.PositionerModel Private _connectionString As String = "" Private _comPortNumber As Integer = 0 Private _interleaveStep As Double = 30 Private _azimuthStep As Double ...
wboxx1/85-EIS-PUMA
puma/src/Supporting Objects/PositionerObject.vb
Visual Basic
mit
4,789
' This has to be here in order to replay old trace files. It's a namespace confliction otherwise Public Class Enumerations #Region "Oscope Parameters" Public Enum MathOperators FftMagnitude Max Min AbsoluteValue Average Square ...
wboxx1/85-EIS-PUMA
puma/src/Supporting Objects/Enumerations/enumerations2.vb
Visual Basic
mit
8,534
'------------------------------------------------------------------------------ ' <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/Contabilidad/Formularios/ReporteListaRetencionesCuarta.aspx.designer.vb
Visual Basic
mit
1,522
 Namespace GridWebBasics Public Class PrintGridWeb Inherits System.Web.UI.Page Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load ' If first visit this page clear GridWeb1 and load data If Not IsPostBack AndAlso Not GridWeb1.IsPostBack Then ...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples.GridWeb/VisualBasic/GridWebBasics/PrintGridWeb.aspx.vb
Visual Basic
mit
1,624
Imports Hermes.Cryptography Imports Hermes.Email Imports Leviathan.Visualisation Imports System.Net.Mail Imports IT = Leviathan.Visualisation.InformationType Namespace Commands Partial Public Class CommandEmailOutput Implements ICommandsOutput Implements ICommandsOutputWriter #Region " Private Constants " ...
thiscouldbejd/Leviathan
_Commands/Partials/CommandEmailOutput.vb
Visual Basic
mit
7,118
#Region "Microsoft.VisualBasic::68bf95ebc790eed59438e12c8239f4c9, src\mzkit\mzkit\pages\dockWindow\frmStartPage.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT License ...
xieguigang/MassSpectrum-toolkits
src/mzkit/mzkit/pages/dockWindow/frmStartPage.vb
Visual Basic
mit
2,265
Imports StaxRip.UI Imports System.ComponentModel Public Class CommandLineControl Inherits UserControl #Region "Designer" Friend WithEvents tb As TextBoxEx Friend WithEvents tlpMain As System.Windows.Forms.TableLayoutPanel Friend WithEvents bu As StaxRip.UI.ButtonEx <System.Diagnostics.DebuggerNo...
stax76/staxrip
Controls/CommandLineControl.vb
Visual Basic
mit
5,532
' 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.CSharp Imports Microsoft.CodeAnalysis.Diagnostics ...
diryboy/roslyn
src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb
Visual Basic
mit
24,309
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
PDF SDK/VB.NET/Add Launch Action in PDF/Program.vb
Visual Basic
apache-2.0
2,163
Imports Esri.ArcGIS.Mobile Imports Esri.ArcGIS.Mobile.FeatureCaching Imports Esri.ArcGIS.Mobile.WebServices Imports Esri.ArcGIS.Mobile.DataProducts Imports System.Windows.Forms Imports System.Windows.Forms.Control Imports System.Xml Imports System.Diagnostics.Process Imports System.IO Imports System.Threading Import...
Esri/water-utility-mobile-map
Activity_Control/activitySelectorMapAction.vb
Visual Basic
apache-2.0
11,868
Public Class DisplayOptions Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() cal...
oliveralatkovic/isaac
isaac/DisplayOptions.vb
Visual Basic
bsd-3-clause
8,839
' SearchResult.aspx.vb Imports System Imports System.Web Imports System.Web.UI Imports System.Web.UI.WebControls Public Class SearchPage Inherits System.Web.UI.Page Protected txtInput As TextBox Protected cmdSearch As Button Protected lblResult As Label Protected Sub cmdSearch _Click(Source As O...
frizb/SourceCodeSniffer
samples/VisualBasic XSS 1.vb
Visual Basic
bsd-3-clause
515
'------------------------------------------------------------------------------ ' <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> '-------...
xingh/prontocms
Project Templates/VB/ProntoCmsWebApplication/My Project/Resources.Designer.vb
Visual Basic
mit
2,788
Public Class MeetingNotifier Private peopleFinder As IPeopleFinder Private smsSender As ISmsSender Private groupName As String Public Sub New(ByVal groupName As String, ByVal peopleFinder As IPeopleFinder, ByVal smsSender As ISmsSender) Me.peopleFinder = peopleFinder Me.smsSender = smsSender Me.group...
codechip/rhino-tools
SampleApplications/InteractionBasedTesting/Rhino.Mocks.Demo.VB/MeetingNotifier.vb
Visual Basic
bsd-3-clause
680
' 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.Threading Imports Microsoft.CodeA...
paladique/roslyn
src/Compilers/VisualBasic/Portable/Symbols/AssemblySymbol.vb
Visual Basic
apache-2.0
29,765
' 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.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.Host Imports Microsoft.CodeAnalysis.Editor.Imp...
mmitche/roslyn
src/EditorFeatures/Test2/Peek/PeekTests.vb
Visual Basic
apache-2.0
21,168
' 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.UseNullPropagation Imports Microsoft.CodeAnalysis.VisualBas...
mmitche/roslyn
src/Features/VisualBasic/Portable/UseNullPropagation/VisualBasicUseNullPropagationCodeFixProvider.vb
Visual Basic
apache-2.0
922
' 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.VisualBasic Imports Roslyn.Test.Utilities Imports Microsoft.VisualStudio.LanguageServices.UnitTests.ProjectSystemShim.Framework ...
droyad/roslyn
src/VisualStudio/Core/Test/ProjectSystemShim/VisualBasicProjectTests.vb
Visual Basic
apache-2.0
1,264
' 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...
KevinRansom/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/GoToKeywordRecommender.vb
Visual Basic
apache-2.0
1,483
' 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 Microsoft.CodeAnalysis.Text Imports Microsoft.CodeA...
bbarry/roslyn
src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_XmlLiteralFixupData.vb
Visual Basic
apache-2.0
1,914
Imports System.Data.SqlClient Imports System.Data.Common Imports SistFoncreagro.BussinessEntities Public Class DetalleRequerimientoRepository : Inherits MasterDataAccess : Implements IDetalleRequerimientoRepository Dim catalogoRepository As ICatalogoRepository Dim unidadRepository As IUnidadMedidaRepository ...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/DetalleRequerimientoRepository.vb
Visual Basic
mit
7,602
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fPedidos_Clientes_IKP.aspx.vb
Visual Basic
mit
10,524
Imports System.Data Partial Class rProveedores_pZona Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim lcComandoSelect As String lcComandoSelect = "SELECT Proveedores.Cod_Pro, " _ & "Proveedores.Nom_Pro, " _...
kodeitsolutions/ef-reports
rProveedores_pZona.aspx.vb
Visual Basic
mit
1,381
Public Class Form4 Private cx As New NPIData(NPIConnect.AccountBS) Private DT As DataTable Private X As String Private Compcode As String Private AssetID As String Private AssetNo As String Private AssetSubNo As String Private AssetName As String Private RespCctr As String Priva...
100dej/PlanningS
Form/900/Form4.vb
Visual Basic
mit
5,667
' 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports Microsoft.CodeAnal...
ManishJayaswal/roslyn
src/VisualStudio/Core/Test/GenerateType/GenerateTypeViewModelTests.vb
Visual Basic
apache-2.0
37,159
' 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 Namespace Microsoft.CodeAnalysis.Editor.UnitTests.FindReferences Partial Public Class FindReferencesTests <WpfFact,...
Shiney/roslyn
src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ParameterSymbol.vb
Visual Basic
apache-2.0
15,952
'------------------------------------------------------------------------------ ' <auto-generated> ' 此代码由工具生成。 ' 运行时版本:4.0.30319.296 ' ' 对此文件的更改可能会导致不正确的行为,并且如果 ' 重新生成代码,这些更改将会丢失。 ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Optio...
welljoe/code-sidelights
DBCodeGenerator/DBCodeGenerator/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,930
'------------------------------------------------------------------------------ ' <auto-generated> ' 此代码由工具生成。 ' 运行时版本:4.0.30319.18444 ' ' 对此文件的更改可能会导致不正确的行为,并且如果 ' 重新生成代码,这些更改将会丢失。 ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Opt...
S2Lab/QuickText
QuickText/My Project/Application.Designer.vb
Visual Basic
apache-2.0
1,538
' 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.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings Imports Microsoft.CodeAnalysis.Vi...
kelltrick/roslyn
src/EditorFeatures/VisualBasicTest/ConvertToInterpolatedString/ConvertConcatenationToInterpolatedStringTests.vb
Visual Basic
apache-2.0
7,373
Imports System Imports NUnit.Framework Imports MyGeneration.dOOdads Namespace MyGeneration.dOOdads.Tests.SQL <TestFixture()> _ Public Class SqlEOFFixture Dim aggTest As AggregateTest = New AggregateTest Dim nCounter As Integer = 0 <TestFixtureSetUp()> _ Public Sub Init() TransactionMgr....
cafephin/mygeneration
src/doodads/Tests/VBNet/SQL/SqlEOFFixture.vb
Visual Basic
bsd-3-clause
3,728
' 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.Windows.Data Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeStyle Imports Microsoft....
davkean/roslyn
src/VisualStudio/VisualBasic/Impl/Options/StyleViewModel.vb
Visual Basic
apache-2.0
26,196
' 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.Collections.Immutable Imports System.Collections.ObjectModel Imports System.Runtime.InteropServices Imports System.Threading Impo...
furesoft/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/CompilationContext.vb
Visual Basic
apache-2.0
75,432
' 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.Test.Utilities Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Symbols.Metadata.P...
dsplaisted/roslyn
src/Compilers/VisualBasic/Test/Emit/Attributes/AttributeTests_WellKnownAttributes.vb
Visual Basic
apache-2.0
202,474
' 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.PooledObjects Imports Microsoft.CodeAnalysis.Visual...
kelltrick/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Statements.vb
Visual Basic
apache-2.0
289,705
' 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.Classification Imports Microsoft.Co...
CyrusNajmabadi/roslyn
src/EditorFeatures/Test2/Classification/ClassificationTests.vb
Visual Basic
mit
8,998
Imports System.IO Imports System.Collections.Generic Imports System.IO.MemoryMappedFiles Imports System.Threading Imports System.Net Public Class SharedMemory 'This was originally written with .NET's MemoryMapped File Service and a mutex, and it caused a few problems, so I updated it with this method until the nee...
fooforever/Gridcoin-Research
contrib/Installer/boinc/boinc/Mutex.vb
Visual Basic
mit
1,544
' 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.Globalization Imports System.Runtime.InteropServices Imports System.Text Import...
MichalStrehovsky/roslyn
src/Workspaces/VisualBasic/Portable/CodeCleanup/Providers/ReduceTokensCodeCleanupProvider.vb
Visual Basic
apache-2.0
20,122
'------------------------------------------------------------------------------ ' <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> '-----------...
winny-/CPS-240
Assignments/PA 8 W Weinert/PA 8 W Weinert/My Project/Resources.Designer.vb
Visual Basic
mit
2,723
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.0 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------------...
ParticularLabs/SetStartupProjects
src/SampleSolution/ConsoleApplicationVB/My Project/Settings.Designer.vb
Visual Basic
mit
2,942
Imports System.Xml Imports System.Windows.Forms Imports ExcelDna.Integration Imports System.IO ''' <summary>Dialog used to display and edit the CustomXMLPart utilized for storing the DBModif definitions</summary> Public Class EditDBModifDef ''' <summary>the edited CustomXmlParts for the DBModif definitions</summa...
Excel-DNA/Samples
CustomXMLParts/EditDBModifDef.vb
Visual Basic
mit
4,332
Public Class XtfBathySnippet0 Public Property Id As UInt32 Public Property HeaderSize As UInt16 Public Property DataSize As UInt16 Public Property PingNumber As UInt32 Public Property Seconds As UInt32 Public Property Milliseconds As UInt32 Public Property Latency As UInt16 Public Proper...
jaksg82/XtfViewer
jakxtflib/xtfBathySnippet0.vb
Visual Basic
mit
4,520
Imports ExcelDna.Integration Imports ExcelDna.IntelliSense Public Class AddIn Implements IExcelAddIn Public Sub AutoOpen() Implements IExcelAddIn.AutoOpen IntelliSenseServer.Install() End Sub Public Sub AutoClose() Implements IExcelAddIn.AutoClose IntelliSenseServer.Uninstall() E...
Excel-DNA/Samples
ArrayMap/AddIn.vb
Visual Basic
mit
339
Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices ' Information about this assembly is defined by the following ' attributes. ' ' change them to the information which is associated with the assembly ' you compile. <assembly: AssemblyTitle("GFWToVBNetCo...
codeprof/GFA-Basic-to-VB.Net-converter
Converter/GFWToVBNetConverter/GFWToVBNetConverter/Properties/AssemblyInfo.vb
Visual Basic
mit
1,061
'------------------------------------------------------------------------------ ' <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> '---...
Matthew-Christopher/SimonSaysVB
FINALPROJECT_SIMON/My Project/Resources.Designer.vb
Visual Basic
mit
2,789
Imports System.Dynamic Imports System.Management.Automation.Runspaces Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CSharp.Scripting Imports Microsoft.CodeAnalysis.Scripting Public Class Scripting Shared Property App As New ScriptingApp Shared Sub RunCSharp(code As String, Optional hideErrors...
amccool/staxrip
General/Scripting.vb
Visual Basic
mit
2,009
Public Class FormA Public Sub ShowNewText(text As String) Me.Label1.Text = text End Sub End Class
Koopakiller/Forum-Samples
Other/0f323ad558c64fa6b792a7175daf8878/WindowsApp1/FormA.vb
Visual Basic
mit
116
Imports SistFoncreagro.BussinessEntities Imports SistFoncreagro.DataAccess Public Class InteresadosBL : Implements IInteresadosBL Dim factoryrepository As IInteresadosRepository Public Sub New() factoryrepository = New InteresadosRepository End Sub Public Sub DeleteINTERESADOS(ByVal IdIntere...
crackper/SistFoncreagro
SistFoncreagro.BussinesLogic/InteresadosBL.vb
Visual Basic
mit
1,591
' 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...
davkean/roslyn
src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb
Visual Basic
apache-2.0
37,503
' Copyright 2015, Google Inc. All Rights Reserved. ' ' 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 ...
stevemanderson/googleads-dotnet-lib
examples/AdXBuyer/Vb/v201502/BasicOperations/AddCampaigns.vb
Visual Basic
apache-2.0
6,206
Imports System.Net.Security Imports System.Security.Cryptography.X509Certificates Imports Aspose.Email.Imap ' 'This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Email for .NET API reference 'when the project is build. Please check https://Docs.nuget.org/consume/nuget-faq for more informa...
maria-shahid-aspose/Aspose.Email-for-.NET
Examples/VisualBasic/Exchange/ExchangeServerUsesSSL.vb
Visual Basic
mit
1,774
#Region "Imported Namespaces" Imports System Imports System.Collections.Generic Imports Autodesk.Revit.ApplicationServices Imports Autodesk.Revit.Attributes Imports Autodesk.Revit.DB Imports Autodesk.Revit.UI Imports Autodesk.Revit.UI.Selection #End Region <Transaction(TransactionMode.Manual)> Public Class ...
jeremytammik/VisualStudioRevitAddinWizard
vb/AdskCommand.vb
Visual Basic
mit
1,655
Imports System.Collections.ObjectModel Namespace Areas.HelpPage.ModelDescriptions Public Class ComplexTypeModelDescription Inherits ModelDescription Private _properties As Collection(Of ParameterDescription) Public Sub New() Properties = New Collection(Of ParameterDescription)...
Terminator-Aaron/Katana
aspnetwebsrc/WebApiHelpPage/VB/Areas/HelpPage/ModelDescriptions/ComplexTypeModelDescription.vb
Visual Basic
apache-2.0
663
' 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 Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Intelli...
Inverness/roslyn
src/VisualStudio/Core/Test/Completion/VisualBasicCompletionSnippetNoteTests.vb
Visual Basic
apache-2.0
5,827
' 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...
wschae/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/ClsComplianceTests.vb
Visual Basic
apache-2.0
108,545
' 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.VisualStudio.GraphModel Namespace Microsoft.VisualStudio.LanguageServices....
physhi/roslyn
src/VisualStudio/Core/Test/Progression/MockGraphContext.vb
Visual Basic
apache-2.0
4,155
' 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.Rename.ConflictEngine Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.VisualBasic Public Class DeclarationConflict...
amcasey/roslyn
src/EditorFeatures/Test2/Rename/VisualBasic/DeclarationConflictTests.vb
Visual Basic
apache-2.0
43,174
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fOrdenes_Compras_Stratos.aspx.vb
Visual Basic
mit
10,008
#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/Parsers/PositionEndParser.vb
Visual Basic
mit
1,861
Imports System.IO Imports System.Runtime.InteropServices Module Example <STAThread()> _ Sub Main() Dim objApplication As SolidEdgeFramework.Application = Nothing Dim objPartDocument As SolidEdgePart.PartDocument = Nothing Dim objStudyOwner As SolidEdgePart.StudyOwner = Nothing ...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgePart.Study.SetThermalStudyOptions.vb
Visual Basic
mit
3,503
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/VBSendMeetingUpdate1/Module1.vb
Visual Basic
mit
1,596
Imports System Imports System.Data Imports System.Data.SqlClient Imports Csla Imports Csla.Data Namespace Invoices.Business ''' <summary> ''' ProductTypeDynaItem (dynamic root object).<br/> ''' This is a generated base class of <see cref="ProductTypeDynaItem"/> business object. ''' </summar...
CslaGenFork/CslaGenFork
trunk/CoverageTest/Invoices/Invoices-DbClass-VB/Invoices.Business/ProductTypeDynaItem.Designer.vb
Visual Basic
mit
11,436
' Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.Editors.MyApplication Public Class MyApplicationPropertiesBase ''' <summary> ''' R...
chkn/fsharp
vsintegration/src/vs/FsPkgs/FSharp.Project/VB/FSharpPropPage/Common/MyApplicationProperties.vb
Visual Basic
apache-2.0
753
Imports System.ComponentModel.DataAnnotations Imports System.Web.DynamicData Imports System.Web Class Children_InsertField Inherits FieldTemplateUserControl End Class
neozhu/WebFormsScaffolding
Samples.VB/DynamicData/FieldTemplates/Children_Insert.ascx.vb
Visual Basic
apache-2.0
186
' 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 Imports Microsoft.CodeAna...
jmarolf/roslyn
src/VisualStudio/Core/Test/CommonControls/MemberSelectionViewModelTests.vb
Visual Basic
mit
9,398
' 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.Runtime.CompilerServices Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text Imports Microsoft....
pdelvo/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/AnonymousTypes/AnonymousTypesEmittedSymbolsTests.vb
Visual Basic
apache-2.0
38,178
' 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.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Linq Imports System.Text Impo...
DanielRosenwasser/roslyn
src/Compilers/VisualBasic/Portable/Lowering/MethodToClassRewriter/MethodToClassRewriter.MyBaseMyClassWrapper.vb
Visual Basic
apache-2.0
15,103