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. ' 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...
japf/Windows-universal-samples
Samples/Altimeter/vb/Scenario1_DataEvents.xaml.vb
Visual Basic
mit
6,195
' 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.Text Public Structure BasicTestSource Public ReadOnly Pro...
shyamnamboodiripad/roslyn
src/Compilers/Test/Utilities/VisualBasic/BasicTestSource.vb
Visual Basic
apache-2.0
2,912
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Ass...
patkub/visual-basic-intro
First Name/First Name/My Project/AssemblyInfo.vb
Visual Basic
mit
1,182
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. 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 Namespace Microsoft.NetCore.Vis...
dotnet/roslyn-analyzers
src/NetAnalyzers/VisualBasic/Microsoft.NetCore.Analyzers/Runtime/BasicSpecifyStringComparison.Fixer.vb
Visual Basic
mit
631
Imports SistFoncreagro.BussinessEntities Imports SistFoncreagro.DataAccess Public Class VehiculoBL : Implements IVehiculoBL Dim factoryrepository As IVehiculoRepository Public Sub New() factoryrepository = New VehiculoRepository End Sub Public Sub DeleteVEHICULO(ByVal IdVehiculo As Integer) Im...
crackper/SistFoncreagro
SistFoncreagro.BussinesLogic/VehiculoBL.vb
Visual Basic
mit
1,126
Public Class NewMissionForm Public MissionObjController As MissionObjectController Public TransporterObjController As TransporterObjectController Public MaxAnalyzers As Integer Public MaxScans As Integer Public MaxSwitchDrivers As Integer Public MaxPositioners As Integer Public SurveyNumber...
wboxx1/85-EIS-PUMA
puma/src/Supporting Forms/zzz - Legacy Forms/NewMissionForm.vb
Visual Basic
mit
4,735
Sub CreateIndexSheet() Dim Sheet As Worksheet ActiveWorkbook.Sheets.Add(Before:=Worksheets(1)).Name = "Index Sheet" 'Call whatever you like Range("A1").Select Selection.Value = "Index Sheet" ActiveCell.Offset(1, 0).Select 'Moves down a row For Each Sheet In Worksheets ...
Jonnokc/Excel_VBA
Validation_Form/Other/Creates_And_Fills_Out_Index_Sheet.vb
Visual Basic
mit
730
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.Boundary2d.BoundingObjects.vb
Visual Basic
mit
2,063
Imports SistFoncreagro.BussinessEntities Imports System.Data.SqlClient Imports System.Data Public Class ResponsableRepository : Inherits MasterDataAccess : Implements IResponsableRepository Private Function SelectObjectFactory(ByVal command As SqlCommand) As List(Of Responsable) Dim lista As New List(Of Re...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/ResponsableRepository.vb
Visual Basic
mit
2,709
'------------------------------------------------------------------------------ ' <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> '-----------...
tima-t/codesCSharp
C#OOP/OOP-Principles - Part 2/Shapes/My Project/Application.Designer.vb
Visual Basic
mit
1,472
Imports System Imports Microsoft.SPOT Imports Toolbox.NETMF.Hardware ' Copyright 2012-2014 Stefan Thoolen (http://www.netmftoolbox.com/) ' ' 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 '...
JakeLardinois/NetMF.Toolbox
Samples/Visual Basic/Hd44780LcdSnake/Games/HD44780_Snake.vb
Visual Basic
apache-2.0
13,955
' 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.Text Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAn...
leppie/roslyn
src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/TryCastExpressionDocumentation.vb
Visual Basic
apache-2.0
1,328
Imports Aspose.Email.Examples.VisualBasic.Email Imports Aspose.Email.Examples.VisualBasic.Email.IMAP Imports Aspose.Email.Examples.VisualBasic.Email.Knowledge.Base Imports Aspose.Email.Examples.VisualBasic.Email.Outlook Imports Aspose.Email.Examples.VisualBasic.Email.POP3 Imports System.Collections.Generic Imports Sys...
maria-shahid-aspose/Aspose.Email-for-.NET
Examples/VisualBasic/RunExamples.vb
Visual Basic
mit
17,085
' Copyright (c) Microsoft Corporation. All rights reserved. Imports Microsoft.VisualBasic Imports System Imports System.Collections.Generic Imports Microsoft.WindowsAPICodePack.DirectX.WindowsImagingComponent Imports Microsoft.WindowsAPICodePack.DirectX.Direct2D1 Imports System.IO Namespace Microsoft.WindowsAPICode...
devkimchi/Windows-API-Code-Pack-1.1
source/Samples/DirectX/VB/Direct2D/TextInlineImage/BitmapUtilities.vb
Visual Basic
mit
1,848
Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Roslyn.Test.Utilities Imports Xunit Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator Public Class FullNameTests : Inherits VisualBasicResultProviderTestBase <Fact> Public Sub RootComment() Dim source = " Class...
JohnHamby/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/FullNameTests.vb
Visual Basic
apache-2.0
6,021
Namespace Common ''' <summary> ''' ''' </summary> ''' <remarks></remarks> Public Class RelayCommand Implements ICommand Private ReadOnly _execute As Action Private ReadOnly _canExecute As Func(Of Boolean) Public Sub New(execute As Action) Me.New(execut...
jaksg82/XtfViewer
XtfViewer_Win8/Common/RelayCommand.vb
Visual Basic
mit
1,170
' Copyright 2013, Google Inc. All Rights Reserved. ' ' Licensed under the Apache License, Version 2.0 (the "License"); ' you may not use this file except in compliance with the License. ' You may obtain a copy of the License at ' ' http://www.apache.org/licenses/LICENSE-2.0 ' ' Unless required by applicable law or...
akilb/googleads-adwords-dotnet-lib
examples/adxbuyer/VB/v201309/ErrorHandling/HandleRateExceededError.vb
Visual Basic
apache-2.0
8,159
' 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.VisualBasic.Symbols Imports Microsoft.CodeAnalysis...
jmarolf/roslyn
src/Compilers/VisualBasic/Portable/Syntax/VisualBasicSyntaxTree.ConditionalSymbolsMap.vb
Visual Basic
mit
14,037
' 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.Completion Imports Microsoft.CodeAnalysis.Editor.Shared.Options I...
DustinCampbell/roslyn
src/VisualStudio/Core/Test/Completion/CSharpCompletionSnippetNoteTests.vb
Visual Basic
apache-2.0
9,389
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.CodeGen Imp...
AlekseyTs/roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_AnonymousTypes.vb
Visual Basic
mit
28,237
' 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. 'vbc /t:library /vbruntime- MultiModule.vb /addmodule:mod2.netmodule,mod3.netmodule Public Class Class1 Sub Goo() Dim...
CyrusNajmabadi/roslyn
src/Compilers/Test/Resources/Core/SymbolsTests/MultiModule/MultiModule.vb
Visual Basic
mit
369
' 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.VisualBasic.Emit Imports Microsoft.CodeAnalysis.VisualBasic.Sy...
AlekseyTs/roslyn
src/Compilers/VisualBasic/Portable/Compilation/SynthesizedMetadataCompiler.vb
Visual Basic
mit
2,945
' 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.PooledObjects Imports Microsoft.CodeAnalysis.Text Imports Microso...
aelij/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedAccessor.vb
Visual Basic
apache-2.0
4,833
' 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 Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Ro...
hanu412/roslyn
src/Compilers/VisualBasic/Test/Semantic/ExtensionMethods/SemanticModelTests.vb
Visual Basic
apache-2.0
51,437
Option Strict Off Option Explicit On Imports Microsoft.VisualBasic.PowerPacks Friend Class frmOrderWizardFilter Inherits System.Windows.Forms.Form Public gDayEndStart As Integer Public gDayEndEnd As String Public gFilter As String 'Dim gNodeFilter As IXMLDOMNode Public gFilterSQL As String Dim Mo...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmOrderWizardFilter.vb
Visual Basic
mit
12,410
Namespace Objects.Misc Public Class ColorClass Property MaxColors As Integer = 31 Property Colors As Color() Public Sub New() Me.Colors = New Color(MaxColors - 1) {} For ii As Integer = 0 To MaxColors - 1 Select Case ii Case 0 ...
wboxx1/85-EIS-PUMA
puma/src/Supporting Objects/Misc/ColorClass.vb
Visual Basic
mit
3,058
Imports System.ComponentModel Imports System.Collections.ObjectModel ''' <summary> ''' ''' </summary> ''' <remarks> ''' Ein Spiel besteht aus den darin teilnehmenden Spielern, und den Ergebnissen die sie verbuchen konnten. ''' Jedes Ergebnis besteht aus 3 oder 5 Sätzen, und den Punkten die darin angehäuft wurden. ''...
GoppeltM/PPC-Manager
Trunk/PPC Manager/PPC Manager/Model/SpielPartie.vb
Visual Basic
mit
3,007
Option Strict On Option Explicit On Friend Class frmNewSetup Inherits System.Windows.Forms.Form Public Overloads Function ShowDialog(ByVal name As String) As System.Windows.Forms.DialogResult txtName.Text = name Return MyBase.ShowDialog() End Function Private Sub cmdCancel_Click(ByVal ...
JasonTitcomb/Basic_CNC_Viewer
CNCViewer/frmNewSetup.vb
Visual Basic
mit
1,254
NameSpace Models.DMSLOG Partial Public Class DocLogNote Inherits DMS.Base.Models.GenericEntity #Region " Properties " Public Overrides Property ID As String Get Return "{0}".FormatWith(DocLogNoteID) End Get Set(value as String) DocLogNoteID=ToIntegerDB(value) End Set End Property Private ...
nublet/DMS
DMS.Base/Models/DMSLOG/Base/DocLogNote.vb
Visual Basic
mit
11,041
Imports System.Data Imports System.Data.SqlClient Partial Class moderators_membershemade Inherits System.Web.UI.Page Public cf As New comonfunctions Private Sub PopulatePublishersGridView() Dim connectionString As String = cf.friendshipdb Dim accessConnection As SqlConnection = New SqlCo...
aminnagpure/matrimonydatingcommunity1.0
lovenmarry - EmptyFreeCode/moderators/membershemade.aspx.vb
Visual Basic
mit
4,743
' ' News Articles for DotNetNuke - http://www.dotnetnuke.com ' Copyright (c) 2002-2007 ' by Ventrian ( sales@ventrian.com ) ( http://www.ventrian.com ) ' Imports System.IO Imports System.Net Imports System.Text.RegularExpressions Namespace Ventrian.NewsArticles.Tracking Public Class TrackBackProxy ...
ventrian/News-Articles
Components/Tracking/TrackBackProxy.vb
Visual Basic
mit
4,313
Option Strict On Option Explicit On Imports ananse Public Class ClassParser Inherits AstNodeParser Public Overrides ReadOnly Property lookAhead As Token Get Return Token.CLASS_KEYWORD End Get End Property Public Overrides Function parse() As AstNode parser.getNext...
ananse/ananse
src/ast/parsers/ClassParser.vb
Visual Basic
mit
396
Imports System.Data Partial Class rVendedores_Clientes 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 As String ...
kodeitsolutions/ef-reports
rVendedores_Clientes.aspx.vb
Visual Basic
mit
5,162
Public Interface IInterruptController Function GetPendingInterrupt() As Byte End Interface
morphx666/x8086NetEmu
x8086NetEmu/Helpers/Misc/IInterruptController.vb
Visual Basic
mit
98
'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/Schematics/SchematicLayoutAlgoSample/VBNet/ApplicativeAlgorithmsPage/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,194
' 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.Concurrent Imports System.Collections.Immutable Imports System.Threading Imports System.Threading.Tasks Imports Micro...
mono/roslyn
src/Compilers/VisualBasic/Portable/Compilation/MethodCompiler.vb
Visual Basic
apache-2.0
102,315
'*******************************************************************************************' ' ' ' Download Free Evaluation Version From: https://bytescout.com/download/web-installer ' ' ...
bytescout/ByteScout-SDK-SourceCode
Premium Suite/VB.NET/Generate dutch kix barcode with barcode sdk/Module1.vb
Visual Basic
apache-2.0
1,410
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. '----------------------------------------------------------------------------------------------------------- 'Reads the tree from an XML file into a ParseTree...
moozzyk/roslyn
src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/XML/ReadTree.vb
Visual Basic
apache-2.0
4,405
' 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.Collections.ObjectModel Imports S...
MihaMarkic/roslyn-prank
src/Compilers/VisualBasic/Portable/Compilation/SyntaxTreeSemanticModel.vb
Visual Basic
apache-2.0
103,891
Imports System Imports Aspose.Cells Imports Aspose.Cells.Drawing Namespace Articles Public Class GlowEffectOfShape Public Shared Sub Run() ' ExStart:GlowEffectOfShape ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(System.Reflection...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Articles/GlowEffectOfShape.vb
Visual Basic
mit
1,043
Imports SistFoncreagro.BussinessEntities Public Interface ICuentaEnlaceBL Function GetCUENTAENLACEByCtaOperacion(ByVal CtaOperacion As Int32, ByVal Destino As String, ByVal Tipo As String) As IList(Of CuentaEnlace) Function GetAllFromCUENTAENLACE() As List(Of CuentaEnlace) Function GetCUENTAENLACEByParamet...
crackper/SistFoncreagro
SistFoncreagro.BussinesLogic/ICuentaEnlaceBL.vb
Visual Basic
mit
1,982
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Asse...
VBDev2Dev/CefSharpSample
Cef Sample/My Project/AssemblyInfo.vb
Visual Basic
mit
1,155
'Imports Microsoft.Office.Interop.Excel Imports Microsoft.VisualBasic Imports MySql.Data.MySqlClient Public Class formMonthlyBill Dim con1 As New connection 'Mysql Connection 1 used thorugh the Form Dim con2 As New connection 'Mysql Connection 2 used thorugh the Form Dim comm1, comm2 As New MySqlCommand ' ...
SSMS-Pilani/Mess-Management-System
Mess Management System/formMonthlyBill.vb
Visual Basic
mit
13,066
Imports System Imports System.Net Imports Independentsoft.Exchange Namespace Sample Class Module1 Shared Sub Main(ByVal args As String()) Dim credential As New NetworkCredential("username", "password") Dim service As New Service("https://myserver/ews/Exchange.asmx", credential) ...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBReplyTo/Module1.vb
Visual Basic
mit
1,331
Public Class BeffsCalculator Dim value1 As String = "" Dim value2 As String = "" Dim value3 As Double = 0.0 Private Sub Button19_Click(sender As Object, e As EventArgs) Handles Button19.Click value1 = "" value2 = "" value3 = 0.0 Button1.Text = 0.0 End Sub Privat...
jdc20181/BeffsBrowser
Source/Utilities/BeffsCalculator.vb
Visual Basic
mit
5,452
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...
nvisionative/dnnextensions
Modules/WillStrohl.OpenGraph/My Project/AssemblyInfo.vb
Visual Basic
mit
1,301
Imports System.IO Imports System.Text Imports System.Globalization ''' <summary> ''' Classes responsible for JSON decoding. ''' </summary> Public Class JsonDecoder Private Shared ReadOnly SpaceCharCode As Integer = AscW(" ") Private Shared ReadOnly TabCharCode As Integer = AscW(vbTab) Private Shared ReadOnly Lin...
mancze/jsonie
Jsonie/Source/JsonDecoder.vb
Visual Basic
mit
10,689
' /////////////////////////////////////////////////////////////////////// ' Copyright 2001-2015 Aspose Pty Ltd. All Rights Reserved. ' ' This file is part of Aspose.Email. The source code in this file ' is only intended as a supplement to the documentation, and is provided ' "as is", without warranty of any kind, eith...
ZeeshanShafqat/Aspose_Email_NET
Examples/VisualBasic/IMAP/RenamingFolders.vb
Visual Basic
mit
1,851
'------------------------------------------------------------------------------ ' <generado automáticamente> ' Este código fue generado por una herramienta. ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' </generado automática...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Monitoreo/Formularios/ReporteExistencias.aspx.designer.vb
Visual Basic
mit
855
Imports Athena.Core Imports System.Linq Imports System.Net Imports System.IO Imports System.Xml Imports System.Web Imports System.Web.HttpUtility Namespace Web Partial Public Class HtmlParser #Region " Private Constants " Private Const HTML_ATTRIBUTE_EVENT As String = "athena-event" Private Const HTML_ATT...
thiscouldbejd/Athena
Athena/_Web/Partials/HtmlParser.vb
Visual Basic
mit
4,575
' 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.CodeActions Imports Microsoft.CodeAnaly...
Pvlerick/roslyn
src/Features/VisualBasic/Portable/CodeFixes/GenerateEndConstruct/GenerateEndConstructCodeFixProvider.vb
Visual Basic
apache-2.0
15,740
' 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 Imports Microsoft.CodeAnalysis.Completion Imports Microsoft.CodeAnalysis.Editor.CommandHan...
nguerrera/roslyn
src/EditorFeatures/TestUtilities2/Intellisense/LegacyTestState.vb
Visual Basic
apache-2.0
12,944
' 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.Runtime.InteropServices Imports S...
aelij/roslyn
src/Compilers/VisualBasic/Portable/Binding/SourceModuleBinder.vb
Visual Basic
apache-2.0
3,053
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.FindSymbols Imports Microsoft.CodeAnalys...
jhendrixMSFT/roslyn
src/Workspaces/VisualBasic/Portable/Rename/VisualBasicRenameRewriterLanguageService.vb
Visual Basic
apache-2.0
56,797
' 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.CodeActions Imports Microsoft.CodeAnalysis.Formatting Imports Microsoft....
BugraC/roslyn
src/Features/VisualBasic/IntroduceVariable/VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb
Visual Basic
apache-2.0
5,338
' 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.DocumentationCommentFormatting Friend Class DocumentationCommentUtilities Private Shared ReadOnly s_ne...
KevinRansom/roslyn
src/Features/VisualBasic/Portable/DocumentationCommentFormatting/DocumentationCommentUtilities.vb
Visual Basic
apache-2.0
866
'------------------------------------------------------------------------------ ' <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/Logistica/FrmRequerimientoEditarAprobar.aspx.designer.vb
Visual Basic
mit
16,939
#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, includi...
tradewright/tradebuild-platform.net
src/StudiesUI/Globals.vb
Visual Basic
mit
7,430
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Example08 Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal ...
NetOfficeFw/NetOffice
Examples/Excel/VB/Standard Examples/ExcelExamples/Examples/Example08.Designer.vb
Visual Basic
mit
6,012
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Asse...
dushka-dragoeva/Telerik
Homeworks/Web and UI Technologies/JavaScriptFundament/Loops-Homework/My Project/AssemblyInfo.vb
Visual Basic
mit
1,145
Imports Rhino.Geometry Public Class AddNoise Inherits OwlComponentBase Sub New() MyBase.New("Add Noise", "Noise", "Add Noise to a TensorSet", SubCategoryTensorSet) End Sub Public Overrides ReadOnly Property ComponentGuid As Guid Get Return New Guid("{42BC89B6-9FB9-4CAF-B1...
mateuszzwierzycki/Owl
Owl.GH/Components/Owl/TensorSet/AddNoise.vb
Visual Basic
mit
1,805
'------------------------------------------------------------------------------ ' <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> '-----------...
wboxx1/85-EIS-PUMA
puma/My Project/Application.Designer.vb
Visual Basic
mit
1,699
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.Relations2d.AddSymmetric.vb
Visual Basic
mit
2,721
Partial Class JumpToImplementation Inherits DevExpress.CodeRush.PlugInCore.StandardPlugIn <System.Diagnostics.DebuggerNonUserCode()> _ Public Sub New() MyBase.New() 'This call is required by the Component Designer. InitializeComponent() End Sub 'Component overrides dispos...
RoryBecker/CR_JumpToImplementation
CR_JumpToImplementation/JumpToImplementation.Designer.vb
Visual Basic
mit
2,424
' ' Will Strohl (will.strohl@gmail.com) ' http://www.willstrohl.com ' 'Copyright (c) 2009-2014, Will Strohl 'All rights reserved. ' 'Redistribution and use in source and binary forms, with or without modification, are 'permitted provided that the following conditions are met: ' 'Redistributions of source code must re...
hismightiness/dnnextensions
Library/oEmbed/WillStrohl.oEmbed/Wrapper.vb
Visual Basic
mit
15,213
' 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.Linq Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Coll...
KiloBravoLima/roslyn
src/Compilers/VisualBasic/Portable/Semantics/Conversions.vb
Visual Basic
apache-2.0
235,002
#Region "Copyright" ' ' Copyright (c) _YEAR_ ' by _OWNER_ ' #End Region #Region "Using Statements" Imports System Imports DotNetNuke.Entities.Modules Imports DotNetNuke.Services.Exceptions #End Region Namespace _OWNER_._MODULE_ Partial Public Class Settings Inherits ModuleSettin...
raphael-m/Dnn.Platform
Website/DesktopModules/Admin/ModuleCreator/Templates/VB/Settings - User Control/Settings.ascx.vb
Visual Basic
mit
1,162
' 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.Threading Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.CodeRefactorings.InvertIf I...
AdamSpeight2008/roslyn-AdamSpeight2008
src/Features/VisualBasic/Portable/CodeRefactorings/InvertIf/InvertIfCodeRefactoringProvider.vb
Visual Basic
apache-2.0
13,315
' 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.Collections.ObjectModel Imports M...
KevinRansom/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Retargeting/RetargetingSymbolTranslator.vb
Visual Basic
apache-2.0
58,182
' 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.DocumentationComments Imports Microsoft.CodeAnalysis.LanguageS...
AlekseyTs/roslyn
src/Features/VisualBasic/Portable/SignatureHelp/InvocationExpressionSignatureHelpProvider.DelegateInvoke.vb
Visual Basic
mit
4,632
'------------------------------------------------------------------------------ ' <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> '-----------...
age-killer/Electronic-invoice-document-processing
MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBMoveItem/My Project/Resources.Designer.vb
Visual Basic
mit
2,716
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class EgenErklaering8 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) ...
helliio/Aorta-DB
Aorta-DB/Aorta-DB/EgenErklaering8.Designer.vb
Visual Basic
mit
61,050
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.4952 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------...
skor98/DtWPF
speechKit/Alvas.Audio/EffectsVb/My Project/Application.Designer.vb
Visual Basic
mit
1,477
Public Class frmComputer Private Sub radDeluxe_CheckedChanged(sender As Object, e As EventArgs) Handles radDeluxe.CheckedChanged, radSuper.CheckedChanged, chkVideo.CheckedChanged, chkInternet.CheckedChanged, chkMemory.CheckedChanged Const DELUXE_COST As Double = 1000, SUPER_COST As Do...
patkub/visual-basic-intro
Cost of a Computer/Cost of a Computer/Form1.vb
Visual Basic
mit
997
Namespace Inspection ''' <summary> ''' Implementation of a Query Part that can be Handled Before Values have been Retrieved. ''' </summary> ''' <remarks></remarks> Public Interface IPreQueryPart ''' <summary> ''' Retrieves the Binding Flags needed for a Reflection-Based Query. ...
thiscouldbejd/Leviathan
_Inspection/Interfaces/IPreQueryPart.vb
Visual Basic
mit
524
Imports StaxRip.UI Imports StaxRip.CommandLine Imports System.Text.RegularExpressions <Serializable()> Public MustInherit Class VideoEncoder Inherits Profile Implements IComparable(Of VideoEncoder) MustOverride Sub Encode() MustOverride ReadOnly Property OutputExt As String Overrida...
stax76/staxrip
Encoding/VideoEncoder.vb
Visual Basic
mit
26,000
Public Class ÖhmischerRechner Dim Ergebnis As String Dim Spannung As Single Dim Stromstärke As Single Dim Widerstand As Single Private Sub cmd_Widerstand_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmd_Widerstand.Click cmd_Widerstand.Visible = False ...
KingJosy/ProjektD
Programmier Sammlung/Projektsammlung/Öhmischer Rechner.vb
Visual Basic
mit
4,955
Public Class Deafult Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load End Sub End Class
mmoyanom/tcc
webservice/ws/Deafult.aspx.vb
Visual Basic
apache-2.0
184
Imports System Imports Microsoft.VisualBasic Imports ChartDirector Public Class polararea Implements DemoModule 'Name of demo module Public Function getName() As String Implements DemoModule.getName Return "Polar Area Chart" End Function 'Number of charts produced in this demo module ...
jojogreen/Orbital-Mechanix-Suite
NetWinCharts/VBNetWinCharts/polararea.vb
Visual Basic
apache-2.0
2,869
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...
Damillora/ascl
ACSL-IDE/My Project/AssemblyInfo.vb
Visual Basic
apache-2.0
1,152
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Composition Imports System.Diagnostics.CodeAnalysis Imports Micros...
reaction1989/roslyn
src/Features/VisualBasic/Portable/CodeFixes/CorrectNextControlVariable/CorrectNextControlVariableCodeFixProvider.vb
Visual Basic
apache-2.0
5,942
Namespace Controls.TabEx <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class TabHeader Inherits System.Windows.Forms.UserControl 'UserControl overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protecte...
fakoua/ServicesPlus
ServicesPlus/Controls/TabEx/TabHeader.designer.vb
Visual Basic
bsd-3-clause
3,335
'------------------------------------------------------------------------------ ' <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> '-----------...
maria-shahid-aspose/Aspose.Email-for-.NET
Examples/VisualBasic/My Project/Resources.Designer.vb
Visual Basic
mit
2,685
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.34003 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
hismightiness/dnnextensions
Library/oEmbed/WillStrohl.oEmbed/My Project/Resources.Designer.vb
Visual Basic
mit
2,705
Imports Microsoft.AspNet.FriendlyUrls.ModelBinding Public Partial Class Edit1 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 Update methd to update the selected Book item ' USAGE: <asp:FormView Up...
neozhu/WebFormsScaffolding
Samples.VB/2_Validation/Books/Edit.aspx.vb
Visual Basic
apache-2.0
1,330
' 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.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
abock/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyBlockHighlighterTests.vb
Visual Basic
mit
1,870
' 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.Threading Imports System.Reflect...
ManishJayaswal/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Metadata/PE/PEParameterSymbol.vb
Visual Basic
apache-2.0
21,376
'********************************************************* ' ' 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...
spratmannc/Windows-universal-samples
Samples/BackgroundAudio/vb/BackgroundAudioShared/Messages/AppSuspendedMessage.vb
Visual Basic
mit
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. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions Public Class NameOfKeywordRecommenderTests <Fact, Trait(...
droyad/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/NameOfKeywordRecommenderTests.vb
Visual Basic
apache-2.0
5,081
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' Le informazioni generali relative a un assembly sono controllate dal seguente ' set di attributi. Modificare i valori di questi attributi per modificare le informazioni ' associate a un assembly. ' Rivedere i valori degli attributi de...
michaelsogos/Dynamo
Providers/NuoDBProvider/Dynamo.Providers.NuoDBProvider/My Project/AssemblyInfo.vb
Visual Basic
mit
1,278
Imports Tests.Core Imports MSProject = NetOffice.MSProjectApi Imports NetOffice.MSProjectApi.Enums Public Class Test02 Implements ITestPackage Public ReadOnly Property Description As String Implements Tests.Core.ITestPackage.Description Get Return "Test events." End Get End Pr...
NetOfficeFw/NetOffice
Tests/Main Tests/ProjectTestsVB/Test02.vb
Visual Basic
mit
4,879
Public Class CondicionesContrato Public Property IdCondicion As System.Nullable(Of Int32) Public Property IdContrato As System.Nullable(Of Int32) Public Property IdPeriodoLaboral As System.Nullable(Of Int32) Public Property IdPosicion As System.Nullable(Of Int32) Public Property IdSituacionEspecial...
crackper/SistFoncreagro
SistFoncreagro.BussinessEntities/CondicionesContrato.vb
Visual Basic
mit
1,090
Imports WeifenLuo.WinFormsUI.Docking <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 ...
Koopakiller/Forum-Samples
Other/0f323ad558c64fa6b792a7175daf8878/WindowsApp1/Form1.Designer.vb
Visual Basic
mit
1,739
'------------------------------------------------------------------------------ ' <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/ReporteEstadoIngresosGastos.aspx.designer.vb
Visual Basic
mit
1,520
Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Text Namespace Objects.Positioners Public Class BurchfieldCommand Public Const PanAxis = "M1" Public Const TiltAxis = "M2" Public Const TiltAxis2 = "M3" Public Const TopPlatform = "M4" Pub...
wboxx1/85-EIS-PUMA
puma/src/Supporting Objects/Positioners/Burchfield/BurchfieldCommand.vb
Visual Basic
mit
2,688
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...
gumgl/VB.NET
TicTacToe/My Project/AssemblyInfo.vb
Visual Basic
mit
1,154
' 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 PDBIte...
thomaslevesque/roslyn
src/Compilers/VisualBasic/Test/Emit/PDB/PDBIteratorTests.vb
Visual Basic
apache-2.0
19,467
Imports System Imports Microsoft.VisualBasic Imports ChartDirector Public Class neonroundmeter Implements DemoModule 'Name of demo module Public Function getName() As String Implements DemoModule.getName Return "Neon Round Meters" End Function 'Number of charts produced in this demo modul...
jojogreen/Orbital-Mechanix-Suite
NetWinCharts/VBNetWinCharts/neonroundmeter.vb
Visual Basic
apache-2.0
6,017
' 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.Maintainability.Analyzers/VisualBasic/BasicDoNotIgnoreMethodResults.Fixer.vb
Visual Basic
apache-2.0
716
Imports bv.common.win Imports bv.winclient.Core Imports bv.common.Configuration Public Class BaseTaskBarForm Inherits DevExpress.XtraEditors.XtraForm #Region "Decalrations" Private AnimationDisabled As Boolean = False Friend WithEvents DefaultLookAndFeel1 As DevExpress.LookAndFeel.DefaultLookAndF...
EIDSS/EIDSS-Legacy
EIDSS v5/vb/EIDSS/EIDSS_ClientAgent/BaseTaskBarForm.vb
Visual Basic
bsd-2-clause
4,204