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
Namespace Account Public Class Revenue Inherits Base Friend Overrides Function GetTransactionsBalanceCalculator() As Func(Of Decimal, Decimal) Return (Function(D) -D) End Function End Class End Namespace
Senrozoi/Accounting
Accounting/Account/Revenue.vb
Visual Basic
mit
251
 Partial Class stopemails Inherits System.Web.UI.Page Dim cf As New comonfunctions Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim rtn As String = "" Dim sql As String = "" sql = "update invites set isdeleted='Y' where emai...
aminnagpure/matrimonydatingcommunity1.0
lovenmarry - EmptyFreeCode/stopemails.aspx.vb
Visual Basic
mit
956
Imports System.Runtime.CompilerServices Imports System.Collections.ObjectModel Imports kintoneDotNET.API.Types Imports System.Linq.Expressions Namespace API ''' <summary> ''' データ型の性質上List型となる項目について、メソッド拡張を行う ''' </summary> ''' <remarks></remarks> Public Module kintoneTypeExtension <Exten...
icoxfog417/kintoneDotNET
kintoneDotNET/kintoneTypeExtension.vb
Visual Basic
apache-2.0
2,004
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' Общие сведения об этой сборке предоставляются следующим набором ' атрибутов. Отредактируйте значения этих атрибутов, чтобы изменить ' общие сведения об этой сборке. ' Проверьте значения атрибутов сборки <Assembly: AssemblyT...
Lifemotion/Bwl.Translator.One
Bwl.Translator.One/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,661
'------------------------------------------------------------------------------ ' <auto-generated> ' Ce code a été généré par un outil. ' Version du runtime :4.0.30319.42000 ' ' Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si ' le code est régén...
nicoco007/MCBackup-3
MCBackup 3/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
19,288
Imports System.IO Public Class Patch Inherits Switcher Private _name As String Private _path As String Private _lenght As Integer Private _list As List(Of String) Public Sub New() _lenght = 0 _name = Nothing _path = Nothing _list = New List(Of String) End...
jasarsoft/shollymswitcher
Class/Patch.vb
Visual Basic
apache-2.0
3,218
 Public Partial Class Insert3 Inherits System.Web.UI.Page Protected _db As New Samples.ApplicationDbContext() Protected Sub Page_Load(sender As Object, e As EventArgs) End Sub ' This is the Insert method to insert the entered Product item ' USAGE: <asp:FormView InsertMethod="InsertItem"> Public Sub InsertIte...
neozhu/WebFormsScaffolding
Samples.VB/3_Associations/Products/Insert.aspx.vb
Visual Basic
apache-2.0
777
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.Options Imports Microsoft.CodeAnalysis.PooledObjects Imports M...
abock/roslyn
src/Workspaces/VisualBasic/Portable/Simplification/Reducers/VisualBasicCallReducer.vb
Visual Basic
mit
1,822
' 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.Text.Shared.Extensions Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Namespace Microsoft.Cod...
Pvlerick/roslyn
src/EditorFeatures/VisualBasic/EndConstructGeneration/EndConstructStatementVisitor_LambdaHeader.vb
Visual Basic
apache-2.0
9,326
' 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.VisualBasic Namespace Microsoft.CodeAnalysis.Diagnostics.VisualBasic ''' <summary> ...
mmitche/roslyn
src/Compilers/VisualBasic/Portable/Compilation/VisualBasicCompilerDiagnosticAnalyzer.vb
Visual Basic
apache-2.0
1,692
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery Namespace Micr...
KevinRansom/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/OnErrorStatements/ErrorKeywordRecommender.vb
Visual Basic
apache-2.0
1,719
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form12 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) ...
pratheeshrussell/Autorun-Processor
Autorun Processor/Form12.Designer.vb
Visual Basic
mit
4,426
Imports System Imports System.Drawing Imports System.Collections Imports System.Windows.Forms Public Class PaintCommandWithOther '¥»Ãþ§O¹ê§@¤u¨ã¦C¤¤©|¥¼³B²zªº³¡¥÷(¶ñ¦â,¨ú¦â,©ñ¤jÃè) Inherits PaintCommandWithText Private clrWork As Color Protected Overrides Sub ToolbarRadbtnSelect(ByVal obj As Object, B...
neville1/MSPaint
MsPaint Sub/PaintCommandWithOther.vb
Visual Basic
mit
5,359
Imports System.Runtime.CompilerServices Imports System.Text.RegularExpressions Public Module StringParser <Extension()> Public Function GetSequenceBuildStr(str As String) As String Const pattern As String = "(A(S[123][0-9a-f]{2}[0-5][0-9a-f])+)" Return Regex.Match(str, pattern).Value End F...
JonathanDDuncan/SignWriterStudio
SPML/StringParser.vb
Visual Basic
mit
5,346
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fCotizaciones_SID.aspx.vb
Visual Basic
mit
12,775
Imports CodeCracker.VisualBasic.Design Imports Xunit Namespace Design Public Class NameOfTests Inherits CodeFixVerifier(Of NameOfAnalyzer, NameOfCodeFixProvider) <Fact> Public Async Function IgnoreIfStringLiteralIsWhitespace() As Task Const test = " Public Class TypeName S...
eirielson/code-cracker
test/VisualBasic/CodeCracker.Test/Design/NameOfTests.vb
Visual Basic
apache-2.0
5,143
' 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...
HellBrick/roslyn
src/Compilers/VisualBasic/Test/Emit/Attributes/InternalsVisibleToAndStrongNameTests.vb
Visual Basic
apache-2.0
73,734
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVModules_Themes_Foundation4_Responsive_ContentBlocks_Product_Rotator_view Inherits Content.BVModule Public Event AddToCartClicked(ByVal productId As String) Protected Sub Page_Load(ByVal sender As Object, ByVal e As System...
ajaydex/Scopelist_2015
BVModules/Themes/Foundation4 Responsive/ContentBlocks/Product Rotator/view.ascx.vb
Visual Basic
apache-2.0
5,517
Imports System.Data Imports System.Data.Common Imports bv.common.db.Core Public Class RepositoryScheme_DB Inherits BaseDbService Public Sub New() ObjectName = "RepositoryScheme" End Sub Public Const TableFreezer As String = "tlbFreezer" Public Const TableSubdivision As String = "...
EIDSS/EIDSS-Legacy
EIDSS v5/vb/EIDSS/EIDSS_Limps_db/Repository Scheme/RepositoryScheme_DB.vb
Visual Basic
bsd-2-clause
8,910
Imports System Imports NUnit.Framework Imports MyGeneration.dOOdads Imports System.Data.OleDb Namespace MyGeneration.dOOdads.Tests.Access <TestFixture()> _ Public Class AccessGroupByFixture Dim aggTest As AggregateTest = New AggregateTest <TestFixtureSetUp()> _ Public Sub Init() Transaction...
cafephin/mygeneration
src/doodads/Tests/VBNet/Access/AccessGroupByFixture.vb
Visual Basic
bsd-3-clause
6,305
' 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.ComponentModel.Composition Imports System.Threading Imports System...
abock/roslyn
src/VisualStudio/Core/Test/Venus/DocumentService_IntegrationTests.vb
Visual Basic
mit
33,382
'------------------------------------------------------------------------------ ' <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/MainFeatures/My Project/Settings.Designer.vb
Visual Basic
mit
2,895
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.Gene...
KevinH-MS/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateConstructor/GenerateConstructorTests.vb
Visual Basic
apache-2.0
43,501
' 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.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Symbols.Metadata.PE Imports...
MichalStrehovsky/roslyn
src/Compilers/VisualBasic/Test/Symbol/DocumentationComments/DocCommentTests.vb
Visual Basic
apache-2.0
415,304
' 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.Completion.Providers Imports Microsoft.CodeAnalysis.VisualBasi...
jmarolf/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/DelegateKeywordRecommender.vb
Visual Basic
mit
1,687
' 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.Diagnostics Imports System.Runtime.InteropServices Imports Microso...
AlekseyTs/roslyn
src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_LateAddressOf.vb
Visual Basic
mit
9,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 Microsoft.CodeAnalysis.CSharp Imports Microsoft.CodeAnalysis.Test.Utilities Namespace Microsoft.CodeAnalysis....
brettfo/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/InAttributeModifierTests.vb
Visual Basic
apache-2.0
30,614
' 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.Collections Imports Microsoft.CodeAnalysis.PooledObjects Imports Microsoft.CodeAnalysis.Te...
robinsedlaczek/roslyn
src/Compilers/VisualBasic/Portable/Binding/SyntheticBoundTrees/AnonymousTypeSyntheticMethods.vb
Visual Basic
apache-2.0
26,457
Imports x8086NetEmu Imports System.Threading Public Class FormConsole #If Win32 Then <Runtime.InteropServices.DllImport("user32.dll")> Public Shared Function LockWindowUpdate(hWndLock As IntPtr) As Boolean End Function #End If Private mEmulator As X8086 Private Const rtfTextStd As String = "{\rt...
morphx666/x8086NetEmu
x8086NetEmuWinForms/Tools/FormConsole.vb
Visual Basic
mit
4,973
Imports GemBox.Document Module Program Sub Main() ' If using Professional version, put your serial key below. ComponentInfo.SetLicense("FREE-LIMITED-KEY") Dim document As New DocumentModel() ' Built-in styles can be created using Style.CreateStyle method. Dim titleStyle ...
gemboxsoftware-dev-team/GemBox.Document.Examples
VB.NET/Formatting/Styles/Program.vb
Visual Basic
mit
1,643
Imports System.Xml Imports System.Text Imports System.Text.RegularExpressions Imports 버들라이브러리.ColorHelper Imports System.IO Public Class datapackworker #Region "Structure" Private Structure ControlSetting Public name As String Public text As String Public src As String Public tool...
willowslaboratory/WLABV3
library.willowslab.net/Lab-Lib_Shared/Forms/datapackworker.vb
Visual Basic
mit
36,403
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.Circle.GetCircleData.vb
Visual Basic
mit
2,397
Imports System.Data Partial Class fLVentas_Clientes_Ingles 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 loComando...
kodeitsolutions/ef-reports
fLVentas_Clientes_Ingles.aspx.vb
Visual Basic
mit
9,039
Imports System.Collections.Generic Imports Grasshopper.Kernel Imports Rhino.Geometry Imports Grasshopper.Kernel.Types Imports Grasshopper.Kernel.Data Public Class TopologyMeshVertexFilter Inherits GH_Component ''' <summary> ''' Initializes a new instance of the NakedPolygonVertices class. ''' </summ...
tobesch/Sandbox_Topology
Sandbox_Topology/TopologyMeshVertexFilter.vb
Visual Basic
mit
4,037
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class ActorPresets 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) ...
iterami/uot
Utility of Time/Preset Dialogs/ActorPresets.Designer.vb
Visual Basic
cc0-1.0
4,348
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Linq Imports System.Text Impo...
tang7526/roslyn
src/Compilers/VisualBasic/Portable/Lowering/MethodToClassRewriter/MethodToClassRewriter.MyBaseMyClassWrapper.vb
Visual Basic
apache-2.0
15,104
'------------------------------------------------------------------------------ ' <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> '-----------...
Cayan-LLC/developer-docs
examples/merchantware/Credit/vb/ForceCapture/ForceCapture/My Project/Resources.Designer.vb
Visual Basic
apache-2.0
2,717
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Composition Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBasic.Syntax ...
abock/roslyn
src/Features/VisualBasic/Portable/SimplifyInterpolation/VisualBasicSimplifyInterpolationCodeFixProvider.vb
Visual Basic
mit
1,788
Public NotInheritable Class AboutBoxApp Private Sub AboutBoxApp_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' Set the title of the form. Dim ApplicationTitle As String If My.Application.Info.Title <> "" Then ApplicationTitle = My.Applica...
eorp/SalesRegistryVB
Project/AboutBoxApp.vb
Visual Basic
mit
2,106
' 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.Implementation.Interactive Imports Microsoft.CodeAnalysis.Editor.UnitTests Imports Microsoft.CodeAnalysis.Editor.UnitTes...
MichalStrehovsky/roslyn
src/EditorFeatures/VisualBasicTest/ChangeSignature/RemoveParametersTests.vb
Visual Basic
apache-2.0
4,869
' 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.UnitTests.Workspaces Imports Microsoft.CodeAnalysis.FindSymbols Namespace Microsoft.CodeA...
amcasey/roslyn
src/EditorFeatures/Test2/FindReferences/FindReferencesTests.LinkedFiles.vb
Visual Basic
apache-2.0
8,493
' 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.Text Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.AutomaticEndConstructCorrection ''' <summary> ''' This is a wo...
furesoft/roslyn
src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/LetterOnlyTrackingSpan.vb
Visual Basic
apache-2.0
7,197
' 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.Text Imports Microsoft.Co...
physhi/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedAttributeData.vb
Visual Basic
apache-2.0
2,871
' 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.Text Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text I...
OmarTawfik/roslyn
src/Workspaces/VisualBasic/Portable/Utilities/NameSyntaxComparer.vb
Visual Basic
apache-2.0
6,101
Imports System.Drawing Imports Rhino.Geometry Public Class GetBounds Inherits OwlComponentBase Sub New() MyBase.New("Bounds TSet", "Bounds", "Get TensorSet bounds.", SubCategoryTensorSet) End Sub Public Overrides ReadOnly Property ComponentGuid As Guid Get Return New Guid...
mateuszzwierzycki/Owl
Owl.GH/Components/Owl/TensorSet/GetBounds.vb
Visual Basic
mit
1,510
'------------------------------------------------------------------------------ ' <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> '-------------...
jakubjenis/lecture.net
Vb.Net/Skolenie2/GrafoveAlgoritmy/My Project/Settings.Designer.vb
Visual Basic
mit
2,936
'------------------------------------------------------------------------------ ' <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> '-----------...
P2P-Nathan/OMS-Administration-Packs
OMS Administration Custom Visualizations/My Project/Settings.Designer.vb
Visual Basic
mit
2,951
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...
RobTillie/exactonline-api-dotnet-client
src/ExactOnline.Client.Models/My Project/AssemblyInfo.vb
Visual Basic
mit
987
Imports System.Runtime.CompilerServices Module Extensions <Extension()> Public Function IsEmpty(ByVal cell As DataGridViewCell) As Boolean Return cell.Value Is Nothing OrElse cell.Value Is DBNull.Value OrElse String.IsNullOrWhiteSpace(cell.Value.ToString()) End Function <Extension()> ...
RiSearcher/VB.Net-snippets
Extensions.vb
Visual Basic
mit
556
Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Web.Mail Partial Class MASTER_Forgot_Password Inherits System.Web.UI.Page Dim conn As New SqlConnection(ConfigurationManager.AppSettings("conn")) Dim acs As New HelperClass Dim cmd As New SqlCommand Dim prmUser As New ...
prashantkakde31/Catalyst
admin/SRC/Catalyst/CatalystClientUI/Master/Forgot_Password.aspx.vb
Visual Basic
mit
8,629
Sub WorksheetLoop() Dim WS_Count As Integer Dim I As Integer ' Set WS_Count equal to the number of worksheets in the active ' workbook. WS_Count = ActiveWorkbook.Worksheets.Count ' Begin the loop. For I = 1 To WS_Count ' Insert your code here. ' The following line shows...
Jonnokc/Excel_VBA
Validation_Form/Other/Loop_Through_Sheets.vb
Visual Basic
mit
494
'------------------------------------------------------------------------------ ' <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> '-----------...
severinkaderli/gibb
Lehrjahr_2/Modul_303/HalloVello/HalloVello/My Project/Resources.Designer.vb
Visual Basic
mit
2,719
Imports SistFoncreagro.BussinessEntities Public Interface ITipoBaseImponibleRepository Function GetAllFromTIPOBASEIMPONIBLE() As List(Of TipoBaseImponible) End Interface
crackper/SistFoncreagro
SistFoncreagro.DataAccess/ITipoBaseImponibleRepository.vb
Visual Basic
mit
182
'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/ControlsCommandsSceneCommands/VBNet/FullExtent.vb
Visual Basic
apache-2.0
4,778
' 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.RemoveUnnecessaryCast Partial Public Class RemoveUn...
reaction1989/roslyn
src/Analyzers/VisualBasic/Tests/RemoveUnnecessaryCast/RemoveUnnecessaryCastTests_FixAllTests.vb
Visual Basic
apache-2.0
15,573
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Imports System.Data Partial Class BVModules_Controls_ProductReviewDisplay Inherits System.Web.UI.UserControl Public Property ProductID() As String Get Return Me.bvinField.Value End Get Set(ByVal Value A...
ajaydex/Scopelist_2015
BVModules/Controls/ProductReviewDisplay.ascx.vb
Visual Basic
apache-2.0
14,211
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Screen Capturing SDK/VB.NET/Merge WMV Video Files/Module1.vb
Visual Basic
apache-2.0
1,556
' Copyright 2011 Branden Coates ' 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 writ...
GearheadRed/COMRedirSVC
COMRedirSVC/COMRedirSVC.Designer.vb
Visual Basic
apache-2.0
2,627
#If DEBUG Then Public Class StarRater Inherits RadioButtonList #Else <ToolboxData("<{0}:StarRater runat=""server""> </{0}:StarRater>")> _ <ComponentModel.EditorBrowsable(ComponentModel.EditorBrowsableState.Never), ComponentModel.ToolboxItem(False)> _ Public Class StarRater Inherits RadioButtonLi...
Micmaz/DTIControls
DTIMiniControls/DTIMiniControls/StarRater.vb
Visual Basic
mit
4,158
Public Class frmQE Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles txtB.TextChanged End Sub Private Sub cmdClearAll_Click(sender As Object, e As EventArgs) Handles cmdClearAll.Click lblX1.Text = "" lblX2.Text = "" txtA.Text = "" txtB.T...
lotannaokoli/All-Purpose-Scientific-Calculator
OKOLI Lotanna Uche Calculator Project/Quadratic Equation.vb
Visual Basic
mit
3,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.Composition Imports Microsoft.CodeAnalysis.Formatting Imports Microsoft.CodeAnalysis.Formatting.Rules Imports Microsoft.CodeAnalysis.Options Im...
paulvanbrenk/roslyn
src/Workspaces/VisualBasic/Portable/Formatting/Rules/ElasticTriviaFormattingRule.vb
Visual Basic
apache-2.0
20,396
' 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.Syntax Namespace Mic...
VSadov/roslyn
src/EditorFeatures/VisualBasicTest/Structure/UsingBlockStructureTests.vb
Visual Basic
apache-2.0
1,093
Imports Microsoft.VisualBasic Imports System.IO Imports Aspose.Cells Namespace Articles Public Class UsePresentationPreferenceOption Public Shared Sub Run() ' ExStart:1 ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(System.Reflecti...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Articles/UsePresentationPreferenceOption.vb
Visual Basic
mit
892
Namespace BusRodeDll Public Class MonitorDll Public Sub New() DllDependBusRodeVersion = 9000 DllWriter = "Sample Name" DllRegion = "Country-Province-City" DllVersion = "1.0.0.0" DllGetTick = 5000 End Sub 'here are some informa...
yyc12345/bus_rode
DllSample/MonitorDll.vb
Visual Basic
mit
1,416
Namespace Security.BackStage_Help Public Class ProductRegistration Inherits SecurityItemBase Public Sub New() _ConceptItemName = "Product Registration" _ConceptName = "BackStage_Help" _Description = "Allows access to 'Product Registration'" _IsEnte...
nublet/DMS
DMS.Forms.Shared/Security/Items/Backstage/Help/ProductRegistration.vb
Visual Basic
mit
507
' Channel information structure (contained in the file header). ' One-time information describing each channel. 64 bytes long. ' This Is data pertaining to each channel that will Not change ' during the course of a run. ''' <summary> ''' Channel information structure (contained in the file header). ''' One-time info...
jaksg82/XtfViewer
jakxtflib/ChanInfo.vb
Visual Basic
mit
6,329
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmStatCalc Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Tr...
AstoniaDev/VB_StatCalc
vb_calc/StatCalc.Designer.vb
Visual Basic
mit
7,562
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.AssemblyDocument = Nothing...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeAssembly.Occurrence.RetrieveHoleLocation.vb
Visual Basic
mit
1,558
'------------------------------------------------------------------------------ ' <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> '-------------------------------------------------...
georgipyaramov/CSS
CSSOverview/CSS-Overview/03.Task3/My Project/Resources.Designer.vb
Visual Basic
mit
2,698
' Copyright 2016 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 distr...
Arc3D/arcgis-runtime-samples-dotnet
src/UWP/ArcGISRuntime.UWP.Samples/Samples/Security/TokenSecuredChallengeVB/TokenSecuredChallengeVB.xaml.vb
Visual Basic
apache-2.0
9,582
'------------------------------------------------------------------------------ ' <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/BuiltInScales/My Project/Settings.Designer.vb
Visual Basic
mit
2,897
Imports System, System.Collections.Generic, System.ComponentModel Imports NUnit.Framework, Foq.Linq <TestFixture> Public Class Tests <Test> Public Sub TestSetupFunc() Dim list = New Mock(Of IList(Of Integer))() _ .SetupFunc(Function(mock) mock.Contains(1)).Returns(...
ptrelford/Foq
Tests/Tests.VisualBasic/Tests.vb
Visual Basic
apache-2.0
4,874
Imports FakeItEasy Imports FakeItEasy.Examples.ExampleObjects Public Class AssertingCalls Public Sub Asserting_a_sub_using_lambda() Dim widget = A.Fake(Of IWidget)() A.CallTo(Sub() widget.Repair()).MustHaveHappened() End Sub Public Sub Asserting_a_function_using_lambda() ...
blairconrad/FakeItEasy
samples/FakeItEasy.Examples.VB/AssertingCalls.vb
Visual Basic
mit
799
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition.Hosting Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests...
jbhensley/roslyn
src/EditorFeatures/VisualBasicTest/SignatureHelp/RaiseEventStatementSignatureHelpProviderTests.vb
Visual Basic
apache-2.0
3,086
'********************************************************* ' ' Copyright (c) Microsoft. All rights reserved. ' This code is licensed under the MIT License (MIT). ' THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ' ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY ' IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR ' PU...
Microsoft/Windows-universal-samples
SharedContent/vb/MainPage.xaml.vb
Visual Basic
mit
4,954
' 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...
VSadov/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/WithKeywordRecommender.vb
Visual Basic
apache-2.0
1,911
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmSetItem #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'Form o...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmSetItem.Designer.vb
Visual Basic
mit
13,766
Imports System Imports System.Collections Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices.CustomMarshalers Partial Public Module FirewallApi Friend Const Lib_Firewallapi As String = "firewallapi.dll" ''' <summary> ''' The <c>PAC_CHANGES_CALLBACK_FN</c> function is used to a...
dahall/vanara
PInvoke/FirewallApi/NetFW.Funcs.vb
Visual Basic
mit
19,843
Imports System Imports System.Reflection Imports System.Runtime.InteropServices Imports System.Globalization Imports System.Resources Imports System.Windows ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associ...
gemboxsoftware-dev-team/GemBox.Document.Examples
VB.NET/Common Uses/Print/PrintInWpf/My Project/AssemblyInfo.vb
Visual Basic
mit
2,252
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.Ellipse2d.MinorMajorRatio.vb
Visual Basic
mit
2,175
Imports System.Runtime.InteropServices Imports NetOffice.Tools Imports NetOffice.WordApi.Tools ' 'Custom Addin Object Example 'Demonstrate how to spend a callable instance to VBA ' <COMAddin("Word06 Sample Addin VB4", "Custom Addin Object Example", LoadBehavior.LoadAtStartup)> <ProgId("Word06AddinVB4.Connect"), Guid("...
NetOfficeFw/NetOffice
Examples/Word/VB/NetOffice COMAddin Examples/06 Custom Addin Object/Addin.vb
Visual Basic
mit
558
' 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.VisualBasic.CodeFixes.Async Namespace Micr...
kelltrick/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/Async/AddAwaitTests.vb
Visual Basic
apache-2.0
13,493
Imports System.Globalization.CultureInfo Imports System.Net Imports System.Xml Public Class Gelbooru Inherits Booru Private m_Req As WebRequest Private m_Res As WebResponse Private m_Stream As IO.Stream Private m_IsWorking As Boolean Private m_IsFinished As Boolean Public Sub New(baseUri As String) ...
minacle/Apibooru
Apibooru/Gelbooru.vb
Visual Basic
bsd-2-clause
2,067
Public Class LoadingScreen Private Sub LoadingScreen_Load(sender As Object, e As EventArgs) Handles MyBase.Load Try With lblLoading .AutoSize = False .TextAlign = ContentAlignment.MiddleCenter .Dock = DockStyle.Fill End With ...
maxdeviant/lol-mastery-manager
LoLMasteryManager/LoadingScreen.vb
Visual Basic
mit
747
Public Class Login Inherits Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load RegisterHyperLink.NavigateUrl = "Register" OpenAuthLogin.ReturnUrl = Request.QueryString("ReturnUrl") Dim returnUrl = HttpUtility.UrlEncode(Request.QueryString("Retur...
keeyanajones/Samples
microsoftProject/ASPNETVBWebFormsApplication/ASPNETVBWebFormsApplication/Account/Login.aspx.vb
Visual Basic
mit
489
' 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.Reflection.Metadata Imports System.Reflection.Metadata.Ecma335 Imports System.Reflection.PortableExecutable Imports System.Te...
pdelvo/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBTests.vb
Visual Basic
apache-2.0
206,990
' 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.CodeFixes.GenerateEvent Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports ...
Inverness/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEvent/GenerateEventTests.vb
Visual Basic
apache-2.0
26,812
' 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.VisualBasic.Syntax Namespace Microsoft.CodeAnalysis.CodeCleanup Fr...
MichalStrehovsky/roslyn
src/Workspaces/VisualBasic/Portable/CodeCleanup/AsyncOrIteratorFunctionReturnTypeFixer.vb
Visual Basic
apache-2.0
13,572
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace Microsoft...
VSadov/roslyn
src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb
Visual Basic
apache-2.0
41,166
#Region "Copyright" ' ' Copyright (c) _YEAR_ ' by _OWNER_ ' #End Region #Region "Using Statements" Imports System Imports DotNetNuke.Entities.Modules #End Region Namespace _OWNER_._MODULE_ Partial Public Class _CONTROL_ Inherits PortalModuleBase #Region "Event Handlers" Protected Override...
raphael-m/Dnn.Platform
Website/DesktopModules/Admin/ModuleCreator/Templates/VB/Module - User Control/_CONTROL_.ascx.vb
Visual Basic
mit
1,109
' 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.VisualBasic.UnitTests.Diagnostics Im...
mmitche/roslyn
src/EditorFeatures/VisualBasicTest/GenerateConstructor/GenerateConstructorTests.vb
Visual Basic
apache-2.0
46,836
' 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...
mmitche/roslyn
src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb
Visual Basic
apache-2.0
19,743
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.Completion.Providers Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery Namespace Micr...
KevinRansom/roslyn
src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Expressions/AwaitKeywordRecommender.vb
Visual Basic
apache-2.0
1,811
Imports System.Data Partial Class rLista_dFiadores 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 lcParametro0Desde ...
kodeitsolutions/ef-reports
rLista_dFiadores.aspx.vb
Visual Basic
mit
6,019
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...
pepm99/WIndowsKillerProject
WindowsKiller/WindowsKiller/My Project/AssemblyInfo.vb
Visual Basic
mit
1,144
'------------------------------------------------------------------------------ ' <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> '-----------...
evandixon/Server-Manager
ServerManager/My Project/Resources.Designer.vb
Visual Basic
mit
2,719
' ' Created by SharpDevelop. ' User: John ' Date: 03/02/2013 ' Time: 16:03 ' ' To change this template use Tools | Options | Coding | Edit Standard Headers. ' Partial Class Form1 Inherits System.Windows.Forms.Form ''' <summary> ''' Designer variable used to keep track of non-visual components. ''' </summary> P...
JohnWilcock/Grid2OpenLayers
Grid2Openlayers/Form1.Designer.vb
Visual Basic
mit
48,228
Imports System Imports System.Reflection Imports System.Runtime.InteropServices <Assembly: AssemblyTitle("")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("")> <Assembly: AssemblyCopyright("")> <Assembly: AssemblyTrademark("")> <Assembly: ComVisible(False)> <Assembly:...
ljw1004/blog
VSIX/dotnet-code-analyzer/Analyzer_CheckedExceptions/My Project/AssemblyInfo.vb
Visual Basic
mit
449
Namespace Snmp ''' <summary>Snmp Object Mapping Class</summary> ''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated> ''' <generator-date>08/02/2014 18:26:35</generator-date> ''' <generator-functions>1</generator-functions> ''' <gen...
thiscouldbejd/Caerus
_Snmp/Generated/ObjectMapping.vb
Visual Basic
mit
6,466
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.NetCore.Analyzers.Security Imports Microsoft.CodeAnalysis.VisualBasic.TypedConstan...
dotnet/roslyn-analyzers
src/NetAnalyzers/VisualBasic/Microsoft.NetCore.Analyzers/Security/BasicDataSetDataTableInSerializableObjectGraphAnalyzer.vb
Visual Basic
mit
777