code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.VisualBasic.Completion.KeywordRecommenders.Expressions
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommenda... | hanu412/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/CastOperatorsKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 7,659 |
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports Telerik.Reporting
Imports Telerik.Reporting.Drawing
Partial Public Class RepBalanceComprobacionAcumuladoNivelMayor
Inherits Telerik.Reporting.Report
Public Sub New()
InitializeComponent()
End Sub
End Class | crackper/SistFoncreagro | SistFoncreagro.Report/RepBalanceComprobacionAcumuladoNivelMayor.vb | Visual Basic | mit | 316 |
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
' assoc... | surviveplus/EditorPlus | office2013/EditorPlus.UI/EditorPlus.UI/My Project/AssemblyInfo.vb | Visual Basic | mit | 2,256 |
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim Numero As String = ""
For i As Integer = 5 To 100
Numero += i.ToString() & ", "
MessageBox.Show(i)
i = i + 4
Next
TextBox1.Text ... | rafael25/poe-unitec | Practica3/Practica3/Form1.vb | Visual Basic | mit | 365 |
Partial Class Master_Default
Inherits System.Web.UI.Page
Dim acs As New HelperClass
Protected Sub Page_Load(sender As Object, e As System.EventArgs) Handles Me.Load
End Sub
End Class
| prashantkakde31/Catalyst | admin/SRC/Catalyst/CatalystClientUI/Master/Default.aspx.vb | Visual Basic | mit | 205 |
#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/ContractsUI/ContractSelector.Designer.vb | Visual Basic | mit | 10,143 |
'------------------------------------------------------------------------------
' <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>
'---... | PaulAnderson/FileRenamer | My Project/Application.Designer.vb | Visual Basic | mit | 1,520 |
Imports Microsoft.VisualBasic
Imports System.IO
Imports Aspose.Words
Imports Aspose.Words.Fields
Public Class InsertNestedFields
Public Shared Sub Run()
' The path to the documents directory.
Dim dataDir As String = RunExamples.GetDataDir_WorkingWithFields()
Dim doc As New Document()
... | assadvirgo/Aspose_Words_NET | Examples/VisualBasic/Programming-Documents/Fields/InsertNestedFields.vb | Visual Basic | mit | 1,457 |
Namespace Commands
''' <summary></summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>10/02/2014 15:45:54</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Leviath... | thiscouldbejd/Leviathan | _Commands/Generated/CommandInterrogated.vb | Visual Basic | mit | 3,710 |
Imports System.IO
Imports System.IO.Ports
Imports System.Collections.Queue
Imports System.Net.Sockets
Imports System.Net
Imports System.Text
Imports GrblPanel.My.Resources
'
' Useful serialport tips, #3 is important!!!!
' http://blogs.msdn.com/b/bclteam/archive/2006/10/10/top-5-serialport-tips-_5b00_kim-hamilton_5d00... | gerritv/Grbl-Panel | Grbl-Panel/GrblIF.vb | Visual Basic | mit | 15,998 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis
Namespace Microsoft.CodeAnalysis.VisualBasic
''' <summary>
''' A class representi... | DinoV/roslyn | src/Compilers/VisualBasic/Portable/VisualBasicCompilationOptions.vb | Visual Basic | apache-2.0 | 49,003 |
' Copyright 2018 Google LLC
'
' 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, s... | googleads/googleads-dotnet-lib | examples/AdWords/Vb/v201809/BasicOperations/GetAdGroups.vb | Visual Basic | apache-2.0 | 4,639 |
Imports System.ComponentModel
Imports System.Linq
Imports bv.winclient.BasePanel
Namespace BaseForms
Public Class BaseReportForm
Inherits BaseForm
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the W... | EIDSS/EIDSS-Legacy | EIDSS v5/vb/Shared/bvwin_common/BaseForms/BaseReportForm.vb | Visual Basic | bsd-2-clause | 13,482 |
' 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.CodeGeneration
Imports Microsoft.CodeA... | nguerrera/roslyn | src/Features/VisualBasic/Portable/GenerateType/VisualBasicGenerateTypeService.vb | Visual Basic | apache-2.0 | 43,230 |
' 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.Diagnostics
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.C... | ericfe-ms/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_Conversion.vb | Visual Basic | apache-2.0 | 71,101 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18052
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | jirikadlec2/hydrodata | hydrodatainfo/lahti_update/My Project/Resources.Designer.vb | Visual Basic | bsd-3-clause | 2,715 |
Imports System.Windows.Forms
Imports System.Data.SqlClient
Public Class frmAddQuestion
Public myGuid As String
Public Mode As String
Public WithEvents cms As New ContextMenuStrip
Private drHistory As DataTable
Public sHandle As String = ""
Private sHistoryGuid As String
Private Sub frmAd... | Lederstrumpf/Gridcoin-Research | contrib/Installer/boinc/boinc/frmAddFaqQuestion.vb | Visual Basic | mit | 1,794 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Diagnostics
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeA... | mono/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_XmlLiteralFixupData.vb | Visual Basic | apache-2.0 | 1,907 |
' 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 Microsoft.CodeAnalysis.PooledObjects
Namespace Microsoft.CodeAnalysis.VisualB... | OmarTawfik/roslyn | src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/TupleTypeDecoder.vb | Visual Basic | apache-2.0 | 12,982 |
' 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.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.Code... | AmadeusW/roslyn | src/Features/VisualBasic/Portable/ExtractMethod/Extensions.vb | Visual Basic | apache-2.0 | 19,783 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | fDatos_Medidores_Manuales.aspx.vb | Visual Basic | mit | 7,797 |
Imports MySql.Data.MySqlClient
Namespace BurnSoft
Public Class BSDatabase
Public Conn As MySqlConnection
Private Function MyConnectionString() As String
Dim sAns As String = "Server=" & System.Configuration.ConfigurationManager.AppSettings("DB_HOST")
sAns &= ";user id=... | burnsoftnet/BSApplicationProfiler | BSApplicationProfiler/BSGlobalClass.vb | Visual Basic | mit | 4,346 |
Imports System.IO
Imports System.Drawing.Drawing2D
Public Class DObject
Public ObjectName As String
Dim SpriteName As String
Dim Frame As Int16
Dim FrameLimit As Int16
Public MyXDSLines As String
Dim DEventMainClasses As New List(Of String)
Dim DEventSubClasses As New List(Of S... | jadaradix/dsgamemaker | DObject.vb | Visual Basic | mit | 59,804 |
Public Class DetalleConciliacion
Public Property IdDetalle As Int32
Public Property IdConciliacion As Int32
Public Property Fecha As Date
Public Property Glosa As String
Public Property IdProveedorCliente As Int32
Public Property Monto As Decimal
Public Property IdTipoMovimiento As Int32
... | crackper/SistFoncreagro | SistFoncreagro.BussinessEntities/DetalleConciliacion.vb | Visual Basic | mit | 728 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17626
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | DadeLamkins/ImgBrick3 | My Project/Application.Designer.vb | Visual Basic | mit | 1,475 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Simulasjon
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... | Audiopolis/Gruppe21-prosjekt | TestingGrounds/TestingGrounds/Simulasjon.Designer.vb | Visual Basic | mit | 1,274 |
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.BSplineCurve2d.Extend.vb | Visual Basic | mit | 2,558 |
''' <summary>
''' Public variable which will be set as the active inventor application
''' when the Add In is loaded <see cref="Inventor_To_M2K.StandardAddInServer"/>
''' </summary>
Module globals
Public m_inventorApplication As Inventor.Application
End Module
| LindyMan93/Inventor_2_M2K | Inventor_To_M2K/Inventor_To_M2K/globals.vb | Visual Basic | mit | 268 |
' The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
Imports WinRTXamlToolkit.Controls.DataVisualization.Charting
''' <summary>
''' An empty page that can be used on its own or navigated to within a Frame.
''' </summary>
Public NotInheritable Class MainPage
Inh... | Myfreedom614/UWP-Samples | WinRTXamlToolkitChartingVBApp1/WinRTXamlToolkitChartingVBApp1/MainPage.xaml.vb | Visual Basic | mit | 2,178 |
' 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.Concurrent
Imports System.Collections.Immutable
Imports System.IO
Imports System.Reflection... | sharwell/roslyn | src/Compilers/VisualBasic/Portable/Compilation/VisualBasicCompilation.vb | Visual Basic | mit | 156,166 |
Imports Microsoft.Win32
Class MainWindow
''' <summary>
''' 打开包文件的打开框
''' </summary>
Public open_packups_file As New Microsoft.Win32.OpenFileDialog
''' <summary>
''' 打开源文件的打开框
''' </summary>
Public open_exe_file As New Microsoft.Win32.OpenFileDialog
''' <summary>
''' 打开ballance... | yyc12345/ballance_tools | ballance_tools_deploy/MainWindow.xaml.vb | Visual Basic | mit | 39,949 |
Public Class FormMain
Public Shared ReadOnly DocumentationBase As String = "https://netoffice.io/documentation/"
Public Sub New()
InitializeComponent()
Me.Text = "NetOffice Tutorials in VB"
LoadTutorials()
End Sub
Private Sub LoadTutorials()
LoadTutorial(New Tutori... | NetOfficeFw/NetOffice | Tutorials/VB/Tutorials/FormMain.vb | Visual Basic | mit | 978 |
'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/ControlsCommandsFeatureEditing/VBNet/AssemblyInfo.vb | Visual Basic | apache-2.0 | 1,568 |
Imports System.Text
Imports System.Xml
Imports System.Xml.Serialization
Imports System.Xml.XPath
Imports System.Text.RegularExpressions
<Assembly: CLSCompliant(True)>
<CLSCompliant(True)> _
Public Class Xml
#Region "Declarations"
Public Shared Event OnError(ByVal sender As Object, ByVal e As Protean.Tools.Erro... | Eonic/EonicWeb5 | Assemblies/Protean.Tools/XML.vb | Visual Basic | apache-2.0 | 81,194 |
Imports System.IO
Friend Class NetworkBlock
Private Shared nb As New NetworkBlock()
Public Shared Function getInstance() As NetworkBlock
Return nb
End Function
Protected blocks As New List(Of NB_interface)()
Public Sub New()
Dim reader As New StreamReader(New FileInfo("пока еше н... | LargoWinch/LegacyEmu | GameServer/Game_Server/GameServer/network/NetworkBlock.vb | Visual Basic | apache-2.0 | 2,960 |
Imports Com.Aspose.Storage.Api
Imports Com.Aspose.Barcode.Api
Imports Com.Aspose.Barcode.Model
Namespace ManagingRecognition.WithoutCloudStorage
Class ReadBarcodesbyApplyingImageProcessingAlgorithm
Public Shared Sub Run()
'ExStart:1
' Instantiate Aspose Storage Cloud API SDK
... | aspose-barcode/Aspose.BarCode-for-Cloud | Examples/DotNET/VisualBasic/ManagingRecognition/WithoutCloudStorage/ReadBarcodesbyApplyingImageProcessingAlgorithm.vb | Visual Basic | mit | 2,305 |
Public Enum ObjectType As Long
None = 0
Diagnosis = 10060001
District = 10060002
Root = 10060003
Freezer = 10060004
FreezerContainer = 10060005
HumanCase = 10060006
InterfaceAction = 10060007
InterfaceObject = 10060008
Sample = 10060009
SentByOfficeAddress = 100600... | EIDSS/EIDSS-Legacy | EIDSS v6/vb/EIDSS/EIDSS_Common/Enums/ObjectType.vb | Visual Basic | bsd-2-clause | 400 |
Imports InfoSoftGlobal
Partial Class BasicChartCSY
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Literal1.Text = FusionCharts.RenderChart("../FusionCharts/MSCombi2D.swf", "Data/CSYData.xml", "", "myFirst", "600", "300... | TechFor/agile | public/js/FusionCharts/Code/VB_NET/BasicExample/BasicChart-CSY.aspx.vb | Visual Basic | bsd-3-clause | 363 |
' 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.Completion
Imports Microsoft.CodeAnalysis.Completion.Providers
Imports Microsof... | cybernet14/roslyn | src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb | Visual Basic | apache-2.0 | 10,114 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Globalization
Imports System.Text
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.Text
Imp... | wschae/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/OverridesTests.vb | Visual Basic | apache-2.0 | 226,472 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rOPagos_tConceptosMen.aspx.vb | Visual Basic | mit | 12,810 |
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
<Assembly: AssemblyTitle("So... | SolidEdgeCommunity/Samples | General/UnitsOfMeasure/vb/UnitsOfMeasure/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,410 |
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.Dimension.GetTextOffsets.vb | Visual Basic | mit | 1,942 |
Imports DotNetNuke.Entities.Portals
Imports DotNetNuke.Entities.Users
Namespace DotNetNuke.Modules.Feedback
Public Class Utilities
Public Shared Function ConvertServerTimeToUserTime(ByVal value As DateTime) As DateTime
Dim result As DateTime
Try
'Get the portalTi... | DNNCommunity/DNN.Feedback | Components/Utilities.vb | Visual Basic | mit | 1,167 |
Public Class PositionerForm
Public MissionObjectController As MissionObjectController
Private _newSwitchDriverForm As NewSwitchDriverForm
Private _positionerForm As PositionerForm
Private _positonerIdx As Integer
Private _maxPositoners As Integer
Private _surveyName As String
Private _numSw... | wboxx1/85-EIS-PUMA | puma/src/Supporting Forms/zzz - Legacy Forms/PositionerForm.vb | Visual Basic | mit | 3,425 |
Namespace Ribbons.Companies.Show
Public Class LinkedDocuments
Inherits RibbonButtonBase
Public Sub New()
_Image = ""
_Order = 1
_Text = "Linked Documents"
_ToolTip = ""
End Sub
Protected Friend Overrides Sub OnClick()
End Su... | nublet/DMS | DMS.Forms/Ribbons/Items/Companies/Show/LinkedDocuments.vb | Visual Basic | mit | 424 |
'------------------------------------------------------------------------------
' <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>
'----... | Mimalef/limons | src/Exercise/My Project/Settings.Designer.vb | Visual Basic | mit | 3,585 |
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
<Assembly: AssemblyTitle("Bar... | Dynamsoft/Dynamic-.NET-TWAIN-SDK | samples/VB .NET Samples/BarcodeGenerator/BarcodeGenerator/Properties/AssemblyInfo.vb | Visual Basic | apache-2.0 | 1,391 |
Public Class Help
Private Sub PictureBox3_Click(sender As Object, e As EventArgs)
End Sub
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
HangMan_By_Vahe.Menu.Show()
Me.Close()
End Sub
End Class | VaheDanielyan/Hangman | Source/Help.vb | Visual Basic | apache-2.0 | 276 |
'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/Framework/AddInEditorExtension/VBNet/ValidateFeaturesExtension.vb | Visual Basic | apache-2.0 | 4,536 |
Public Class CopyDirectoryProgressChangedEventArgs
Private _ProgressPercentage As Single
Public Overloads ReadOnly Property ProgressPercentage As Single
Get
Return _ProgressPercentage
End Get
End Property
Private _BytesCopied As Long
Public ReadOnly Property BytesCopie... | nicoco007/MCBackup-3 | MCBackup 3/EventArgs/CopyDirectoryProgressChangedEventArgs.vb | Visual Basic | apache-2.0 | 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.IO
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.... | lorcanmooney/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/AnonymousTypes/AnonymousTypesEmittedSymbolsTests.vb | Visual Basic | apache-2.0 | 38,138 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Spreadsheet SDK/VB.NET/Add Doughnut Chart/Module1.vb | Visual Basic | apache-2.0 | 2,535 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports Microsoft.CodeAnalys... | AlekseyTs/roslyn | src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxNormalizerTests.vb | Visual Basic | mit | 46,399 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace... | MihaMarkic/roslyn-prank | src/Compilers/VisualBasic/BasicAnalyzerDriver/VisualBasicDeclarationComputer.vb | Visual Basic | apache-2.0 | 9,057 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34014
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | Neo-Desktop/Coleman-Code | COM350/Project2/Project2/My Project/Resources.Designer.vb | Visual Basic | mit | 2,717 |
Imports NetOffice
Imports System.Runtime.InteropServices
Imports NetOffice.Tools
Imports Office = NetOffice.OfficeApi
Imports NetOffice.OfficeApi.Tools.Contribution
Imports Excel = NetOffice.ExcelApi
Imports NetOffice.ExcelApi.Tools
'Register Addin Example
'
<COMAddin("Excel04 Sample Addin VB4", "Register Addin Examp... | NetOfficeFw/NetOffice | Examples/Excel/VB/NetOffice COMAddin Examples/04 Register and Unregister/Addin.vb | Visual Basic | mit | 1,396 |
Imports System.Collections
Imports System.Collections.Specialized
Public Class Entity
Private mName As String
Private mSetName As String
Private mDescription As String
Private mModel As Model
Private mDescriptor As String
Private mSetDescriptor As String
Private mGenre As String
... | ajlopez/AjGenesis | src/AjGenesis/Model/Entity.vb | Visual Basic | mit | 3,432 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form11
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)
... | conorpark/phishingPrank | Fake-GPU-driver-installer/Form11.Designer.vb | Visual Basic | mit | 2,434 |
Namespace Security.View_Layout
Public Class Restore
Inherits SecurityItemBase
Public Sub New()
_ConceptItemName = "Restore"
_ConceptName = "View_Layout"
_Description = "Enable Layout 'Restore' button"
_IsEnterprise = True
_IsSmallBusine... | nublet/DMS | DMS.Forms.Shared/Security/Items/View/Layout/Restore.vb | Visual Basic | mit | 464 |
<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
... | hhaslam11/Visual-Basic-Projects | Profit and Loss/Profit and Loss/Form1.Designer.vb | Visual Basic | mit | 13,770 |
Imports System.IO
Imports System.Runtime.InteropServices
Module Example
<STAThread()> _
Sub Main()
Dim objApplication As SolidEdgeFramework.Application = Nothing
Dim objPartDocument As SolidEdgePart.PartDocument = Nothing
Dim objStudyOwner As SolidEdgePart.StudyOwner = Nothing
Dim ob... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgePart.StudyOwner.AddThermalStudy.vb | Visual Basic | mit | 2,330 |
Sub MSD_3()
Dim track As Double
Dim row As Double
Dim frame As Double
'frames = # of frames per track
frames = Worksheets("Zwischenwerte").Cells(5, 8).Value
'tracks = # of tracks
tracks = Worksheets("Zwischenwerte").Cells(3, 8).Value
Worksheets("Zwischenwerte_3").Cells.Delete
For track = 1 To tracks
For frame = 1... | ChristofLitschko/Dicty-Tracking | source-code/MSD-Calculation/MSD_3.vb | Visual Basic | mit | 3,295 |
Option Strict Off
Option Explicit On
Imports VB = Microsoft.VisualBasic
Friend Class frmZaznamy
Inherits System.Windows.Forms.Form
Dim rec As New ADODB.Recordset
Dim PomCol As New Collection 'Pomocná kolekce jednotlivých zkouení
Private IsInitializing As Boolean
Public Sub New()
MyBase... | KamilSvoboda/Slovnicek | Zaznamy.vb | Visual Basic | apache-2.0 | 7,846 |
' 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.NetCore.Analyzers.Runtime
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsof... | pakdev/roslyn-analyzers | src/NetAnalyzers/VisualBasic/Microsoft.NetCore.Analyzers/Runtime/BasicTestForEmptyStringsUsingStringLength.Fixer.vb | Visual Basic | apache-2.0 | 1,808 |
' 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/VisualBasicDebuggerIntellisenseTests.vb | Visual Basic | apache-2.0 | 16,839 |
Imports bv.winclient.BasePanel
Imports bv.common.db
Imports EIDSS.model.Resources
Imports bv.common.Resources
Public Class HumanCaseDeduplicationDetail
Inherits BaseDetailForm
Dim HumanCaseDeduplicationDbService As HumanCaseDeduplication_DB
#Region " Windows Form Designer generated code "
P... | EIDSS/EIDSS-Legacy | EIDSS v5/vb/EIDSS/EIDSS_Human/Human Case/HumanCaseDeduplicationDetail.vb | Visual Basic | bsd-2-clause | 216,845 |
' 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
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imp... | CyrusNajmabadi/roslyn | src/EditorFeatures/Test2/Rename/RenameEngineResult.vb | Visual Basic | mit | 13,056 |
' 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.Completion.KeywordRecommenders.Expressions
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommend... | aelij/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/CastOperatorsKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 9,340 |
Imports SistFoncreagro.BussinessEntities
Imports System.Data.SqlClient
Imports System.Data
Public Class CaracteristicaRepository : Inherits MasterDataAccess : Implements ICaracteristicaRepository
Private Function SelectObjectFactory(ByVal command As SqlCommand) As List(Of Caracteristica)
Dim lista As New L... | crackper/SistFoncreagro | SistFoncreagro.DataAccess/CaracteristicaRepository.vb | Visual Basic | mit | 2,759 |
Imports SistFoncreagro.BussinessEntities
Imports System.Data.SqlClient
Imports System.Data
Public Class TipoCtaBancariaRepository : Inherits MasterDataAccess : Implements ITipoCtaBancariaRepository
Private Function SelectObjectFactory(ByVal command As SqlCommand) As List(Of TipoCtaBancaria)
Dim lista As Ne... | crackper/SistFoncreagro | SistFoncreagro.DataAccess/TipoCtaBancariaRepository.vb | Visual Basic | mit | 1,596 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class start
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
... | DeVoresyah/vFolderLocker-Open-Source | start.Designer.vb | Visual Basic | mit | 3,291 |
Module Module1
Function Minor(a As Double(,), x As Integer, y As Integer) As Double(,)
Dim length = a.GetLength(0) - 1
Dim result(length - 1, length - 1) As Double
For i = 1 To length
For j = 1 To length
If i < x AndAlso j < y Then
result(i -... | ncoe/rosetta | Determinant_and_permanent/Visual Basic .NET/DeterminantAndPermanent/Module1.vb | Visual Basic | mit | 2,370 |
Imports HomeSeerAPI
Imports System
Imports System.IO
Imports System.Text
Imports System.Runtime.Serialization
Imports System.Runtime.Serialization.Formatters
Friend Module Procedures
Friend WithEvents API As Media_API = Nothing
Friend Class WaitTaskClass
Friend PeriodMS As Double
Friend Fini... | HomeSeer/HSPI_MEDIAPLAYER | Globals/Procedures.vb | Visual Basic | mit | 31,001 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmStockMultiCost
#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
... | nodoid/PointOfSale | VB/4PosBackOffice.NET/frmStockMultiCost.Designer.vb | Visual Basic | mit | 7,071 |
Imports Keysight.Visa
Imports Ivi.Visa
Imports NLog
Imports NLog.Logger
Imports Transporter_AEHF.Objects.Enumerations
Imports NationalInstruments
Public Class MySignalFinder
' Public PositionerControl As PositionerForm2
' Public Main As Main
' Public Amplitude As String, PositionerAzimuth As Doub... | wboxx1/85-EIS-PUMA | puma/src/Supporting Controllers/MySignalFinder.vb | Visual Basic | mit | 45,120 |
' 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... | davkean/roslyn | src/Features/VisualBasic/Portable/Completion/CompletionProviders/SymbolCompletionProvider.vb | Visual Basic | apache-2.0 | 7,982 |
'==============================================================================
' MyGeneration.dOOdads
'
' WhereParameter.vb
' Version 5.0
' Updated - 09/15/2005
'------------------------------------------------------------------------------
' Copyright 2004, 2005 by MyGeneration Software.
' All Rights Reserved... | cafephin/mygeneration | src/doodads/VB.NET/MyGeneration.dOOdads/WhereParameter.vb | Visual Basic | bsd-3-clause | 4,356 |
Namespace Controls.TabEx
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class TabButton
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protecte... | fakoua/ServicesPlus | ServicesPlus/Controls/TabEx/TabButton.designer.vb | Visual Basic | bsd-3-clause | 6,560 |
' 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
Imports Microsoft.CodeAnalysis.Diagnostics
Imports... | abock/roslyn | src/EditorFeatures/VisualBasicTest/Diagnostics/DiagnosticAnalyzerDriver/DiagnosticAnalyzerDriverTests.vb | Visual Basic | mit | 6,346 |
#Region "Microsoft.VisualBasic::44d5d50e895021028ea5aec4fe4a16eb, src\metadb\Massbank\Public\TMIC\HMDB\Tables\MetaDBTable.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MI... | xieguigang/spectrum | src/metadb/Massbank/Public/TMIC/HMDB/Tables/MetaDBTable.vb | Visual Basic | mit | 8,433 |
Option Strict On
Option Explicit On
Imports System.Globalization
Imports DotSpatial.Data
Imports NetTopologySuite.Geometries
Namespace Manhattan
''' <summary>
''' <para>ManhattanShapes are polygons with only vertical or horizontal lines in their perimeters.
''' Lists of ManhattanShapes are th... | pergerch/DotSpatial | Source/DotSpatial.Plugins.Taudem.Port/Manhattan/ManhattanShapes.vb | Visual Basic | mit | 16,528 |
' 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
Imports Microsoft.CodeAnalysis.Completion.Providers... | abock/roslyn | src/Features/VisualBasic/Portable/Completion/CompletionProviders/XmlDocCommentCompletionProvider.vb | Visual Basic | mit | 17,297 |
' 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.CodeStyle
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports Microsoft.CodeAnaly... | aelij/roslyn | src/VisualStudio/Core/Test/Options/CSharpEditorConfigGeneratorTests.vb | Visual Basic | apache-2.0 | 18,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.
Imports System.Collections.Immutable
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Differenci... | wvdd007/roslyn | src/EditorFeatures/VisualBasicTest/EditAndContinue/Helpers/EditAndContinueValidation.vb | Visual Basic | apache-2.0 | 5,105 |
' 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.FindUsages
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.GoToImplementation
<[UseExportProvider]>
Public Cl... | nguerrera/roslyn | src/EditorFeatures/Test2/GoToImplementation/GoToImplementationTests.vb | Visual Basic | apache-2.0 | 13,664 |
' 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... | mario-loza/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.String/String.ContainsAny.vb | Visual Basic | mit | 1,727 |
' 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,... | managed-commons/roslyn | src/EditorFeatures/Test2/FindReferences/FindReferencesTests.WinmdSymbols.vb | Visual Basic | apache-2.0 | 18,485 |
'*********************************************************
'
' 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... | oldnewthing/Windows-universal-samples | Samples/BackgroundTask/vb/BackgroundTask/Scenario4_TimeTriggeredTask.xaml.vb | Visual Basic | mit | 4,952 |
' 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
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.CodeGeneration
Imports Microsoft.CodeA... | v-codeel/roslyn | src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests_Dialog.vb | Visual Basic | apache-2.0 | 86,724 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form4
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... | pratheeshrussell/Autorun-Processor | Autorun Processor/Form4.Designer.vb | Visual Basic | mit | 4,623 |
Namespace Networks
Public MustInherit Class NetworkBase
MustOverride Function Compute(Input As Tensor) As Tensor
End Class
End Namespace
| mateuszzwierzycki/Owl | Owl.Learning/Networks/NetworkBase.vb | Visual Basic | mit | 156 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmGame
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
... | cessnao3/orientation-client | Invaders UNPUBLISHED/Invaders/GameMain.Designer.vb | Visual Basic | mit | 13,337 |
Imports Tests.Core
Public Class TestAssembly
Implements ITestAssembly
Private _listPackages As List(Of ITestPackage)
Public ReadOnly Property Language As String Implements Tests.Core.ITestAssembly.Language
Get
Return "VB"
End Get
End Property
Public Function LoadTest... | NetOfficeFw/NetOffice | Tests/Main Tests/PowerPointTestsVB/TestAssembly.vb | Visual Basic | mit | 1,042 |
'------------------------------------------------------------------------------
' <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>
'-----------------------------------------... | jamend/SKlone | SKlone/scripts/CalcB.aspx.designer.vb | Visual Basic | mit | 9,636 |
' 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.CSharp
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Editor.Uni... | ManishJayaswal/roslyn | src/EditorFeatures/Test2/Diagnostics/DiagnosticProviderTests.vb | Visual Basic | apache-2.0 | 23,148 |
' 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.Xml.Linq
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.Emit
Impo... | stjeong/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/PropertyTests.vb | Visual Basic | apache-2.0 | 272,599 |
' 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.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact... | abock/roslyn | src/EditorFeatures/VisualBasicTest/CodeActions/ReplaceMethodWithProperty/ReplaceMethodWithPropertyTests.vb | Visual Basic | mit | 21,320 |
''Code from http://web.archive.org/web/20080506103924/http://www.flawlesscode.com/post/2008/02/Enforcing-single-instance-with-argument-passing.aspx
''' <summary>
''' Holds a list of arguments given to an application at startup.
''' </summary>
Public Class ArgumentsReceivedEventArgs
Inherits EventArgs
Public... | n0ix/SFDL.NET | SFDL.NET 3/Classes/SingleInstance/ArgumentsReceivedEventArgs.vb | Visual Basic | mit | 522 |
Imports Com.Aspose.Storage.Api
Imports Com.Aspose.Barcode.Api
Imports Com.Aspose.Barcode.Model
Namespace GeneratingSaving.CloudStorage
Class GenerateBarcodewithAppropriateCodeTextLocation
Public Shared Sub Run()
'ExStart:1
'Instantiate Aspose Storage Cloud API SDK
D... | farooqsheikhpk/Aspose.BarCode-for-Cloud | Examples/DotNET/VisualBasic/GeneratingSaving/CloudStorage/GenerateBarcodewithAppropriateCodeTextLocation.vb | Visual Basic | mit | 3,946 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.