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
Imports System Imports Csla Namespace Invoices.Business Public Partial Class ProductList #Region " OnDeserialized actions " ' ''' <summary> ' ''' This method is called on a newly deserialized object ' ''' after deserialization is complete. ' ''' </summary> ...
CslaGenFork/CslaGenFork
trunk/CoverageTest/Invoices/Invoices-VB/Invoices.Business/ProductList.vb
Visual Basic
mit
895
Imports Microsoft.VisualBasic Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Net Imports System.Windows Imports System.Windows.Controls Imports System.Windows.Documents Imports System.Windows.Input Imports System.Windows.Media Imports System.Windows.Media.Animation Imports System.W...
Esri/arcgis-samples-silverlight
src/VBNet/ArcGISSilverlightSDK/Editing/EditToolsUndoRedo.xaml.vb
Visual Basic
apache-2.0
519
' 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.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure Imports Microsoft.CodeAnalysis.VisualBasic.Structure.MetadataAsSo...
ljw1004/roslyn
src/EditorFeatures/VisualBasicTest/Structure/MetadataAsSource/MethodDeclarationStructureTests.vb
Visual Basic
apache-2.0
2,621
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Globalization Namespace Microsoft.CodeAnalysis.VisualBasic Public Partial Class GlobalImport ...
jmarolf/roslyn
src/Compilers/VisualBasic/Portable/GlobalImport.ImportDiagnosticInfo.vb
Visual Basic
mit
2,557
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense Public Class VisualBasicCompletionCommandHandlerTests_Inte...
lorcanmooney/roslyn
src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests_InternalsVisibleTo.vb
Visual Basic
apache-2.0
33,027
' 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 Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.Vi...
VPashkov/roslyn
src/Compilers/VisualBasic/Portable/Errors/MessageProvider.vb
Visual Basic
apache-2.0
20,436
' 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.CodeRefactorings.ExtractMethod Namespace Microsoft.CodeAnalysis.Editor.VisualB...
mmitche/roslyn
src/EditorFeatures/VisualBasicTest/CodeActions/ExtractMethod/ExtractMethodTests.vb
Visual Basic
apache-2.0
18,958
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Asse...
lurienanofab/labscheduler
LabScheduler/My Project/AssemblyInfo.vb
Visual Basic
mit
1,141
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.225 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
gumgl/VB.NET
ProgressBar/My Project/Application.Designer.vb
Visual Basic
mit
1,475
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.Curve2d.Key.vb
Visual Basic
mit
1,660
Option Explicit On Option Strict On Namespace CompuMaster.Data Public Class TextRow Public Sub New(row As System.Collections.Generic.List(Of TextCell)) If row Is Nothing Then Throw New ArgumentNullException(NameOf(row)) Me.Cells = row End Sub Public Sub New(itemA...
CompuMasterGmbH/CompuMaster.Data
CompuMaster.Data/TextRow.vb
Visual Basic
mit
11,630
'------------------------------------------------------------------------------ ' <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> '-----------...
deandob/HAConsole
HAConsole/My Project/Settings.Designer.vb
Visual Basic
mit
2,896
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...
patkub/visual-basic-intro
Parentheses/Parentheses/My Project/AssemblyInfo.vb
Visual Basic
mit
1,140
Namespace adb_control Namespace filemanager Namespace io_sync Public Class ADBpull Private adb_ As New ADB() 'NOTE: this class is still in development. IT IS NOT STABLE. 'TODO: complete io_sync namespace. Private WithEvents Prog...
ssh9930/MYA
src/adb-control/filemanager/io_sync/ADBpull.vb
Visual Basic
mit
718
' ' Copyright Upendo Ventures, LLC ' https://upendoventures.com ' ' Permission is hereby granted, free of charge, to any person obtaining a copy of this software ' and associated documentation files (the "Software"), to deal in the Software without restriction, ' including without limitation the rights to use, copy, ...
hismightiness/dnnextensions
Modules/WillStrohl.LightboxGallery/Entities/ImageInfoMembers.vb
Visual Basic
mit
1,740
' Purpose: To experiment with attempting to recreate the visual elements of Rogue (Epyx) circa mid-1980's. Imports System Imports Visuals.Rogue.Lib ''' <summary> ''' TODO List ''' Start level with visibility set off everywhere and create method making visibility on following character ''' Randomly place objects on l...
DualBrain/VbRogue
Prototyping/Visuals/Visuals/Module1.vb
Visual Basic
mit
13,844
Imports SistFoncreagro.BussinessEntities Public Interface IDocumentoRendidoRepository Function GetAllFromDOCUMENTORENDIDO() As List(Of DocumentoRendido) Function GetDOCUMENTORENDIDOByIdDocRendido(ByVal IdDocRendido) As DocumentoRendido Function GetDOCUMENTORENDIDOByIdReciboRendicion(ByVal IdReciboRendicion...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/IDocumentoRendidoRepository.vb
Visual Basic
mit
613
Option Strict Off Option Explicit On Imports VB = Microsoft.VisualBasic 'Imports Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 Friend Class frmBarcode Inherits System.Windows.Forms.Form Dim gType As Integer Private Declare Function GetTickCount Lib "kernel32" () As Integer Dim optBarcode...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmBarcode.vb
Visual Basic
mit
104,921
Namespace Commands Partial Public Class CommandInterrogatedMethod #Region " Public Constants " Public Const DEFAULT_METHODNAME As String = ASTERISK Public Const DELINEATOR_PARAMNUMBER As String = "##" #End Region #Region " Public Properties " Public ReadOnly Property IsDefault() As Bo...
thiscouldbejd/Leviathan
_Commands/Partials/CommandInterrogatedMethod.vb
Visual Basic
mit
6,602
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class screenSelect 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) T...
OtherBarry/SDaD
BatMath/BatMath/screenSelect.Designer.vb
Visual Basic
mit
13,450
' ****************************************************************************** ' ** ' ** 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/Finance/API/QuotesDownload.vb
Visual Basic
apache-2.0
14,785
' 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 Imports System.Collections.Generic Imports System.Linq Imports System.Runtime.CompilerServices Imports System.Text I...
DavidKarlas/roslyn
src/Compilers/VisualBasic/Portable/Syntax/SyntaxList.WithManyChildren.vb
Visual Basic
apache-2.0
1,359
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports System...
jmarolf/roslyn
src/Workspaces/VisualBasic/Portable/CodeCleanup/Providers/AddMissingTokensCodeCleanupProvider.vb
Visual Basic
mit
34,601
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.Test.Utilities I...
droyad/roslyn
src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/LocalSlotMappingTests.vb
Visual Basic
apache-2.0
35,715
' 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,...
Pvlerick/roslyn
src/EditorFeatures/Test2/FindReferences/FindReferencesTests.DynamicDelegatesAndIndexers.vb
Visual Basic
apache-2.0
2,209
' 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.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Roslyn.Test....
OmarTawfik/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/XmlLiteralsTests_UseSiteErrors.vb
Visual Basic
apache-2.0
28,500
' 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 Micros...
mmitche/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/ImplementsKeywordRecommender.vb
Visual Basic
apache-2.0
3,153
''' <summary> ''' Dynamic wrapper around any <see cref="JsonValue" />. ''' </summary> <DebuggerDisplay("JsonDynamic: Value = {Value}")> Public Structure JsonDynamic ''' <summary> ''' Tests if this is JSON null. ''' </summary> Public ReadOnly Property IsNull As Boolean Get Return Me._value Is Nothing End Ge...
mancze/jsonie
Jsonie/Source/JsonDynamic.vb
Visual Basic
mit
24,384
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.CenterLine.Rotate.vb
Visual Basic
mit
1,656
Imports System.Threading Public Class Form9 Dim str(5) As String Dim itm As ListViewItem #Region " ClientAreaMove Handling " Const WM_NCHITTEST As Integer = &H84 Const HTCLIENT As Integer = &H1 Const HTCAPTION As Integer = &H2 Protected Overrides Sub WndProc(ByRef m As System.Windows....
pratheeshrussell/Autorun-Processor
Autorun Processor/Form9.vb
Visual Basic
mit
6,241
'//////////////////////////////////////////////////////////////////////// ' Copyright 2001-2014 Aspose Pty Ltd. All Rights Reserved. ' ' This file is part of Aspose.Words. The source code in this file ' is only intended as a supplement to the documentation, and is provided ' "as is", without warranty of any kind, eith...
dtscal/Aspose_Words_NET
Examples/VisualBasic/Rendering-Printing/SaveAsMultipageTiff.vb
Visual Basic
mit
1,511
'------------------------------------------------------------------------------ ' <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> '-----------...
mmgreenhacker/CodeFinal
serial communication/serial communication/My Project/Resources.Designer.vb
Visual Basic
mit
2,726
Public Class Lists Private token As OauthTokens Friend Sub New(ByVal t As OauthTokens) token = t End Sub ''' <summary> ''' Return the UserListObjectList of selected ''' </summary> ''' <param name="parameter">Parameters</param> Public Async Function List(Optional ByVal paramete...
szr2000/FistTwit
FistTwit.Async/Methods/Lists.vb
Visual Basic
mit
7,631
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class QuestRequirements Inherits System.Windows.Forms.Form 'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disp...
Gargarensis/ACS
dialogs/QuestRequirements.Designer.vb
Visual Basic
mit
56,151
' 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.IntelliSense <[UseExportProvider]> Public Class CSharpCompletionCom...
aelij/roslyn
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_InternalsVisibleTo.vb
Visual Basic
apache-2.0
54,603
Partial Public Class Xml2 Implements Yahoo.Samples.Common.ISample ''' <summary> ''' Gets the sample description. ''' </summary> Public ReadOnly Property Description() As String Implements Common.ISample.Description Get Return "Shows a simple example on using XmlDocument" End Get End Property ...
smallsharptools/SmallSharpToolsDotNet
YahooPack/ThirdParty/Yahoo Developer Center/VBSamples/Xml2.vb
Visual Basic
apache-2.0
754
' 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.ExpressionEvaluator Imports Microsoft.VisualStudio.Debugger.Clr Imports Microsoft.Visua...
abock/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/ResultsViewTests.vb
Visual Basic
mit
8,751
' 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.String/String.ExtractLetter.vb
Visual Basic
mit
860
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_ClientAgent/AssemblyInfo.vb
Visual Basic
bsd-2-clause
543
' 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.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
AmadeusW/roslyn
src/Features/VisualBasic/Portable/Structure/Providers/EnumMemberDeclarationStructureProvider.vb
Visual Basic
apache-2.0
1,082
' 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.CodeGen Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis.ExpressionEvaluator.UnitTests Imports...
mmitche/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/NoPIATests.vb
Visual Basic
apache-2.0
1,758
' 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.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft....
OmarTawfik/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/BoundBinaryConditionalExpression.vb
Visual Basic
apache-2.0
2,217
Imports System Imports System.Collections.Generic Imports System.IO Imports System.Linq Imports System.Runtime.Serialization Imports System.Text Imports System.Threading.Tasks Imports Windows.ApplicationModel Imports Windows.Storage Imports Windows.Storage.Streams Imports Windows.UI.Xaml Imports Windows.UI.Xaml.Control...
japf/Windows-universal-samples
Samples/ApplicationData/vb/SuspensionManager.vb
Visual Basic
mit
11,841
' 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.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.VisualBasic...
cybernet14/roslyn
src/EditorFeatures/VisualBasic/SignatureHelp/PredefinedCastExpressionSignatureHelpProvider.vb
Visual Basic
apache-2.0
1,910
Option Infer On Imports System Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim assemblyDocument As SolidEdgeAssembly.AssemblyD...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeAssembly.Occurrence.IsForeign.vb
Visual Basic
mit
1,575
Imports System.Data Partial Class rCDiario_CContable Inherits vis2formularios.frmReporte Dim loObjetoReporte As CrystalDecisions.CrystalReports.Engine.ReportDocument Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try Dim lcParametro0Desd...
kodeitsolutions/ef-reports
Reportes - Contabilidad/rCDiario_CContable.aspx.vb
Visual Basic
mit
8,058
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class ProcessManager 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) ...
Retrobyte/StormRat
StormRat/ProcessManager.Designer.vb
Visual Basic
mit
7,472
'------------------------------------------------------------------------------ ' <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> '-----------...
sharpninja/WorldBankBBS
Banner/My Project/Resources.Designer.vb
Visual Basic
mit
2,704
Option Infer On Imports System Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim partDocument As SolidEdgePart.PartDocument = No...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeGeometry.Plane.GetPlaneData.vb
Visual Basic
mit
2,217
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Main 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 Boolean) ...
lepresk/HG
HG/Main.Designer.vb
Visual Basic
mit
59,225
' 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 Namespace Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax Friend Enum Feature AutoProperties ...
TyOverby/roslyn
src/Compilers/VisualBasic/Portable/Parser/ParserFeature.vb
Visual Basic
apache-2.0
6,882
' 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....
abock/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/WithBlockSemanticModelTests.vb
Visual Basic
mit
19,856
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Spreadsheet SDK/VB.NET/Add Images Advanced/Program.vb
Visual Basic
apache-2.0
2,349
' 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.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Impo...
abock/roslyn
src/EditorFeatures/VisualBasicTest/Organizing/AbstractOrganizerTests.vb
Visual Basic
mit
1,129
' 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 ...
ValentinRueda/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Expressions.vb
Visual Basic
apache-2.0
244,097
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Globalization Imports System.Th...
shyamnamboodiripad/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SubstitutedParameterSymbol.vb
Visual Basic
apache-2.0
10,053
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Reflection.Metadata Imports System.Runtime.InteropServices Imports Microsoft.Cci Imports Microsoft.CodeAna...
droyad/roslyn
src/Compilers/VisualBasic/Portable/Emit/NamedTypeSymbolAdapter.vb
Visual Basic
apache-2.0
41,828
Imports MySql.Data.MySqlClient Public Class formStudentAccount Dim con As New connection 'Mysql Connection used through the Form 'Handles Various KeyPresses on the Form Private Sub formStudentAccount_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Escape Then ...
SSMS-Pilani/Mess-Management-System
Mess Management System/formStudentAccount.vb
Visual Basic
mit
6,694
Public Class Main Private Sub pb_gown_MouseHover(sender As Object, e As EventArgs) Handles pb_gown.MouseHover pb_gown.BackgroundImage = CType(My.Resources.ResourceManager.GetObject("gown_hover"), Image) End Sub Private Sub pb_gown_MouseLeave(sender As Object, e As EventArgs) Handles pb_gown.Mouse...
kmligue/Tabulation-System---Client
Tabulation System - Client/Main.vb
Visual Basic
mit
4,620
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...
grbd/GBD.Blog.Examples
Source/GtkSharp3/GtkSharp_AdvForm1_VB/My Project/AssemblyInfo.vb
Visual Basic
mit
1,172
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...
LagrangianPoint/Pasword-Generartor-Visual-Basic
Password Generator/My Project/AssemblyInfo.vb
Visual Basic
mit
1,207
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmLangList #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form ...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmLangList.Designer.vb
Visual Basic
mit
8,457
Imports System.Web Imports System.Web.Services Public Class Icon Implements System.Web.IHttpHandler Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest context.Response.ContentType = "image/png" Dim buffer() As Byte = Nothing Try buffer = CType(Test.Resources...
alekseynemiro/nemiro.oauth.dll
examples/Test/Test.VB.AspWebForms/Icon.ashx.vb
Visual Basic
apache-2.0
772
'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. 'You may obtain a copy of the License at ' http://www.apache.org/licenses/LICENSE-2.0 'Unless required by applicable law or agreed to in writing, software 'distri...
Esri/arcobjects-sdk-community-samples
Net/Controls/MapAndPageLayoutSynchApp/VBNet/Maps.vb
Visual Basic
apache-2.0
3,686
Imports Microsoft.VisualBasic Imports System.Windows.Controls Partial Public Class NavigationActions Inherits UserControl Public Sub New() InitializeComponent() End Sub End Class
Esri/arcgis-samples-silverlight
src/VBNet/ArcGISSilverlightSDK/BehaviorsAndActions/NavigationActions.xaml.vb
Visual Basic
apache-2.0
204
' 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.Editing Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Micr...
nguerrera/roslyn
src/EditorFeatures/VisualBasicTest/CodeRefactorings/AddMissingImports/VisualBasicAddMissingImportsRefactoringProviderTests.vb
Visual Basic
apache-2.0
8,367
' 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.UnitTests.GoToBase <[UseExportProvider]> Public Class VisualBasicGoToB...
abock/roslyn
src/EditorFeatures/Test2/GoToBase/VisuaBasicGoToBaseTests.vb
Visual Basic
mit
17,183
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ <Global.System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1726")> _ Partial Class LoginForm1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNon...
mmgreenhacker/CodeFinal
VB/Activation Test Project/CipherCad2011-Source/LoginForm1.Designer.vb
Visual Basic
mit
7,488
' 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.Classification Imports Microsoft.CodeAnalysis.Edit...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/Classification/SemanticClassifierTests.vb
Visual Basic
mit
29,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 Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings Imports Microsoft.CodeAnalysis.Mo...
DustinCampbell/roslyn
src/EditorFeatures/VisualBasicTest/MoveDeclarationNearReference/MoveDeclarationNearReferenceTests.vb
Visual Basic
apache-2.0
7,585
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.IO Imports System.Reflection.Metadata Imports System.Reflection.PortableExecutable Imports System.Xml.Linq...
tmeschter/roslyn
src/Compilers/VisualBasic/Test/Emit/Attributes/InternalsVisibleToAndStrongNameTests.vb
Visual Basic
apache-2.0
91,611
' 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.ModifierKeywordRecommenderT...
jmarolf/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/ModifierKeywordRecommenderTests.InsideNamespaceDeclaration.vb
Visual Basic
mit
2,303
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Roslyn.Utili...
dsplaisted/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/PlaceholderLocalSymbol.vb
Visual Basic
apache-2.0
4,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.Declarations Public Class AliasKeywo...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AliasKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,612
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
CGS_rCRetencion_ISLRProveedores.aspx.vb
Visual Basic
mit
16,632
 Imports ServiceStack.ServiceHost <Route("/company/{CompanyID}/forms.json", "GET")> Public Class GetCompanyForms Implements IReturn(Of List(Of CompanyForm)) Public Property CompanyID As Integer End Class
pdstewart/Dss.OnboardingApiClient
src/Requests/GetCompanyForms.vb
Visual Basic
mit
219
Imports PlayerIOClient Public NotInheritable Class WorldPortalPlaceUploadMessage Inherits BlockPlaceUploadMessage Public ReadOnly PortalTarget As String Public Sub New(layer As Layer, x As Integer, y As Integer, block As WorldPortalBlock, portalTarget As String) MyBase.New(layer, x, y, DirectCas...
TeamEEDev/EECloud
EECloud.API/Messages/Upload/WorldPortalPlaceUploadMessage.vb
Visual Basic
mit
876
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Criteria 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 ...
kmligue/Tabulation-System---Server
Tabulation System - Server/Criteria.Designer.vb
Visual Basic
mit
12,373
'------------------------------------------------------------------------------ ' <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> '------------------------------------------------...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples.GridWeb/VisualBasic/RowsAndColumns/MakeRowsColumnsReadOnly.aspx.designer.vb
Visual Basic
mit
1,141
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
PDF.co Web API/PDF To CSV API/VB.NET/Convert PDF To CSV From URL Asynchronously/Module1.vb
Visual Basic
apache-2.0
5,082
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
PDF Extractor SDK/VB.NET/Get Word Coordinates in XML/Module1.vb
Visual Basic
apache-2.0
2,047
'------------------------------------------------------------------------------ ' <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> '-----------...
kinetiq/Lycan.NET
Source/Lycan.Xml/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,930
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
DlhSoftTeam/GanttChartLightLibrary-Demos
GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/GanttChartDataGrid/TimeConstraints/My Project/Resources.Designer.vb
Visual Basic
mit
2,762
' 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.Runtime.InteropServices Imports ...
vslsnap/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourceParameterSymbol.vb
Visual Basic
apache-2.0
25,167
' ' DotNetNuke® - http://www.dotnetnuke.com ' Copyright (c) 2002-2014 ' by DotNetNuke Corporation ' ' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ' documentation files (the "Software"), to deal in the Software without restriction, including withou...
abukres/Dnn.Platform
DNN Platform/DotNetNuke.WebUtility/Reflection.vb
Visual Basic
mit
7,322
' 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.CodeAnalysi...
VPashkov/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/OnErrorStatements/GoToKeywordRecommenderTests.vb
Visual Basic
apache-2.0
1,085
' 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.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGen...
physhi/roslyn
src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_CustomEvents.vb
Visual Basic
apache-2.0
3,425
' 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.Runtime.InteropServices Imports System.Threading Imports Microsoft.Cod...
robinsedlaczek/roslyn
src/Compilers/VisualBasic/Portable/Binding/EarlyWellKnownAttributeBinder.vb
Visual Basic
apache-2.0
11,841
' 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.GenerateFromMembers.GenerateEqualsAndGetHashCode Namespace Microsoft.CodeAnalys...
ValentinRueda/roslyn
src/Features/VisualBasic/Portable/CodeRefactorings/GenerateFromMembers/GenerateEqualsAndGetHashCode/GenerateEqualsAndGetHashCodeCodeRefactoringProvider.vb
Visual Basic
apache-2.0
1,683
Imports System.Drawing Public Class ColourRamps Public RampList As New ImageList Public fullRampList As New List(Of fullRamp) Public rampPicker As ComboBox Public Sub init(ByRef theComboBox As ComboBox) RampList.ImageSize = New Size(100, 10) RampList.ColorDepth = ColorDepth.Depth24Bit ...
JohnWilcock/OL3Designer
OL3Designer/Functions/ColourRamps.vb
Visual Basic
mit
5,227
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...
SaturnsVoid/GoBot2
Tools/Sources/DetectAdmin/DetectAdmin/My Project/AssemblyInfo.vb
Visual Basic
mit
1,131
 Partial Class controls_RmbEquipment Inherits Entities.Modules.PortalModuleBase Protected Sub Page_Init(sender As Object, e As System.EventArgs) Handles Me.Init Dim FileName As String = System.IO.Path.GetFileNameWithoutExtension(Me.AppRelativeVirtualPath) If Not (Me.ID Is Nothing) Then ...
GlobalTechnology/OpsInABox
DesktopModules/AgapeConnect/StaffRmb/Controls/RmbEquipment.ascx.vb
Visual Basic
mit
8,249
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.3082 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
Micmaz/DTIControls
VideoPanel/VideoPanelTester/VideoPanelTester/Default.aspx.designer.vb
Visual Basic
mit
1,680
Imports ServerMonitor.Core Public Class SqlDataRepository Implements IDataRepository Private _ConnectionString As String Public Sub New(connectionString As String) MyBase.New() Me._ConnectionString = connectionString End Sub Private Function GetConnection() As SqlClient.SqlConnec...
redgumtech/servermonitor
ServerMonitor.Data/DataRepository.vb
Visual Basic
mit
13,313
Imports LiteDB Partial Class AddGig Inherits VerifiedUsersOnly Public Overrides Sub Page_Load(sender As Object, e As EventArgs) MyBase.Page_Load(sender, e) End Sub ''' <summary> ''' This method adds a new gig to the database, based on the submitted form. ''' </summary> ''' <para...
yotam180/DeedCoin
AddGig.aspx.vb
Visual Basic
mit
2,808
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class MainFrm Inherits MetroFramework.Forms.MetroForm 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) T...
GerardBalaoro/MpressGUI
MpressGUI/Form1.Designer.vb
Visual Basic
mit
18,549
'------------------------------------------------------------------------------ ' <generado automáticamente> ' Este código fue generado por una herramienta. ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' </generado automática...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Monitoreo/Controles/ControlConveMarco.ascx.designer.vb
Visual Basic
mit
8,072
Public Class frmGame End Class
flaxj/Otaku-Break-The-Safe
Otaku Break the Safe/frmGame.vb
Visual Basic
mit
34
Imports Aspose.Cloud Namespace Paragraph Class GetParagraphs Public Shared Sub Run() Dim inputfile As String = "doc-sample.doc" Dim subdirection As String = "Paragraph" ' Upload input file from local directory to Cloud Storage Common.UploadFile(inputfile, s...
farooqsheikhpk/Aspose_Words_Cloud
Examples/DotNET/SDK/VisualBasic/Paragraph/GetParagraphs.vb
Visual Basic
mit
741
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense <[UseExportProvider]> Public Class CSharpCompletionCommandHandlerTests_Regex Pu...
VSadov/roslyn
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_Regex.vb
Visual Basic
apache-2.0
15,391