The Wayback Machine - https://web.archive.org/web/20201127044034/https://github.com/topics/vb-net
Skip to content
#

vb-net

visual-basic logo

Visual Basic is an approachable language with a simple syntax for building type-safe, object-oriented apps.

Here are 310 public repositories matching this topic...

GladCypress3030
GladCypress3030 commented Oct 28, 2020

Input code

Public Shared Event TestEvent(a As String)

Erroneous output

public static event TestEventEventHandler TestEvent;
public static delegate TestEventEventHandler(string a);

Expected output

public static event TestEventEventHandler TestEvent;
public delegate TestEventEventHandler(string a);

Details

  • Product in use: VS Ext

📝 This VSTO Add-In is used for cleaning & creating a script for batch loading records into SQL Server, Oracle, Documentum, Markup or Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In. The most complete version is C#.

  • Updated Aug 28, 2020
  • C#

This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.

  • Updated Aug 28, 2020
  • JavaScript

💻 This VSTO Add-In allows the user to ping a list of servers and creates a file for Microsoft Remote Desktop Manager an Excel table. This is used for quickly determining which servers are offline in a list. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.

  • Updated Jan 21, 2020
  • C#

☁️ This VSTO Add-In is used for marking up Excel files with revisions. There are two common methods of indicating where a revision has changed a drawing that contains a system diagram. The first is the cloud method, were each change is enclosed by a cloud shape. The second method involves placing a triangle with the revision number next to each effected portion of the drawing. The cloud method indicates changes from the most recent revision only, whereas the second method indicates all revisions to the drawing because all of the previous revision circles remain on the drawing. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.

  • Updated Aug 28, 2020
  • C#

NEW VERSION AVAILABLE : Basic Chat-Bot Design developed in 8 stages... From here you can design and build your own chat-bot, connect to external API etc...Archived lessons -UPDATED TUTORIAL HERE >>>>>>>>>>>>>>https://github.com/spydaz/Chatbot_2020_Tutorial

  • Updated Jun 10, 2020
  • Visual Basic .NET

Created by Microsoft

Released May 1991

Repository
dotnet/vblang
Website
docs.microsoft.com/dotnet/visual-basic
Wikipedia
Wikipedia

Related Topics

dotnet language
You can’t perform that action at this time.