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
' This is comment line 1 ' This is comment line 2 ' This is comment line 3 Imports System Imports System.Collections.Generic Imports System.Text Namespace SampleNamespace ''' <summary> ''' This is a sample class definition. ''' </summary> Public Class SampleClass End Class End Namespace
adgistics/Adgistics.Build
NArrange/src/NArrange.Tests.VisualBasic/TestSourceFiles/ClassDefinition.vb
Visual Basic
apache-2.0
295
' 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.[Text] Imports System.Collections.Generic Imports System.Linq Imports Microsoft.CodeAnal...
davkean/roslyn
src/Compilers/VisualBasic/Test/Semantic/FlowAnalysis/FlowDiagnosticTests.vb
Visual Basic
apache-2.0
58,249
' 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.Globalization Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalys...
amcasey/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Symbol.vb
Visual Basic
apache-2.0
55,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.Composition Imports System.Runtime.Analyzers Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnaly...
qinxgit/roslyn-analyzers
src/System.Runtime.Analyzers/VisualBasic/BasicTestForNaNCorrectly.Fixer.vb
Visual Basic
apache-2.0
1,733
' 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...
mmitche/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/AssemblyAndNamespaceTests.vb
Visual Basic
apache-2.0
21,928
' 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.Classification Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Visual...
jgglg/roslyn
src/Workspaces/VisualBasic/Portable/Classification/Classifiers/NameSyntaxClassifier.vb
Visual Basic
apache-2.0
8,553
' 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.Linq Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalys...
DanielRosenwasser/roslyn
src/Compilers/VisualBasic/Test/Semantic/FlowAnalysis/TryLockUsingStatementTests.vb
Visual Basic
apache-2.0
89,215
' Copyright (c) Microsoft. All rights reserved. ' Licensed under the MIT license. See LICENSE file in the project root for full license information. Imports System Imports System.Diagnostics Imports System.Linq Imports System.Linq.Expressions Imports System.Reflection Namespace Global.Microsoft.VisualBasic.CompilerS...
vs-team/corefx
src/Microsoft.VisualBasic/src/Microsoft/VisualBasic/CompilerServices/Utils.vb
Visual Basic
mit
17,590
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. '----------------------------------------------------------------------------------------------------------- ' Defines a base class that is inherited by the w...
droyad/roslyn
src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/Util/WriteUtils.vb
Visual Basic
apache-2.0
35,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.Threading Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.V...
bbarry/roslyn
src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/WhileBlockHighlighter.vb
Visual Basic
apache-2.0
1,749
Imports MySql.Data Imports MySql.Data.MySqlClient Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class formJual Dim clasQuery As New publicQuery Dim clasg As New setDefaultGrid Dim clasc As New autoComplete Dim dr As MySqlDataReader Dim kategori As String = ""...
doters/electrohell
stockingElectrohell 02-04-16/stockingElectrohell/stockingElectrohell/forms/formJual.vb
Visual Basic
mit
25,558
Imports System.Convert Imports System.IO Imports System.Security.Cryptography Imports System.Text Imports System.Text.Encoding Namespace Cryptography Partial Public Class Cipher #Region " Phonetic Digits " Public Const PHONETIC_ZERO As String = "Zero" Public Const PHONETIC_ONE As String = "One" Public...
thiscouldbejd/Hermes
_Cryptography/Partials/Cipher.vb
Visual Basic
mit
27,978
Imports WeifenLuo.WinFormsUI.Docking Imports OxyPlot Imports OxyPlot.Series Imports MathNet.Numerics Public Class GraphDockPanel : Inherits DockContent Sub New() ' This call is required by the designer. InitializeComponent() ' Add any initialization after the InitializeComponent() call. ...
wboxx1/85-EIS-PUMA
puma/future_development/Version 2.0 Content/Forms/GraphDockPanel.vb
Visual Basic
mit
1,551
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18408 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
ParityHF/Stuxnet-Remover
Stuxnet Remover/My Project/Application.Designer.vb
Visual Basic
mit
1,481
Imports NetOffice Imports Word = NetOffice.WordApi Imports NetOffice.WordApi.Enums Imports Tests.Core Public Class Test08 Implements ITestPackage Public ReadOnly Property Description As String Implements Tests.Core.ITestPackage.Description Get Return "Using Paragraphes." End Get ...
NetOfficeFw/NetOffice
Tests/Main Tests/WordTestsVB/Test08.vb
Visual Basic
mit
2,097
Imports System.Collections.Generic Imports System.Collections.ObjectModel Imports System.Linq Imports BVSoftware.Bvc5.Core Partial Class BVAdmin_Controls_CategoryTreeView Inherits System.Web.UI.UserControl Private _allCats As Collection(Of Catalog.Category) = Nothing #Region " Properties " Public Prope...
ajaydex/Scopelist_2015
BVAdmin/Controls/CategoryTreeView.ascx.vb
Visual Basic
apache-2.0
6,927
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis....
abock/roslyn
src/Features/VisualBasic/Portable/Debugging/DataTipInfoGetter.vb
Visual Basic
mit
3,236
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Threading Imports Microsoft.CodeAnalysi...
abock/roslyn
src/Features/VisualBasic/Portable/CodeFixes/GenerateType/GenerateTypeCodeFixProvider.vb
Visual Basic
mit
3,673
Imports Microsoft.VisualBasic Imports System Imports System.Collections.Generic Imports System.Windows.Controls Imports ESRI.ArcGIS.Client Imports System.Windows.Data Partial Public Class TimeFeatureLayer Inherits UserControl Public Sub New() InitializeComponent() End Sub Private Sub FeatureLayer_Initial...
Esri/arcgis-samples-silverlight
src/VBNet/ArcGISSilverlightSDK/Time/TimeFeatureLayer.xaml.vb
Visual Basic
apache-2.0
675
' 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.Host Imports Microsoft.CodeAnalysis.Editor.Implementation.GoToDef...
HellBrick/roslyn
src/VisualStudio/Core/Test/GoToDefinition/GoToDefinitionApiTests.vb
Visual Basic
apache-2.0
3,836
' 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.Reflection Imports System.Xml.Linq Imports Microsoft.CodeAnalysis ...
reaction1989/roslyn
src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenTests.vb
Visual Basic
apache-2.0
395,644
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
SerialKeyManager/Examples
Digital Tools Collection/Digital Tools Collection/Form1.Designer.vb
Visual Basic
bsd-3-clause
7,569
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.VisualStudio.GraphModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.Progression Imports Roslyn.Test.Utilities Namespace M...
VPashkov/roslyn
src/VisualStudio/Core/Test/Progression/IsCalledByGraphQueryTests.vb
Visual Basic
apache-2.0
2,705
'------------------------------------------------------------------------------ ' <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> '-----------...
Petermarcu/Projects
Console/FindDuplicateFiles/FindDuplicateFiles/My Project/Resources.Designer.vb
Visual Basic
mit
2,727
#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/RequestContractDetailsGenerator.vb
Visual Basic
mit
2,844
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...
LonerganResearch/LR_Auto_Transcript
main/main/My Project/AssemblyInfo.vb
Visual Basic
mit
1,135
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.544 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '--------------...
Walkman100/KeyStatus
My Project/Settings.Designer.vb
Visual Basic
mit
3,372
' 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.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.LanguageServices....
Hosch250/roslyn
src/VisualStudio/Core/Test/DebuggerIntelliSense/CSharpDebuggerIntellisenseTests.vb
Visual Basic
apache-2.0
28,356
' 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.DocumentationComments Imports Microsof...
nguerrera/roslyn
src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.vb
Visual Basic
apache-2.0
8,390
' 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.Core/System.DateTime/ToDateTimeFormat/DateTime.ToLongDateTimeString.vb
Visual Basic
mit
1,837
' 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.Completion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Microsoft.CodeAnaly...
VPashkov/roslyn
src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/PartialTypeCompletionProviderTests.vb
Visual Basic
apache-2.0
6,836
' 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.Editor.Shared.Utilities Imports Microsoft.CodeAnalysis.T...
davkean/roslyn
src/VisualStudio/TestUtilities2/CodeModel/Mocks/MockTextPoint.vb
Visual Basic
apache-2.0
5,480
' 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.Implementation.TodoComments Imports Micro...
bbarry/roslyn
src/EditorFeatures/VisualBasicTest/TodoComment/TodoCommentTests.vb
Visual Basic
apache-2.0
7,061
' 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.EndConstructGeneration <[UseExportProvider]> Public Class MultiLineLambdaTests ...
VSadov/roslyn
src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MultiLineLambdaTests.vb
Visual Basic
apache-2.0
12,688
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. '----------------------------------------------------------------------------- ' Contains the definition of the DeclarationContext '--------------------------...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Parser/BlockContexts/TypeBlockContext.vb
Visual Basic
apache-2.0
4,680
 Option Explicit On Option Strict On Public Class ExpressionNode Implements AstNode Public left As ExpressionNode Public right As ExpressionNode Public opr As Token Public token As Token Public value As String Public type As String Public Function getChildren() As List(Of AstNode) Im...
ananse/ananse
src/ast/nodes/ExpressionNode.vb
Visual Basic
mit
429
Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient Imports Telerik.Web.UI Imports SistFoncreagro.BussinesLogic Imports SistFoncreagro.BussinessEntities Public Class WebForm1 Inherits System.Web.UI.Page Private _dataItem As Object = Nothing Dim ConvenioBL As New C...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Monitoreo/Formularios/FrmDatosConvenio.aspx.vb
Visual Basic
mit
27,250
'------------------------------------------------------------------------------ ' <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> '-----------...
bkjuice/teaq
src/Teaq.Tests.vbUsage/My Project/Settings.Designer.vb
Visual Basic
mit
2,926
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...
SammyHerring/Scientific-Calculator-VB
Source/CALCULATOR/My Project/AssemblyInfo.vb
Visual Basic
cc0-1.0
1,317
'------------------------------------------------------------------------------ ' <auto-generated> ' Dieser Code wurde von einem Tool generiert. ' Laufzeitversion:4.0.30319.237 ' ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn ' der Code erneut generiert wird...
wschult23/LOOM.NET
Deploy/RapierLoom.Examples/05-Authentication/VB/My Project/Resources.Designer.vb
Visual Basic
apache-2.0
2,941
Imports Gears Imports Gears.DataSource Namespace DataSource Public Class JOB Inherits GearsDataSource Public Sub New(ByVal conStr As String) MyBase.New(conStr, SqlBuilder.DS("EMP")) End Sub Public Overrides Function makeSqlBuilder(ByVal data As Gears.GearsDTO) As Sql...
icoxfog417/Gears
GearsTest/DataSource/JOB.vb
Visual Basic
apache-2.0
606
' 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 ag...
stevemanderson/googleads-dotnet-lib
examples/AdWords/Vb/v201506/Extensions/AddGoogleMyBusinessLocationExtensions.vb
Visual Basic
apache-2.0
10,043
Public Class AddLine 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() call ...
oliveralatkovic/isaac
isaac/AddLine.vb
Visual Basic
bsd-3-clause
14,229
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmpasscookie 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) ...
sheikhimran01/xtravo
Xtravo/Forms/frmpasscookie.Designer.vb
Visual Basic
mit
4,547
' 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.UnitTests.Extensions Imports Microsoft.VisualStudio.Text.Projection Namespace Microsoft.CodeAnalysis.Editor.UnitTests.In...
danielcweber/roslyn
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_Projections.vb
Visual Basic
apache-2.0
5,824
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.7905 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------...
TailsTeam/TheLeonicPrototype
TheLeonicProject/The Leonic Project/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
3,362
'------------------------------------------------------------------------------ ' <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> '------------------------------------------------...
neozhu/WebFormsScaffolding
Samples.VB/Account/RegisterExternalLogin.aspx.designer.vb
Visual Basic
apache-2.0
722
' 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 Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PDB Public Class PDBCollectionInitializerTests ...
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBCollectionInitializerTests.vb
Visual Basic
apache-2.0
7,606
' 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.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Syntax.I...
AmadeusW/roslyn
src/Compilers/VisualBasic/Portable/Parser/ParseXml.vb
Visual Basic
apache-2.0
118,406
' 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. Option Strict On Option Explicit On Imports System Imports System.Collections Imports System.Collections.Specialized I...
shimingsg/corefx
src/Microsoft.VisualBasic.Core/src/Microsoft/VisualBasic/FileIO/FileSystem.vb
Visual Basic
mit
134,362
' 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...
zmaruo/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/MyBaseKeywordRecommender.vb
Visual Basic
apache-2.0
1,660
' 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.VisualStudio.TestTools.UnitTesting Imports TestHelper Namespace B...
mmitche/roslyn
src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/Tests/CodeBlockStartedAnalyzerUnitTests.vb
Visual Basic
apache-2.0
1,359
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
NoSpread/SLAM-EXTRA
SLAM/Form1.Designer.vb
Visual Basic
mit
15,365
Option Strict On Option Explicit On Imports NUnit.Framework 'Imports Microsoft.VisualBasic Imports CompuMaster.Data Namespace CompuMaster.Test.Data <TestFixture(Category:="Common Utils")> Public Class MsVisualBasicMethodTests <Test> Public Sub IsDbNullTest() Assert.IsTrue(Information.IsDBNu...
CompuMasterGmbH/CompuMaster.Data
CompuMaster.Test.Tools.Data/MsVisualBasicMethodTests.vb
Visual Basic
mit
8,840
**Archive** Imports mshtml Imports BeffsBrowser.My.Resources Imports System.Net Imports System.IO Imports System.Deployment.Application Public Class BBMain #Region "load items" Dim int As Integer = 0 Private Sub Loading(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs) ...
jdc20181/BeffsBrowser
Archive/BeffsBrowserMain.vb
Visual Basic
mit
17,435
'------------------------------------------------------------------------------ ' <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> '------------------------------------------...
Telerik-Homework-ValentinRangelov/Homework
Web/JavaScript/Using Objects/Problem 5. Youngest person/My Project/Resources.Designer.vb
Visual Basic
mit
2,775
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.5420 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------...
Damillora/ascl
My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,896
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.269 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
WillSams/CustomerOrders-NancyFX-VB
tests/My Project/Resources.Designer.vb
Visual Basic
apache-2.0
2,713
' 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.Symbols Imports Microsoft.CodeAnalys...
AdamSpeight2008/roslyn-AdamSpeight2008
src/Compilers/VisualBasic/Test/Semantic/Compilation/SemanticModelAPITests.vb
Visual Basic
apache-2.0
201,458
Partial Public MustInherit Class Statement Public Function ToInstance( instanceType As Type ) As Object Dim result As Object = Nothing Try result = ActiveRecord.Entity.ToInstance( Me.Reader, instanceType ) Catch e As Exception Events.RaiseError(e) End Try Return result End Function Public...
databasic-net/databasic-core
Statement/Reading/ToInstance.vb
Visual Basic
bsd-3-clause
1,323
' 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 CompilationCreationTestHelpers Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Text I...
DavidKarlas/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/MetadataMemberTests.vb
Visual Basic
apache-2.0
38,003
' 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.Threading Imports Microsoft.CodeAnalysi...
wvdd007/roslyn
src/Workspaces/VisualBasic/Portable/FindSymbols/VisualBasicReferenceFinder.vb
Visual Basic
apache-2.0
3,524
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Find table in pdf and extract as xml with pdf extractor sdk/Properties/AssemblyInfo.vb
Visual Basic
apache-2.0
2,228
' 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.Text Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft...
droyad/roslyn
src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/CodeGenExprLambda.vb
Visual Basic
apache-2.0
263,270
' 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 System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Text Namespace Microsoft.CodeAnalysis.VisualBasic ...
Pvlerick/roslyn
src/Compilers/VisualBasic/Portable/Syntax/VisualBasicSyntaxTree.ParsedSyntaxTree.vb
Visual Basic
apache-2.0
6,132
Namespace VBWinFormDataGridView.EditingControlHosting <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class MainForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ ...
Neo-Desktop/Coleman-Code
COM350/Project3/VBWinFormDataGridView/EditingControlHosting/MainForm.Designer.vb
Visual Basic
mit
3,093
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18034 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
alexgurrola/banner
Banner/My Project/Resources.Designer.vb
Visual Basic
mit
2,712
Imports System.Text.RegularExpressions Imports System.Net Imports System.IO Imports Microsoft.Win32 Public Class UpdaterFrm Dim CurrentVersion As String = "0.0.0" '--- Change this to Current version, needs changing on every update Dim ProgramName As String = "BlueSheep" '--- Program Name Dim SiteName As S...
AnonymousSheep/BlueSheep
Updater/Updater/Form1.vb
Visual Basic
mit
7,884
Imports Microsoft.VisualBasic Imports System Imports System.Reflection Imports System.Resources Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modi...
chrisdias/VSKeyBindings
Properties/AssemblyInfo.vb
Visual Basic
mit
1,205
Imports System.IO Imports Aspose.Cells Namespace Worksheets.Display Public Class DisplayTab Public Shared Sub Run() ' ExStart:1 ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().Declarin...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Worksheets/Display/DisplayTabs.vb
Visual Basic
mit
686
Namespace QNAP Partial Public Class HardDrive Implements IMonitorable #Region " IMonitorable Implementation " Public ReadOnly Property IsHardDriveHealthy() As Health Implements IMonitorable.IsHealthy Get If Status <> HDStatus.READY Then Return New Health(HealthStatus.Degraded, String.Format...
thiscouldbejd/Caerus
_QNAP/Partials/HardDrive.vb
Visual Basic
mit
909
Imports system.diagnostics Public NotInheritable Class AboutBox Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load PictureBox1.Cursor = Cursors.Hand PictureBox2.Cursor = Cursors.Hand PictureBox3.Cursor = Cursors.Hand Dim...
iterami/uot
Utility of Time/AboutBox.vb
Visual Basic
cc0-1.0
1,733
' 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.Collections ...
dovzhikova/roslyn
src/Compilers/VisualBasic/Portable/CodeGen/EmitStatement.vb
Visual Basic
apache-2.0
68,890
 Imports NOF2.Interface Public Class Subject Implements IBounded Public Overridable Property Id As Integer Public Property mappedName As String Private myName As TextString <DemoProperty(Order:=1)> Public ReadOnly Property Name As TextString Get myName = If(myName, New T...
NakedObjectsGroup/NakedObjectsFramework
Template/NOF2 Server/Template.Model/Subject.vb
Visual Basic
apache-2.0
527
Module Test_0_5_Data Public Function GetDataTable() As DataTable Dim ret As New DataTable() ret.Columns.Add("bumonCd", GetType(Decimal)) ret.Columns.Add("bumon", GetType(String)) ret.Columns.Add("uriageDate", GetType(DateTime)) ret.Columns.Add("denpyoNo", GetType(Decimal)) ...
rapidreport/dotnet-pdf2
test/Test_0_5_Data.vb
Visual Basic
bsd-2-clause
1,444
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 attribute...
EIDSS/EIDSS-Legacy
EIDSS v6/vb/EIDSS/EIDSS_Admin/AssemblyInfo.vb
Visual Basic
bsd-2-clause
547
' 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.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.ExtractMethod Imports Microsoft....
DavidKarlas/roslyn
src/Features/VisualBasic/ExtractMethod/Extensions.vb
Visual Basic
apache-2.0
19,807
' 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.Text.RegularExpressions Imports Microsoft.CodeAnalysis.Collections ...
MatthieuMEZIL/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Conversions.vb
Visual Basic
apache-2.0
96,308
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. '----------------------------------------------------------------------------------------------------------- 'Reads the tree from an XML file into a ParseTree...
droyad/roslyn
src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/XML/ReadTree.vb
Visual Basic
apache-2.0
4,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.Globalization Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalys...
mmitche/roslyn
src/Workspaces/VisualBasic/Portable/CaseCorrection/VisualBasicCaseCorrectionService.Rewriter.vb
Visual Basic
apache-2.0
16,151
Imports System.IO Imports Aspose.Cells Namespace Worksheets.Value Public Class AddingPageBreaks Public Shared Sub Run() ' ExStart:1 ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().Decl...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Worksheets/Value/AddingPageBreaks.vb
Visual Basic
mit
782
Imports GemBox.Document Module Program Sub Main() ' If using Professional version, put your serial key below. ComponentInfo.SetLicense("FREE-LIMITED-KEY") Dim document As DocumentModel = DocumentModel.Load("Print.docx") ' Set Word document's page options. For Each sectio...
gemboxsoftware-dev-team/GemBox.Document.Examples
VB.NET/Common Uses/Print/PrintInConsole/Program.vb
Visual Basic
mit
904
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2017 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/tradebuild-platform.net
src/TradingUI/Globals.vb
Visual Basic
mit
3,303
Namespace Utilities Public Class Hex ''' <summary> ''' Returns whether or not the given Input is a hex string. ''' </summary> ''' <param name="Input"></param> ''' <returns></returns> Public Shared Function IsHex(Input As String) As Boolean Dim out...
evandixon/Sky-Editor
Message-FARC Patcher/Utilities/Hex.vb
Visual Basic
mit
778
Public Class ParamDepreciacionActivo Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Me.Page.IsPostBack = False Then Me.RadDatePicker2.SelectedDate = Date.Parse(Session("Fecha")) End If End Sub Pro...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Contabilidad/Formularios/ParamDepreciacionActivo.aspx.vb
Visual Basic
mit
874
#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/NewsArticleParser.vb
Visual Basic
mit
2,201
Imports Microsoft.Reporting.WinForms Imports MySql.Data.MySqlClient Namespace Printing Public Class ReportDetteClient Public query As String Public point_vente As String Public titre As String Private Sub ReportEtatStock_Load(sender As Object, e As EventArgs) Handles MyBase.Load ...
lepresk/HG
HG/Printing/ReportDetteClient.vb
Visual Basic
mit
1,994
'------------------------------------------------------------------------------ ' <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> '---...
Lifemotion/Bwl.Graphics3D.CatRender
Bwl.Graphics3D.CatRender.Test/My Project/Application.Designer.vb
Visual Basic
apache-2.0
1,536
' 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.LanguageServices Imports Microsoft.CodeAnalysis.SignatureHelp ...
reaction1989/roslyn
src/Features/VisualBasic/Portable/SignatureHelp/AbstractIntrinsicOperatorSignatureHelpProvider.vb
Visual Basic
apache-2.0
6,671
Class MainWindow End Class
soeleman/Program
diKoding/XamlMvvmBasic/XamlMvvmBasicVb/MainWindow.xaml.vb
Visual Basic
apache-2.0
31
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.1433 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '----...
DEVSENSE/Phalanger
Testing/CodeDOM/CodeDOMTest/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
3,001
' 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/Compilation/SemanticModel.vb
Visual Basic
mit
199,255
' Copyright 2013, 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 ...
akilb/googleads-adwords-dotnet-lib
examples/adxbuyer/VB/v201306/BasicOperations/DeleteAdGroup.vb
Visual Basic
apache-2.0
3,734
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.LanguageS...
MatthieuMEZIL/roslyn
src/Features/VisualBasic/Portable/Completion/CompletionProviders/CompletionListTagCompletionProvider.vb
Visual Basic
apache-2.0
4,980
' 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.PreprocessorDirectives Public Class ...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/ConstDirectiveKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,617
' 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.Editor.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microso...
ericfe-ms/roslyn
src/EditorFeatures/VisualBasicTest/ChangeSignature/RemoveParametersTests.vb
Visual Basic
apache-2.0
5,222
' 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.Editor.UnitTests.Extensions...
AmadeusW/roslyn
src/EditorFeatures/VisualBasicTest/Utils.vb
Visual Basic
apache-2.0
14,169
' 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.Symbols Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests Public Class SymbolExtensionTests Inhe...
jhendrixMSFT/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/SymbolExtensionTests.vb
Visual Basic
apache-2.0
3,153
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmListOfDiscounts Inherits ComponentFactory.Krypton.Toolkit.KryptonForm 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal dispos...
JeffreyAReyes/eSMS
Forms/FormsListings/frmListOfDiscounts.Designer.vb
Visual Basic
mit
13,504
Imports SistFoncreagro.BussinessEntities Public Interface IEstadoCotizacionBL Function GetAllFromEstadoCotizacionByIdCotizacion(ByVal IdCotizacion As Int32) As List(Of EstadoCotizacion) End Interface
crackper/SistFoncreagro
SistFoncreagro.BussinesLogic/IEstadoCotizacionBL.vb
Visual Basic
mit
207