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.1 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------------...
davidschlachter/outlookquota
EmailSizer/My Project/Settings.Designer.vb
Visual Basic
bsd-2-clause
2,806
' 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.Completion Imports Microsoft.CodeAnalysis.Completion.Providers Imp...
KevinH-MS/roslyn
src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb
Visual Basic
apache-2.0
7,714
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.LoadOwner.AddThermalLoad.vb
Visual Basic
mit
13,028
' 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...
huoxudong125/Z.ExtensionMethods
src (VB.NET)/Z.ExtensionMethods.VB/Z.Reflection/System.Object/Object.GetMethods.vb
Visual Basic
mit
2,038
' 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...
huoxudong125/Z.ExtensionMethods
src (VB.NET)/Z.ExtensionMethods.VB/Z.Drawing/System.Drawing.Color/System.Drawing.ColorTranslator/Color.ToHtml.vb
Visual Basic
mit
832
' 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.ApiDesignGuidelines.Analyzers Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Namespace Microsoft.ApiDesignGuideli...
bkoelman/roslyn-analyzers
src/Microsoft.CodeQuality.Analyzers/VisualBasic/ApiDesignGuidelines/BasicAsyncMethodNamesShouldEndInAsync.vb
Visual Basic
apache-2.0
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.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.Text Imp...
VPashkov/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Query.vb
Visual Basic
apache-2.0
280,023
' 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.CodeGen Imports Microsoft.CodeAnalysis.Text Imports...
droyad/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Delegates.vb
Visual Basic
apache-2.0
73,390
' 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 Imports Microso...
KevinRansom/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/NameOfKeywordRecommender.vb
Visual Basic
apache-2.0
1,277
NameSpace Models.DMSCON Partial Public Class ApplicationDocumentCommand Inherits DMS.Base.Models.GenericEntity #Region " Properties " Public Overrides Property ID As String Get Return "{0}".FormatWith(AppDocCmdID) End Get Set(value as String) AppDocCmdID=ToIntegerDB(value) End Set End Prop...
nublet/DMS
DMS.Base/Models/DMSCON/Base/ApplicationDocumentCommand.vb
Visual Basic
mit
10,210
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class OLStylePickerDialogLineControl Inherits System.Windows.Forms.UserControl 'UserControl overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal...
JohnWilcock/OL3Designer
OL3Designer/UserControls/OLStyles/OL3StylePicker/OLStylePickerDialogLineControl.Designer.vb
Visual Basic
mit
8,203
#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/Generators/CancelPnLGenerator.vb
Visual Basic
mit
2,320
''' <summary> ''' Provides application-specific behavior to supplement the default Application class. ''' </summary> NotInheritable Class App Inherits Application ''' <summary> ''' Initializes a new instance of the App class. ''' </summary> Public Sub New() Microsoft.ApplicationInsights.Wi...
Microsoft/Lumia-imaging-sdk
Samples/QuickStart/vb/App.xaml.vb
Visual Basic
mit
3,670
'------------------------------------------------------------------------------ ' <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> '------------...
Walkman100/CMDLauncher
My Project/Resources.Designer.vb
Visual Basic
mit
2,717
' Developer - Silent ' Date Created - 02/24/2014 ' ' General Description - Simple Config class used for Business Object examples Public Class Config #Region " Modular Variables " Private _Account As String Private _Pwd As String Private _Remember As Boolean = True Private _Manager As Guid...
kuastw/KUAS-AP-Windows
KUAS AP/Config.vb
Visual Basic
mit
2,227
#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, includi...
tradewright/tradewright-twsapi
src/IBApi/SocketHandler.vb
Visual Basic
mit
10,468
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fCClientes_ConCC.aspx.vb
Visual Basic
mit
9,018
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' '-------------------------------------------------------------------------------------------' ' Inicio de clas...
kodeitsolutions/ef-reports
Reportes - Nomina/rResumen_Conceptos_SID.aspx.vb
Visual Basic
mit
12,372
Imports System.IO Imports System.Math Imports System.Windows.Forms Module Module1 Dim ProgramDefinedVariables As New Dictionary(Of String, String) Dim ProgramDefinedvariablesTypes As New Dictionary(Of String, String) Dim variablenametocreate, variablevalue, operationchoice, variabletoread, variablety...
TWCurry/HAL-S-Interpreter
HAL Interpreter/Module1.vb
Visual Basic
mit
69,352
Partial Class Termsand_Conditions Inherits System.Web.UI.Page Dim cf As New comonfunctions Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load tdip.InnerHtml = "We Track Each and Every Visitor Your Ip Address is " & Request.ServerVariables("REMOTE_ADDR") ...
aminnagpure/matrimonydatingcommunity1.0
lovenmarry - EmptyFreeCode/Termsand Conditions.aspx.vb
Visual Basic
mit
377
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
PDF Extractor SDK/VB.NET/Load Unicode CSV to DataTable using OLEDB/Module1.vb
Visual Basic
apache-2.0
2,932
' ****************************************************************************** ' ** ' ** Yahoo! Managed ' ** Written by Marius Häusler 2011 ' ** It would be pleasant, if you contact me when you are using this code. ' ** Contact: YahooFinanceManaged@gmail.com ' ** Project Home: http://code.google.com/p/yahoo-fi...
agassan/YahooManaged
MaasOne.YahooManaged/YahooManaged/Weather/LocationInfo.vb
Visual Basic
apache-2.0
1,976
Partial MustInherit Class GeoJsonGeometry(Of T) Inherits GeoJsonElement(Of T) Public MustOverride Sub CreateFromDbGeometry(inp As Spatial.DbGeometry) Public Shared Function FromDbGeometry(inp As Spatial.DbGeometry, Optional withBoundingBox As Boolean = True) As GeoJsonGeometry(Of T) Dim obj As Ge...
jumpinjackie/GeoJSON4EntityFramework
GeoJSON4EntityFramework5/Base/GeoJsonGeometryEF5.vb
Visual Basic
apache-2.0
825
' 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.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.E...
abock/roslyn
src/Features/VisualBasic/Portable/Debugging/ProximityExpressionsGetter.RelevantExpressionsCollector.vb
Visual Basic
mit
2,635
Imports SistFoncreagro.BussinessEntities Public Interface IFormacionRequeridaRepository Function GetAllFromFORMACIONREQUERIDA() As List(Of FormacionRequerida) Function SaveFORMACIONREQUERIDA(ByVal formacionRequerida As FormacionRequerida) As Int32 Function GetFORMACIONREQUERIDAByIdFormacionAndIdPosicion(By...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/My Project/IFormacionRequeridaRepository.vb
Visual Basic
mit
605
' 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.PooledObjects Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.Co...
CyrusNajmabadi/roslyn
src/Analyzers/VisualBasic/CodeFixes/UseObjectInitializer/UseInitializerHelpers.vb
Visual Basic
mit
2,563
' 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 Imports System.Collections.Generic Imports System.Linq Imports System.Text Imports Microsoft.CodeAnalys...
jmarolf/roslyn
src/Compilers/VisualBasic/Portable/Emit/SpecializedMethodReference.vb
Visual Basic
mit
1,610
' 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.Declarations Public Class ModuleKeyw...
jmarolf/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModuleKeywordRecommenderTests.vb
Visual Basic
mit
11,263
' 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.CompilerServices Imports CompilationCreationTestHelpers Imports Microsoft.CodeAnalysis.Test.Utilit...
ericfe-ms/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/CompilationCreationTests.vb
Visual Basic
apache-2.0
137,640
#Region "Microsoft.VisualBasic::51914b6e60badcfe0e9403b8bfd5eada, src\visualize\plot\StandardCurvesPlot.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/visualize/plot/StandardCurvesPlot.vb
Visual Basic
mit
4,886
Imports System.Data Partial Class rCuentas_Gastos 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 Dim lcComandoSelect As String Try ...
kodeitsolutions/ef-reports
Reportes - Contabilidad/rCuentas_Gastos.aspx.vb
Visual Basic
mit
2,505
Namespace My ' The following events are available for MyApplication: ' ' Startup: Raised when the application starts, before the startup form is created. ' Shutdown: Raised after all application forms are closed. This event is not raised if the application terminates abnormally. ' UnhandledExcept...
Walkman100/Clipboard-Projects
ApplicationEvents.vb
Visual Basic
mit
1,208
Imports DTIServerControls ''' <summary> ''' A control to handle file uploads. ''' </summary> ''' <remarks></remarks> #If DEBUG Then Public Class DTIUploaderControl Inherits DTIServerBase #Else <ComponentModel.EditorBrowsable(ComponentModel.EditorBrowsableState.Never), ComponentModel.ToolboxItem(False)> _ P...
Micmaz/DTIControls
DTIContentManagement/DTIUploader/DTIUploaderControl.vb
Visual Basic
mit
11,655
' 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.Test.Utilities Imports Microsoft.VisualStudio.LanguageSe...
diryboy/roslyn
src/VisualStudio/Core/Test/CodeModel/CSharp/RootCodeModelTests.vb
Visual Basic
mit
12,737
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 SolidEdgeFramewo...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFrameworkSupport.Arc2d.RemoveSegmentedStyle.vb
Visual Basic
mit
2,365
Imports Microsoft.Phone.Reactive Imports Microsoft.Devices.Sensors Public Module ShakeObserver Const MinimumOffset = 1.44 Const TimeThreshold = 200 Public Function GetShakeObserver(ByVal accel As Accelerometer) As IObservable(Of Unit) Dim query = From start In Observable.FromEvent(Of Acceleromete...
jwooley/RxSamples
Dice/RxWp7Dice/Gestures/ShakeObserver.vb
Visual Basic
mit
1,313
Imports SignWriterStudio.General.All Imports SignWriterStudio.SymbolCache <Serializable()> Public Class SWSymbol Implements ICloneable ' In this section you can add your own using directives ' section 127-0-0-1-12759f70:11b4c9e83f8:-8000:0000000000000844 begin ' section 127-0-0-1-12759f70:11b4c9e83f8...
JonathanDDuncan/SignWriterStudio
SWS/SWS.vb
Visual Basic
mit
11,113
' 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.Reflection.Metadata Imports System.Reflection.PortableExecutable Imports System.Text Imports Microsoft....
davkean/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/VisualBasicDeterministicBuildCompilationTests.vb
Visual Basic
apache-2.0
12,094
Option Strict Off ' 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.CodeGeneration Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Impor...
mseamari/Stuff
src/EditorFeatures/VisualBasicTest/CodeActions/GenerateFromMembers/GenerateEqualsAndGetHashCode/GenerateEqualsAndGetHashCodeTests.vb
Visual Basic
apache-2.0
3,430
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18033 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
farizluqman/simple-sha1-tool
My Project/Resources.Designer.vb
Visual Basic
apache-2.0
2,728
' 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.Completion Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft...
KashishArora/Roslyn
src/Features/VisualBasic/Completion/CompletionProviders/CompletionUtilities.vb
Visual Basic
apache-2.0
7,661
' 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 Imports Microsoft.CodeAnalysis.Editor.Completion.FileSystem Imports Microsoft.VisualStudio.Interactive...
HellBrick/roslyn
src/Interactive/EditorFeatures/VisualBasic/Interactive/FileSystem/ReferenceDirectiveCompletionProvider.vb
Visual Basic
apache-2.0
1,610
' 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.ObjectModel Imports Microsoft.CodeAnalysis.Editor.Commands Imports Microsoft.CodeAnalysis.Editor.Host Imports Microsoft.CodeAnalysis...
droyad/roslyn
src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb
Visual Basic
apache-2.0
69,905
' 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.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic Partial Friend NotInheritable Class D...
mmitche/roslyn
src/Compilers/VisualBasic/Portable/DocumentationComments/DocumentationCommentIDVisitor.vb
Visual Basic
apache-2.0
2,763
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
CGS_rCompras_Articulos_ADM.aspx.vb
Visual Basic
mit
11,306
Imports System.Runtime.InteropServices Namespace NativeRoutines.Interfaces <ComImport, Guid("0000010B-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface IPersistFile Inherits IPersist Shadows Sub GetClassID(ByRef pClassID As Guid) <Pres...
nublet/APRBase
APRBase/NativeRoutines/Interfaces/IPersistFile.vb
Visual Basic
mit
866
Option Explicit On 'Title: Running total & Avg 'Author: Miguel Rodriguez 'Date: 2/16/2016 'Course: CSC 162 'Section: 001 'Description: This program demonstrates how to keep track ' of a running total of numbers and it computes the avg ' 'Initial Algorithm: ' 1. Get Number Entered b...
miguel2192/CSC-162
Rodriguez_runTotalAvg/runningTotal/Rodriguez_RnAvg.vb
Visual Basic
mit
3,479
Namespace Assets <SupportedActionsSDK(False, True, False, False)> <DataServiceKey("ID")> Public Class [Asset] '''<summary>Indicates if an asset was already depreciated before registering it in Exact Online</summary> Public Property [AlreadyDepreciated] As Byte '''<summary>In case of a transfer or a split, the...
shtrip/exactonline-api-dotnet-client
src/ExactOnline.Client.Models/Assets.vb
Visual Basic
mit
13,418
#Region "Microsoft.VisualBasic::c5f2dc4dc0981ce351355415b1773c00, src\visualize\plot\PeakAssign.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/visualize/plot/PeakAssign.vb
Visual Basic
mit
15,431
Option Strict On Option Explicit On Option Infer Off Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Windows.Forms ''' <summary> ''' A highly customizable calendar control. For interaction with individual calendar days, handle the Click, MouseEnter and MouseLeave events. ''' </summary> Public N...
Audiopolis/Gruppe21-prosjekt
AudiopoLib/AudiopoLib/CustomCalendar.vb
Visual Basic
mit
38,802
'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/Editing/AngleAngleConstructor/VBNet/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,695
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class CryptForm Inherits DevExpress.XtraEditors.XtraForm 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
bigbhe/1310
SROI-SKRIPSI/Form/CryptForm.Designer.vb
Visual Basic
apache-2.0
1,784
 Namespace Win32Manager Public Class Win32ManageAdapter Public Shared Function GetTargetAllInfo(ByVal target As String) As List(Of Dictionary(Of String, Object)) Dim listR As List(Of Dictionary(Of String, Object)) = Nothing Using searcher As New Management.ManagementObjectSearc...
sugartomato/AllProjects
ZS.Common/ZS.Common/Win32Manager.vb
Visual Basic
apache-2.0
7,128
Imports bv.winclient.Core Imports System.Linq Imports System.Collections.Generic Imports System.ComponentModel Imports EIDSS.model.Resources Imports DevExpress.XtraGrid Namespace ActiveSurveillance Public Class AsSamplesPanel Public Sub New() ' This call is required by the Window...
EIDSS/EIDSS-Legacy
EIDSS v6/vb/EIDSS/EIDSS_Vet/ActiveSurveillance/AsSamplesPanel.vb
Visual Basic
bsd-2-clause
8,783
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Add sound annotation to pdf with pdf sdk/Program.vb
Visual Basic
apache-2.0
1,806
' 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 RenameEngineTest ...
VPashkov/roslyn
src/EditorFeatures/Test2/Rename/RenameEngineTests.CSharpConflicts.vb
Visual Basic
apache-2.0
114,036
' 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.Collections.ObjectModel Imports System.Globalization Imports System.Ref...
robinsedlaczek/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PENamedTypeSymbol.vb
Visual Basic
apache-2.0
65,403
Imports System.IO Imports System.Windows.Forms Public Class frmNewEmail Public DocumentTemplate As String = "" Dim lPass As Long Public attachFile As OpenFileDialog Private Sub frmNewEmail_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load txtFrom.Text = KeyValue("po...
icede/Gridcoin-master
src/boinc/boinc/frmNewEmail.vb
Visual Basic
mit
5,147
' 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 System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text Imports Micr...
DavidKarlas/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/WithStatementSymbolsTests.vb
Visual Basic
apache-2.0
11,418
' 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.UnitTests.Extensions Imports Microsof...
amcasey/roslyn
src/EditorFeatures/VisualBasicTest/RemoveUnnecessaryImports/RemoveUnnecessaryImportsTests.vb
Visual Basic
apache-2.0
30,926
' 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...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/NamespaceBlockHighlighterTests.vb
Visual Basic
apache-2.0
1,114
Imports SistFoncreagro.BussinessEntities Public Interface ITipoConvenioBL Function GetAllFromTipoConvenio() As List(Of TipoConvenio) Function GetFromTipoConvenioById(ByVal id As Int32) As TipoConvenio Sub SaveTipoConvenio(ByVal _TipoConvenio As TipoConvenio) Sub DeleteTipoConvenio(ByVal id As Int32) E...
crackper/SistFoncreagro
SistFoncreagro.BussinesLogic/ITipoConvenioBL.vb
Visual Basic
mit
335
'------------------------------------------------------------------------------ ' <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> '-------------------------------------------------...
VanyaD/HTML5
SemanticHTMLHomework/02. StudentSystem/My Project/Settings.Designer.vb
Visual Basic
mit
2,901
Imports System.Data.OleDb Public Class markRoll 'MAKE MORE EFFICIENT connects this form to previous form. Public y7 As Integer Public y8 As Integer Public y9 As Integer Public y10 As Integer Public y11 As Integer Public y12 As Integer Dim adpNamesUser As New OleDbDataAdapter Dim co...
SDDHSC/MajorWork
MajorWork/MajorWork/markRoll.vb
Visual Basic
mit
9,709
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34209 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
rhildred/controlArrays
assgn4/My Project/Application.Designer.vb
Visual Basic
mit
1,472
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.FeatureControlFrame.Move.vb
Visual Basic
mit
1,906
' 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...
agocke/roslyn
src/Features/VisualBasic/Portable/RemoveUnnecessaryImports/VisualBasicRemoveUnnecessaryImportsDiagnosticAnalyzer.vb
Visual Basic
mit
3,551
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rTVentas_Marcas_Ipos.aspx.vb
Visual Basic
mit
9,750
Public Class TLSE_settings Private IsFormBeingDragged As Boolean = False Private MousedwnX As Integer Private MousedwnY As Integer 'form settings Private Sub Closebutton_Click(sender As Object, e As EventArgs) Handles Closebutton.Click My.Settings.Para_AdvH = Settings_Advhelp.Checked ...
Brionjv/Tomodachi-Life-Save-Editor
Project EX/Tomodachi Life Save Editor/TLSE_settings.vb
Visual Basic
mit
23,396
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 partDocument...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgePart.Model.Tabs.vb
Visual Basic
mit
1,350
' 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 Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis...
HellBrick/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/OverrideCompletionProviderTests.vb
Visual Basic
apache-2.0
48,809
' 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.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Microsoft.Co...
bbarry/roslyn
src/EditorFeatures/VisualBasicTest/LineCommit/CommitTestData.vb
Visual Basic
apache-2.0
6,842
Imports System Imports System.Collections.Generic Imports Xunit Imports Xunit.Extensions Public Class MyTest <Theory> <PropertyData("DataEnumerator", PropertyType := GetType(ProvidesPropertyData))> Public Sub Test1(ByVal value As Int32) Assert.Equal(42, value) End Sub End Class Public Class Pr...
derigel23/resharper-xunit
resharper/test/data/References/PropertyDataInOtherClass.vb
Visual Basic
apache-2.0
522
Imports Microsoft.AspNet.Identity Imports Microsoft.AspNet.Identity.EntityFramework Imports Microsoft.AspNet.Identity.Owin Imports Microsoft.Owin.Security Imports System Imports System.Threading.Tasks Imports System.Security.Claims ' You can add profile data for the user by adding more properties to your User class, ...
neozhu/WebFormsScaffolding
Samples.VB/Models/IdentityModels.vb
Visual Basic
apache-2.0
4,114
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 objHoleDataCollection As SolidEdgePart.HoleDataCollection = ...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgePart.PartDocument.HoleDataCollection.vb
Visual Basic
mit
947
Public Class _Default Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub End Class
jirikadlec2/hydrodata
hydrodatainfo/meteo_admin/Default.aspx.vb
Visual Basic
bsd-3-clause
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.Collections.Generic Imports System.Collections.Immutable Imports System.Collections.ObjectModel Imports System.Globalization Imports System.Thr...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PEMethodSymbol.vb
Visual Basic
apache-2.0
53,419
' 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 System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Import...
weltkante/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedEventDelegateSymbol.vb
Visual Basic
apache-2.0
17,062
Imports Orleans Namespace $rootnamespace$ ''' <summary> ''' Orleans grain communication interface $safeitemname$ ''' </summary> Public Interface $safeitemname$ Inherits Orleans.IGrainWithGuidKey ' TODO: add your interface methods. ' ' All methods must return a Task or...
Carlm-MS/orleans
src/OrleansVSTools/VSItemTemplateGrainInterfaceVB/GrainInterfaceTemplate.vb
Visual Basic
mit
376
' 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 System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.Commands Imports Micros...
bbarry/roslyn
src/EditorFeatures/VisualBasic/LineCommit/CommitCommandHandler.vb
Visual Basic
apache-2.0
15,478
' 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.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
AmadeusW/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/BoundAttribute.vb
Visual Basic
apache-2.0
623
Imports SistFoncreagro.BussinessEntities Public Interface IRequisitoAdicionalBL Function GetAllFromREQUISITOADICIONAL() As List(Of RequisitoAdicional) Function SaveREQUISITOADICIONAL(ByVal RequisitoAdicional As RequisitoAdicional) As Int32 Function GetREQUISITOADICIONALByIdRequisitoAndIdPosicion(ByVal IdRe...
crackper/SistFoncreagro
SistFoncreagro.BussinesLogic/IRequisitoAdicionalBL.vb
Visual Basic
mit
569
Public Class Param_OwlTensorSet Inherits Owl.GH.Common.Param_OwlTensorSet End Class
mateuszzwierzycki/Owl
Owl.GH/Params/Param_OwlTensorSet.vb
Visual Basic
mit
91
' Copyright (c) 2015 NWSC.com ' All rights reserved. ' ' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED ' TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL ' THE AUTHORS OR COPYRIGHT HOLDERS BE...
dmcdonald11/CallTrackerLite
Components/TechnicianRepository.vb
Visual Basic
mit
2,572
'------------------------------------------------------------------------------ ' <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> '-----------...
JonathanDDuncan/SignWriterStudio
SignWriterStudio.Document/My Project/Settings.Designer.vb
Visual Basic
mit
2,940
' 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 CompilationCreationTestHelpers Imports Microsoft.CodeAnalysis.Test.Uti...
panopticoncentral/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/LoadingFields.vb
Visual Basic
mit
15,262
'------------------------------------------------------------------------------ ' <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/ReporteSaldoCuenta20.aspx.designer.vb
Visual Basic
mit
1,513
'------------------------------------------------------------------------------ ' <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/VBAccessToAnotherMailbox/My Project/Settings.Designer.vb
Visual Basic
mit
2,938
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.SendBackward.vb
Visual Basic
mit
1,858
Namespace Reporting Public Class SPReportUIFactory Public Shared Function GetDefaultFilterList() As DSFilters.SPFilterTableDataTable Dim newFilterTable As New DSFilters.SPFilterTableDataTable Return newFilterTable End Function End Class End Namespace
okyereadugyamfi/softlogik
SPCode/Reporting/Support/UI/SPReportUIFactory.vb
Visual Basic
mit
302
Imports Leviathan.Commands Imports Leviathan.Configuration.TypeConvertor Imports Leviathan.Inspection.AnalyserQuery Imports System.IO Imports System.Text Imports System.Xml Imports System.Xml.Schema Imports System.Xml.Serialization Namespace Configuration Public Class XmlSerialiser #Region " Public Constants " ...
thiscouldbejd/Leviathan
_Configuration/Partials/XmlSerialiser.vb
Visual Basic
mit
13,785
Module Module1 Function ToBase(n As Integer, b As Integer) As String Dim result = "" If b < 2 Or b > 16 Then Throw New ArgumentException("The base is out of range") End If Do Dim remainder = n Mod b result = "0123456789ABCDEF"(remainder) + resul...
ncoe/rosetta
Van_der_Corput_sequence/Visual Basic .NET/VanDerCorputSequence/VanDerCorputSequence/Module1.vb
Visual Basic
mit
729
' 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. Imports Microsoft.VisualBasic Imports System Imports System.Diagnostics Imports System.ComponentModel.Design Imports System.Windows.Form...
chkn/fsharp
vsintegration/src/vs/FsPkgs/FSharp.Project/VB/FSharpPropPage/Package/Constants.vb
Visual Basic
apache-2.0
4,218
Imports System.Dynamic Imports Runtime.Shared Public Module [Class] Public Function P(ParamArray args()) Return Prop(args) End Function Public Function Prop(ParamArray args()) If args.Length < 2 Then Throw New ArgumentException("Prop must have at least two arguments.") Try ...
wessupermare/WCompiler
Runtime/Class/Class.vb
Visual Basic
apache-2.0
1,266
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...
wschult23/LOOM.NET
Deploy/RapierLoom.Examples/02-SimpleTracingBeforeAndAfter/VB/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,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.Composition Imports System.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBas...
srivatsn/roslyn-analyzers
src/Microsoft.ApiDesignGuidelines.Analyzers/VisualBasic/BasicUsePreferredTerms.Fixer.vb
Visual Basic
apache-2.0
691
Imports System.Collections.Immutable Imports System.Reflection.Metadata Imports System.Reflection.Metadata.Ecma335 Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeA...
DavidKarlas/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/CompilationExtensions.vb
Visual Basic
apache-2.0
5,443
' 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.UnitTests.Workspaces Imports Microsoft.CodeAnalysis.Editor.UnitTests.Diagnostics...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/AbstractVisualBasicDiagnosticProviderBasedUserDiagnosticTest.vb
Visual Basic
apache-2.0
3,918
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18449 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
pyblendnet-js/RealTermBusPirateSniff
RealTermBusPirateSniff/My Project/Resources.Designer.vb
Visual Basic
mit
2,731
Imports System.Linq Imports GemBox.Document Module Program Sub Main() ' If using Professional version, put your serial key below. ComponentInfo.SetLicense("FREE-LIMITED-KEY") Example1() Example2() End Sub Sub Example1() Dim document As New DocumentModel() ...
gemboxsoftware-dev-team/GemBox.Document.Examples
VB.NET/Formatting/Lists/Program.vb
Visual Basic
mit
3,577