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 |
|---|---|---|---|---|---|
'Option Compare Text
Imports System
Imports System.IO
Imports System.Linq
Imports System.Collections.Generic
Imports System.Collections.ObjectModel
'Imports Rstyx.Utilities.Files
Namespace IO
''' <summary> Static utility methods for dealing with the file system and file or path names. </summary... | rschwenn/Rstyx.Utilities | Utilities/source/IO/FileUtils.vb | Visual Basic | mit | 42,626 |
Imports System.Data
Imports cusAplicacion
Partial Class rTNotasEntregas_cAñoMes
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
... | kodeitsolutions/ef-reports | rTNotasEntregas_cAñoMes.aspx.vb | Visual Basic | mit | 9,003 |
Imports System.Runtime.InteropServices
Namespace Monitor
''' <summary>
''' 监视器操作
''' </summary>
Public Class Monitor
''' <summary>
''' 获取指定句柄窗口所在的监视器句柄
''' </summary>
''' <param name="hWnd">窗口句柄</param>
''' <param name="flag">监视器识别类型</param>
''' <retu... | sugartomato/AllProjects | ZS.Common/ZS.Common/Monitor/Monitor.vb | Visual Basic | apache-2.0 | 3,001 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/PDF To Image API/VB.NET/Convert PDF To JPEG From Uploaded File/Module1.vb | Visual Basic | apache-2.0 | 3,885 |
' 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, sof... | googleads/googleads-dotnet-lib | examples/AdWords/Vb/v201809/Extensions/AddSitelinks.vb | Visual Basic | apache-2.0 | 10,548 |
'------------------------------------------------------------------------------
' <auto-generated>
' 此代码由工具生成。
' 运行时版本:4.0.30319.34209
'
' 对此文件的更改可能会导致不正确的行为,并且如果
' 重新生成代码,这些更改将会丢失。
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Opt... | longqinsi/ImmutableObjectGraph-Net40 | VBConsumerTests/My Project/Resources.Designer.vb | Visual Basic | apache-2.0 | 2,733 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.IO
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.SpecialType
Imports Microsoft.CodeAnalysi... | kelltrick/roslyn | src/Compilers/VisualBasic/Test/Semantic/Semantics/OverloadResolution.vb | Visual Basic | apache-2.0 | 275,798 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Composition
Imports System.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.VisualBas... | mattwar/roslyn-analyzers | src/Microsoft.ApiDesignGuidelines.Analyzers/VisualBasic/BasicIdentifiersShouldNotMatchKeywords.Fixer.vb | Visual Basic | apache-2.0 | 747 |
Imports Microsoft.VisualStudio.Language
Imports My.Resources
Namespace Xeora.VSAddIn.IDE.Editor.Completion.SourceBuilder
Public Class Translation
Inherits BuilderBase
Public Sub New(ByVal Directive As [Enum])
MyBase.New(Directive)
End Sub
Public Overrides Function Bui... | xeora/v6 | Tools/XeoraVSExtension/Xeora.VSAddIn/IDE/Editor/Completion/SourceBuilder/Translation.vb | Visual Basic | mit | 5,182 |
' 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.Indentation
Imports Microsoft.CodeAnalysis.Wrapping.SeparatedSyntaxList
Namespace Microsoft.CodeAnalysis.VisualBas... | nguerrera/roslyn | src/Features/VisualBasic/Portable/Wrapping/SeparatedSyntaxList/AbstractVisualBasicSeparatedSyntaxListWrapper.vb | Visual Basic | apache-2.0 | 753 |
' 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.Data/System.Collections.Generic.IDictionary[string, object]/IDictionary[string, object].ToSqlParameters.vb | Visual Basic | mit | 982 |
'------------------------------------------------------------------------------
' <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>
'------------... | niikoo/NProj | Windows/Skole/Oppgave 16 - Rentesrente GUI/Oppgave 16 - Rentesrente GUI/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 2,985 |
' 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.Editor.GoToDefinition
Imports Microsoft.CodeAnalysis.Editor.Host
Imports Microsoft.CodeAnalysis.Host.... | bbarry/roslyn | src/EditorFeatures/VisualBasic/GoToDefinition/VisualBasicGoToDefinitionService.vb | Visual Basic | apache-2.0 | 1,102 |
Imports System
Imports System.Collections.Generic
Imports System.IO
Imports System.Linq
Imports System.Runtime.InteropServices.WindowsRuntime
Imports Windows.Foundation
Imports Windows.Foundation.Collections
Imports Windows.UI.Core
Imports Windows.UI.Xaml
Imports Windows.UI.Xaml.Controls
Imports Windows.UI.Xaml.Control... | japf/Windows-universal-samples | Samples/BackButton/vb/SecondaryPage.xaml.vb | Visual Basic | mit | 1,443 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PDB
Public Class PDBVa... | pdelvo/roslyn | src/Compilers/VisualBasic/Test/Emit/PDB/PDBVariableInitializerTests.vb | Visual Basic | apache-2.0 | 13,127 |
Public Class passwordForm
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
If passwordTextBox.Text = "admin" Then
Me.Close()
homeForm.TabControl1.SelectTab(3)
Else
MsgBox("The password you have entered is incorrect.", 0, "... | feedbo/feedbo | Feedbo/Form2.vb | Visual Basic | mit | 830 |
'This code will delete views, filters and view templates from your Project
Public Sub deleteElements()
'assigns document to the active document in use
Dim document As Document = Me.ActiveUIDocument.Document
''get all the views and view template ids. Internally revit see view templates as view.
''''''... | Gytaco/RevitAPI | Macros/deleteElements/deleteElements.vb | Visual Basic | mit | 2,934 |
Imports System.Threading
Public Class CacheScope
Implements IDisposable
#Region "Properties"
Private Shared _CacheLock As New Object()
Private Shared _Caches As Dictionary(Of Integer, Cache)
Private Shared ReadOnly Property Caches As Dictionary(Of Integer, Cache)
Get
If _Caches I... | Symmex/Snowflake | Source/Symmex.Snowflake.Caching/CacheScope.vb | Visual Basic | mit | 1,685 |
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.DatumTargets.Style.vb | Visual Basic | mit | 1,882 |
Public Class SwitchTypeProperties
Public Class Agilent87106D
Private _maxSwitchPositions As Integer = 6
Property GetMaxSwitchPositions() As Integer
Get
Return _maxSwitchPositions
End Get
Set(ByVal value As Integer)
_maxSwitchPosi... | wboxx1/85-EIS-PUMA | puma/src/Supporting Objects/SwitchTypeProperties.vb | Visual Basic | mit | 482 |
'------------------------------------------------------------------------------
' <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>
'-----------... | Audiopolis/Gruppe21-prosjekt | TestingGrounds/TestingGrounds/My Project/Settings.Designer.vb | Visual Basic | mit | 2,918 |
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... | SDDHSC/MajorWork | My Project/AssemblyInfo.vb | Visual Basic | mit | 1,162 |
Imports System.Drawing.Drawing2D
Namespace UI
Public Class BouttonProduit
Inherits Panel
Private Const CS_DROPSHADOW As Integer = 131072
Protected Overrides Sub OnPaint(e As PaintEventArgs)
Dim c2 As Color = Color.FromArgb(201, 197, 202)
Dim c1 As Color = Color.F... | lepresk/HG | HG/UI/BouttonProduit.vb | Visual Basic | mit | 1,484 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmReportClassListBySectionCode
Inherits ComponentFactory.Krypton.Toolkit.KryptonForm
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose... | JeffreyAReyes/eSMS | Forms/FormsReports/frmReportClassListBySectionCode.Designer.vb | Visual Basic | mit | 5,295 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Runtime.CompilerServices
Imports CompilationCreationTestHelpers
Imports Microsoft.CodeAnalysis.Test.Ext... | davkean/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/LoadingEvents.vb | Visual Basic | apache-2.0 | 16,596 |
Imports ForceCapture.MWCredit45
Module Module1
Sub Main()
'Create Soap Client
Dim creditSoapClient As New CreditSoapClient
'Create Credentials Object
Dim merchantCredentials As New MerchantCredentials With {
.MerchantName = "TEST MERCHANT",
.MerchantSiteId ... | Cayan-LLC/developer-docs | examples/merchantware/Credit/vb/ForceCapture/ForceCapture/Module1.vb | Visual Basic | apache-2.0 | 1,494 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class diaProb
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)
... | hgrimberg01/Jeopardized | Jeopardy!/diaprob.Designer.vb | Visual Basic | apache-2.0 | 7,570 |
Module IniFile
'// VB Web Code Example
'// www.vbweb.co.uk
'// mod varable types for VB 2005
'//by M Jenkinson 20/2/2006
' DLL declarations
Private Declare Function GetPrivateProfileStringKey Lib "kernel32" Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lp... | Sebandreas/utorrent-network-notifications | uTorrent Network Notifications Client/IniFile.vb | Visual Basic | bsd-2-clause | 1,817 |
'
' DotNetNuke® - https://www.dnnsoftware.com
' Copyright (c) 2002-2018
' 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 witho... | RichardHowells/Dnn.Platform | DNN Platform/DotNetNuke.WebUtility/Browser Caps/FunctionalityInfo.vb | Visual Basic | mit | 4,853 |
#Region "Microsoft.VisualBasic::802e5994cbe3c73822a32a86a1cba847, src\metadb\MoNA\NamespaceDoc.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License
'
'
... | xieguigang/spectrum | src/metadb/MoNA/NamespaceDoc.vb | Visual Basic | mit | 1,988 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalys... | Giftednewt/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/NamespaceGlobalTests.vb | Visual Basic | apache-2.0 | 28,675 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Option Strict On
Option Explicit On
Option Infer On
Imports System.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysi... | DustinCampbell/roslyn | src/Compilers/VisualBasic/Portable/Semantics/CompileTimeCalculations.vb | Visual Basic | apache-2.0 | 31,925 |
' 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.Collections.Immutable
Imports System.Globalization
Imports System.Runt... | OmarTawfik/roslyn | src/Compilers/VisualBasic/Portable/Symbols/Source/SourceNamedTypeSymbol.vb | Visual Basic | apache-2.0 | 138,941 |
' 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.ComponentModel.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.Implementatio... | physhi/roslyn | src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/XmlCDataHighlighter.vb | Visual Basic | apache-2.0 | 1,366 |
' 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
Namespace Microsoft.CodeAnalysis.VisualBasic.Syntax
Partial Public Class TypeStatementSyntax
Public ReadOnly Prop... | robinsedlaczek/roslyn | src/Compilers/VisualBasic/Portable/Syntax/TypeStatementSyntax.vb | Visual Basic | apache-2.0 | 5,682 |
' 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.VisualBasic.UnitTests
Public Class CodeGenUnstructuredErrorHandling
Inherits BasicTestBase
<Fact()>
... | droyad/roslyn | src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenUnstructuredErrorHandling.vb | Visual Basic | apache-2.0 | 33,478 |
' 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.Shell.Interop
Imports Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel
Imports Microsoft.VisualStudio.LanguageSe... | MatthieuMEZIL/roslyn | src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicProjectCodeModel.vb | Visual Basic | apache-2.0 | 3,330 |
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
Try
' See "Handling 'Application i... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeFramework.Application.StatusBarVisible.vb | Visual Basic | mit | 898 |
'------------------------------------------------------------------------------
' <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>
'---... | kiebor/OfficePlant | TestHarness/My Project/Resources.Designer.vb | Visual Basic | mit | 2,778 |
Namespace Controls
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PEBoolean
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Over... | nublet/APRBase | APRBase/Controls/PropertyEditor/PEBoolean.Designer.vb | Visual Basic | mit | 4,883 |
Partial Public Class Page1
Inherits PhoneApplicationPage
Public Sub New()
InitializeComponent()
End Sub
End Class
| RaviChimmalgi/WCF-SOAP | TimeClockWP7/TimeClockWP7/Page1.xaml.vb | Visual Basic | apache-2.0 | 138 |
Imports BVSoftware.BVC5.Core
Partial Class BVModules_Controls_EmailAddressEntry
Inherits System.Web.UI.UserControl
Private _tabIndex As Integer = -1
Public Property TabIndex() As Integer
Get
Return _tabIndex
End Get
Set(ByVal value As Integer)
_tabIndex = va... | ajaydex/Scopelist_2015 | BVModules/Controls/EmailAddressEntry.ascx.vb | Visual Basic | apache-2.0 | 1,066 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Collections
Imports Microsoft.CodeAnalysis.PooledOb... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/Binding/Binder_Conversions.vb | Visual Basic | apache-2.0 | 102,177 |
'------------------------------------------------------------------------------
' <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>
'-----------... | alzwded/JakMark | JakMark/My Project/Resources.Designer.vb | Visual Basic | bsd-2-clause | 2,716 |
'==============================================================================
' MyGeneration.dOOdads
'
' SQLiteEntity.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/DbAdapters/SQLiteEntity.vb | Visual Basic | bsd-3-clause | 5,672 |
Imports InfoSoftGlobal
Partial Class UTF8Examples_DataXML
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim strXML As String
' Create an XML data document in a string variable
strXML = "<chart caption... | TechFor/agile | public/js/FusionCharts/Code/VB_NET/UTF8Examples/DataXML.aspx.vb | Visual Basic | bsd-3-clause | 1,997 |
' 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 Roslyn.Test.Utilities
Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeMo... | amcasey/roslyn | src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeVariableTests.vb | Visual Basic | apache-2.0 | 56,244 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.VisualStudio.LanguageSe... | genlu/roslyn | src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioProjectTests/WorkspaceChangedEventTests.vb | Visual Basic | mit | 5,137 |
' 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.Editor.UnitTests.AutomaticCompletion
Imports Microsoft.CodeAnal... | AmadeusW/roslyn | src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb | Visual Basic | apache-2.0 | 2,858 |
Imports SistFoncreagro.BussinessEntities
Public Interface IProveedorDetalleCotizacionRepository
Sub SaveProveedorDetalleCotizacion(ByVal proveedorDetalleCoti As ProveedorDetalleCotizacion)
Sub SaveProveedorDetalleCotizacion1(ByVal proveedorDetalleCoti As List(Of ProveedorDetalleCotizacion))
Sub UpdateProve... | crackper/SistFoncreagro | SistFoncreagro.DataAccess/IProveedorDetalleCotizacionRepository.vb | Visual Basic | mit | 932 |
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports Telerik.Reporting
Imports Telerik.Reporting.Drawing
Partial Public Class RepNota26
Inherits Telerik.Reporting.Report
Public Sub New()
InitializeComponent()
End Sub
End Class | crackper/SistFoncreagro | SistFoncreagro.Report/RepNota26.vb | Visual Basic | mit | 284 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class formExtras
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
... | SSMS-Pilani/Mess-Management-System | Mess Management System/formExtras.Designer.vb | Visual Basic | mit | 31,824 |
' This file was generated by CSLA Object Generator - CslaGenFork v4.5
'
' Filename: DocEditGetter
' ObjectType: DocEditGetter
' CSLAType: UnitOfWork
Imports System
Imports Csla
Imports DocStore.Business.Admin
Namespace DocStore.Business
''' <summary>
''' DocEditGetter (creator and getter... | CslaGenFork/CslaGenFork | trunk/CoverageTest/Plain/Plain-WIN-VB/DocStore.Business/DocEditGetter.Designer.vb | Visual Basic | mit | 13,369 |
Imports BVSoftware.Bvc5.Core
Imports System.Collections.ObjectModel
Partial Class BVModules_Themes_Foundation4_Responsive_ContentBlocks_Side_Menu_view
Inherits Content.BVModule
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
LoadMenu()
End Sub
Priv... | ajaydex/Scopelist_2015 | BVModules/Themes/Foundation4 Responsive/ContentBlocks/Side Menu/view.ascx.vb | Visual Basic | apache-2.0 | 1,649 |
' 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/WPF/ArcGISRuntime.WPF.Samples/Samples/Map/AccessLoadStatus/AccessLoadStatusVB.xaml.vb | Visual Basic | apache-2.0 | 1,860 |
Imports Aspose.Email.Outlook
'
'This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Email for .NET API reference
'when the project is build. Please check https://Docs.nuget.org/consume/nuget-faq for more information.
'If you do not wish to use NuGet, you can manually download Aspose.Email... | maria-shahid-aspose/Aspose.Email-for-.NET | Examples/VisualBasic/Outlook/GetTheTextAndRTFBodies.vb | Visual Basic | mit | 1,439 |
Imports DlhSoft.Windows.Controls
''' <summary>
''' Interaction logic for MainWindow.xaml
''' </summary>
Partial Public Class MainWindow
Inherits Window
Public Sub New()
InitializeComponent()
Dim item0 As GanttChartItem = GanttChartDataGrid.Items(0)
Dim item1 As GanttChartItem = Gant... | DlhSoftTeam/GanttChartLightLibrary-Demos | GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/GanttChartDataGrid/WorkOptimizations/MainWindow.xaml.vb | Visual Basic | mit | 4,242 |
Public Class frmLogin
Private Sub btnLogin_Click(sender As System.Object, e As System.EventArgs) Handles btnLogin.Click
mGRCData = New GRCSec.GridcoinData
txtMessage.Text = GetSessionGuid()
Dim bLogged As Boolean = mGRCData.Authenticate(txtMessage.Text, txtUserName.Text, GetMd5String(tx... | Lederstrumpf/Gridcoin-Research | contrib/Installer/boinc/boinc/frmLogin.vb | Visual Basic | mit | 3,039 |
' 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
Public Class CSharpSignatureHelpCommandHandlerTests
<Fact, Trait(Traits.Feature, Tra... | DavidKarlas/roslyn | src/EditorFeatures/Test2/IntelliSense/CSharpSignatureHelpCommandHandlerTests.vb | Visual Basic | apache-2.0 | 11,673 |
' 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/CustomEventKeywordRecommender.vb | Visual Basic | mit | 1,660 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions
Public Class KeyKeywordRecommenderTests
<Fact>
<... | mmitche/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/KeyKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 3,219 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions
Imports Microsoft.CodeAnalysis.Editor.UnitTe... | v-codeel/roslyn | src/VisualStudio/Core/Test/ExtractInterface/ExtractInterfaceViewModelTests.vb | Visual Basic | apache-2.0 | 17,861 |
' 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.CodeActions
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Micro... | MatthieuMEZIL/roslyn | src/Features/VisualBasic/Portable/CodeFixes/GenerateEvent/GenerateEventCodeFixProvider.vb | Visual Basic | apache-2.0 | 24,610 |
Namespace DAL.Cache
Public Module _Cache
Private _CharacterInstance As Models.CharacterInstance = Nothing
Private _CacheLocation As String = ""
Public ReadOnly Property CacheLocation As String
Get
If _CacheLocation.IsNotSet() Then
_CacheLo... | nublet/WoWEquip | DAL/_Cache.vb | Visual Basic | mit | 2,041 |
'------------------------------------------------------------------------------
' <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>
'-----------... | VanyaD/CSharp-Part1 | OperatorsAndExpressionsHomework/01. OddOrEvenIntegers/My Project/Resources.Designer.vb | Visual Basic | mit | 2,730 |
Namespace Visualisation
Partial Public Class Message
Implements IFixedWidthWriteable
#Region " Private Methods "
Private Sub PostConstruction()
Dim lst_Values As New List(Of String)(Values)
Dim max_Length As Integer = 0
For i As Integer = 0 To lst_Values.Count - 1
If String.IsNullOrEmpty... | thiscouldbejd/Leviathan | _Visualisation/Partials/Message.vb | Visual Basic | mit | 2,966 |
Imports System.Data
Partial Class fPagos_Cheque_BOD_GPV
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 loComandoSele... | kodeitsolutions/ef-reports | fPagos_Cheque_BOD_GPV.aspx.vb | Visual Basic | mit | 11,940 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MaskForm
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
... | xieguigang/MassSpectrum-toolkits | src/mzkit/ControlLibrary/Message/MaskForm.Designer.vb | Visual Basic | mit | 1,123 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmTempConverter
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)
... | miguel2192/CSC-162 | Rodriguez_Temp/runningTotal/Form1.Designer.vb | Visual Basic | mit | 9,002 |
Imports System.ComponentModel
Imports System.Drawing
Imports System.Windows.Forms
Imports Telerik.Reporting
Imports Telerik.Reporting.Drawing
Partial Public Class RepVentas
Inherits Telerik.Reporting.Report
Public Sub New()
InitializeComponent()
End Sub
End Class | crackper/SistFoncreagro | SistFoncreagro.Report/RepVentas.vb | Visual Basic | mit | 284 |
#Region "Microsoft.VisualBasic::61e0147fa38169752ac130c10d9b9558, src\metadb\FormulaSearch.Extensions\AtomGroups\Others.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT ... | xieguigang/MassSpectrum-toolkits | src/metadb/FormulaSearch.Extensions/AtomGroups/Others.vb | Visual Basic | mit | 1,931 |
Namespace Http
Namespace Type3
''' <summary>
''' An http server with an async I/O model implemented via SocketAsyncEventArgs (.NET 3.5+). Utilizes a special async model designed for the Socket class which consists of a shared buffer and pre-allocated object pool for async state objects to avoid obj... | perrybutler/rapid-server | rapidserverlib/Http.Type3.vb | Visual Basic | mit | 790 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Globalization
Imports System.Threading
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis.Compl... | robinsedlaczek/roslyn | src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb | Visual Basic | apache-2.0 | 134,217 |
Imports bv.winclient.BasePanel
Imports bv.winclient.Core
Imports EIDSS.model.Resources
Public Class SpeciesTypeDetail
Inherits GenericReferenceDetail
Public Sub New()
MyBase.New()
Me.gvReference.OptionsCustomization.AllowFilter = False
Me.FormID = "A29"
HelpTopic... | EIDSS/EIDSS-Legacy | EIDSS v6.1/vb/EIDSS/EIDSS_Admin/LookupForms/SpeciesTypeDetail.vb | Visual Basic | bsd-2-clause | 3,453 |
'
' (C) Copyright 2003-2011 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
' provided that the above copyright notice appears in all copies and
' that both that copyright notice and the limited warranty and
'... | AMEE/revit | samples/Revit 2012 SDK/Samples/Viewers/AnalyticalViewer/VB.NET/AssemblyInfo.vb | Visual Basic | bsd-3-clause | 1,958 |
Imports Com.Aspose.Barcode.Api
Imports Com.Aspose.Barcode.Model
Namespace ManagingRecognition.WithoutCloudStorage
Class ReadBarcodeFromLocalFile
Public Shared Sub Run()
'ExStart:1
'Instantiate Aspose BarCode Cloud API SDK
Dim barcodeApi As New BarcodeApi(Common.APP_... | farooqsheikhpk/Aspose.BarCode-for-Cloud | Examples/DotNET/VisualBasic/ManagingRecognition/WithoutCloudStorage/ReadBarcodeFromLocalFile.vb | Visual Basic | mit | 1,959 |
' 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.CodeStyle
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Ed... | aelij/roslyn | src/EditorFeatures/VisualBasicTest/QualifyMemberAccess/QualifyMemberAccessTests.vb | Visual Basic | apache-2.0 | 33,012 |
' 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.Syntax
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.Semantics
Partial ... | jkotas/roslyn | src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_ArrayCreationAndInitializer.vb | Visual Basic | apache-2.0 | 64,838 |
' 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.Object/Convert/ToValueType/Object.ToInt32.vb | Visual Basic | mit | 767 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Spreadsheet SDK/VB.NET/Get Cell Color/My Project/AssemblyInfo.vb | Visual Basic | apache-2.0 | 2,131 |
' 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.Editor.Implementation.IntelliSense
Imports Microsoft.CodeAnaly... | physhi/roslyn | src/EditorFeatures/Test2/IntelliSense/ModelTests.vb | Visual Basic | apache-2.0 | 6,741 |
' 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.Editor.Implementation.AutomaticCompletion
Imports Microsoft.Co... | jmarolf/roslyn | src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/InterpolationCompletionSession.vb | Visual Basic | mit | 3,238 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.Editor.Implementation.AutomaticCompletion.Sessions
Imports Microsoft.CodeAnalysis.Langu... | jmarolf/roslyn | src/EditorFeatures/VisualBasic/AutomaticCompletion/Sessions/CurlyBraceCompletionSession.vb | Visual Basic | mit | 723 |
' 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.CodeStyle
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics
Namespace Microsoft.CodeAnalysis.Editor.Visu... | aelij/roslyn | src/EditorFeatures/VisualBasicTest/SimplifyTypeNames/SimplifyTypeNamesTests_FixAllTests.vb | Visual Basic | apache-2.0 | 18,731 |
' 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.CodeFixes
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.UseIsNull... | pdelvo/roslyn | src/Features/VisualBasic/Portable/UseIsNullCheck/VisualBasicUseIsNullCheckCodeFixProvider.vb | Visual Basic | apache-2.0 | 1,632 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Globalization
Imports System.Threading
Imports Microsoft.CodeAnalysis.PooledObjects
Imports Microsoft.Code... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/Symbols/Retargeting/RetargetingPropertySymbol.vb | Visual Basic | apache-2.0 | 12,415 |
' 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.VisualStudio.LanguageServices.Implementation.SolutionExplorer
Imports Roslyn.Test.Utilities
Namespace Micros... | mmitche/roslyn | src/VisualStudio/Core/Test/SolutionExplorer/RuleSetDocumentExtensionsTests.vb | Visual Basic | apache-2.0 | 7,601 |
'------------------------------------------------------------------------------
' <generado automáticamente>
' Este código fue generado por una herramienta.
'
' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
' se vuelve a generar el código.
' </generado automática... | crackper/SistFoncreagro | SistFoncreagro.WebSite/Contabilidad/Formularios/ParamRepBalanceComprobacionXarea.aspx.designer.vb | Visual Basic | mit | 3,636 |
Public Class MathOfQuiz
' Create a Random object called randomizer
' to generate random numbers.
Private randomizer As New Random()
' These integer variables store the numbers
' for the addition problem.
Private addend1 As Integer
Private addend2 As Integer
' These integer variable... | jdc20181/BeffsBrowser | Archive/ArcadeArchive/MathQuizArchive.vb | Visual Basic | mit | 5,533 |
Option Strict On
Module Module1
Sub Main()
End Sub
End Module
| winny-/CPS-240 | Homework/HWK 6/HWK 6/Module1.vb | Visual Basic | mit | 77 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Welcome
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
... | MJGC-Jonathan/ComputerHelper | Computer Helper/Computer Helper/Welcome.Designer.vb | Visual Basic | mit | 5,166 |
Imports System.Threading.Thread
Imports GrblPanel.GrblIF
Imports System.Xml
Partial Class GrblGui
Public Class GrblOffsets
Private _gui As GrblGui
Private _wtgForGrbl As Boolean = False
Private _collecting As Boolean = False
Private _offsets As New List(Of String)
Public ... | gerritv/Grbl-Panel | Grbl-Panel/GrblOffsets.vb | Visual Basic | mit | 12,938 |
#Region "License"
' The MIT License (MIT)
'
' Copyright (c) 2018 Richard L King (TradeWright Software Systems)
'
' Permission is hereby granted, free of charge, to any person obtaining a copy
' of this software and associated documentation files (the "Software"), to deal
' in the Software without restriction, includ... | tradewright/tradewright-twsapi | src/IBApi/EventArgs/RealtimeBarEventArgs.vb | Visual Basic | mit | 1,557 |
Imports System
Imports Csla
Namespace TestProject.Business
Public Partial Class DocTypeList
#Region " OnDeserialized actions "
' ''' <summary>
' ''' This method is called on a newly deserialized object
' ''' after deserialization is complete.
' ''' </summary>
... | CslaGenFork/CslaGenFork | trunk/CoverageTest/TestProject/VB/TestProject.Business/DocTypeList.vb | Visual Basic | mit | 1,110 |
' 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.CodeGeneration
Imports Microsof... | reaction1989/roslyn | src/Workspaces/VisualBasic/Portable/CodeGeneration/VisualBasicCodeGenerationHelpers.vb | Visual Basic | apache-2.0 | 10,130 |
Imports System.ComponentModel
Imports DevExpress.XtraGrid
Imports DevExpress.XtraGrid.Views.Base
Imports DevExpress.XtraGrid.Columns
Imports DevExpress.XtraGrid.Views.Grid
Imports DevExpress.XtraGrid.Views.Grid.ViewInfo
Imports bv.winclient.BasePanel
Imports bv.common.Resources
Public Class BasePagedXtraListF... | EIDSS/EIDSS-Legacy | EIDSS v5/vb/Shared/bvwin_common/BaseForms/BasePagedXtraListForm.vb | Visual Basic | bsd-2-clause | 25,971 |
'------------------------------------------------------------------------------
' <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>
'---... | wdssmq/zblogasp | 凌乱的快速生成Wiki/ClassToWiki/My Project/Resources.Designer.vb | Visual Basic | mit | 2,782 |
' 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 CharsetMod... | sharwell/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/CharsetModifierKeywordRecommenderTests.vb | Visual Basic | mit | 3,491 |
' 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.VisualBasic.EditAndContinue.UnitTests
<UseExportProvider>
Public Class Active... | physhi/roslyn | src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTrackingServiceTests.vb | Visual Basic | apache-2.0 | 2,888 |
' 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.Runtime.InteropServices
Imports System.Text
Imports System.Threading
Im... | wschae/roslyn | src/Compilers/VisualBasic/Portable/Symbols/NamedTypeSymbol.vb | Visual Basic | apache-2.0 | 55,703 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.