Open Source Visual Basic Software Development Software - Page 2

Visual Basic Software Development Software

View 5728 business solutions

Browse free open source Visual Basic Software Development Software and projects below. Use the toggles on the left to filter open source Visual Basic Software Development Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1

    Z Word Tools

    Write, check, index and diagram Z specifications in Microsoft Word.

    Tools to allow Z specifications to be written in Microsoft Word. Includes a unicode font for Z symbols. Provides: WYSIWYG editing fully integrated into Word; Typechecking using fuzz (for Spivey Z) or CZT (for ISO standard Z); Indexing and cross-referencing; Diagrams of specification structure; Conversion from Spivey to Standard Z- also available as a stand-alone program and Java class for non-windows users. See project website for details.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Inno Setup Toolbar Advanced for VB6

    Inno Setup Toolbar Advanced for VB6

    Deploy Visual Basic 6.0 Applications Easily

    The best alternative or even a successor to Package Deployment Wizard. You can now deploy applications straight from your Visual Basic 6.0 projects via Inno Setup by using this Visual Basic Add-In. It is fork and improved version of Inno Setup Toolbar 2.0 by Coder_Ghost of Planet Source Code inheriting the characteristics of Package Deployment Wizard. Now the deployment of applications written in Visual Basic 6.0 is now much more easier and less troublesome than before. System Requirements: * Visual Basic 6.0 IDE * Inno Setup (version 4.0 or higher) NOTICE: * Visual Basic 6.0 is a trademark of Microsoft Corp. * Inno Setup is a trademark of Jordan Russell.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    SimplyVBUnit is a VB6 unit testing framework written in Visual Basic 6. It closely follows the GUI setup of NUnit. Creating Tests is a snap, as you don't need to implement anything, just add your tests to a new class and GO!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    A free simple ADO.NET compliant MySQL driver. Made in C# but it would be used in all .NET compatible languages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    B++ will become a completely object orientated programming language based on a BASIC-like syntax. B++ applications will be stand-alone executable files (P-Code). B++ will offer an own data base interface and an own (OOP) framework providing API calls.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    This project is intended to create an integrated and easy to use application to test and demonstrate capabilities of various RFID devices. Currently supports 4 RFID devices. Check out http://www.rfid-indonesia.com for product details.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Tigre BIC Editor (NeverWinterNights) - ITP File Manipulation for Games, based on http://www.torlack.com/nwndata/itp.html - NeverWinter Nights is without a doubt one of the best games played/experienced by standalone and multiplayer gamers.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Crc32 is a Visual Basic 6 project using the crc32 algorithm. It consists of: * a console user interface (a native console application) * a graphical user interface (a html-xml-javascript generated interface using the webbrowser control)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    An ActiveX component (developed with Visual Basic 6.0) to use XP-style unicode controls for your VB applications : - 13 different graphical controls : ProgressBar, ListBox, TextBox... - 3 other usefull controls : SysTray, Timer, MouseKeyEvents.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    COMBuilder is a VB6 app that will allow you to write all COM objects for working with databases. Also, the program will create forms to work with this objects. It is planned to create also c# and vb.net code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Netflix Browser

    Netflix Browser

    Free TV shows and movies on your desktop

    Netflixs Desktop is a simple grabs the Netflix webpage loads it from your desktop that makes life easier enjoy! :) I recommended you use this program with Google Chrome as your default web browser !
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Biomechanics
    Computer programs for application in Sports science, Physical Culture, among others. By Enrique R.P. Buendía Lozada. buendiaenr@gmail.com , Benemérita Universidad Autónoma de Puebla (BUAP), México. (Software without any warranty).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    An Object/Relational persistence layer for VB6 and .NET (VB.NET,C#,etc) similar to ObjectSpaces etc. Database interaction is managed transparently at runtime and requires no SQL knowledge. Great performance, caching, flexible O/R mapping and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Interface and example projects for CLIPS on NT using the CLIPS DLL. Includes Web/CGI interface.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry is a programming language (native compiler) made in VB6 (Visual Basic 6.0). *---------------------------------------------------------* |Libry Compiler 4.1 Documentation (c) by Kinex Development| Introduction: ----------------------------------------------------------- Libry Compiler is a 32-Bit Compiler which compiles directly into machine code and produces a small PE file. Libry's syntax is in a style of C language. Produced executables don't need any runtime because it is pure machine code. ----------------------------------------------------------- Variables: ----------------------------------------------------------- - Directive 'byte' * Description: Reserve a byte. -> byte <Identifier> [optional: = <Number>] ; - Directive 'int' * Description: Reserve a word. -> int <Identifier> [optional: = <Number>] ; - Directive 'dword' * Description: Reser
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Myth Scripting language An all-purpose scripting language initialially developed to create editable programs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    A tool for generating C#, VB.Net or NUnit-source-files from UML-diagrams created with dia. Creation of UML-Diagrams (dia/graphviz) from .NET-assemblies is supported, too.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    VBDOX is a simple program that generates technical documentation from source comments. The only requirement is to use specific module and function comments format. Documentation is generated for all types Visual Basic files and also fo VBScript and ASP.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    A gCode Editor and downloader for use with CNC machinery. It features an editor, file management, single step, serial download and drip feed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Since Microsoft no longer supports Halo: Combat Evolved for PC I can say this Is legal. However it should only be used if you OWN the game! This CD Key generator project hasn't even begun. Pro reverse engineers will be needed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    ORM.NET : Object-Relational Mapping and Code Generation Tool for .NET
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    packetvb (vbPCap) is an activex dll that integrates WinPcap Packet Driver API (packet.dll) capture functions with Visual Basic. It was designed specifically for VB, but should work with all others that can call COM.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    SimpleRSS is an easy to use component that allows you to work with feeds (Atom, RSS, RDF, iTunes) directly (importing and exporting feeds) from Delphi, and Kylix.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    .Net Native Interface Library

    The best library to work with .Net Assemblies in any programming lang.

    The .Net Native Interface Library (DotNetNativeInterface) is a native programming interface which provides a way for programming languages such as C, C++, Fortran, Assembly, Pascal, Java, VB etc to interact with applications and libraries written in any of the .Net languages (such as C#, VB.Net etc). Programmers can use DotNetNativeInterface native methods to access .Net 3rd party libraries or .Net Framework Libraries without the need for registry entries, COM registrations or changes to the .Net libraries. The following examples illustrate when you need to use DotNetNativeInterface native methods: 1. You want to access and use .Net Framework Class Library in your application. 2. You want to access and use 3rd party .Net Libraries in your application. Competitive Advantages: 1. Access to .Net Framework Class Library. 2. No COM registration of .Net Libraries is required when deployed. 3. Allows any programming language to consume .Net libraries as if they were native code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    An ActiveX component (developed by Visual Basic) to convert any component/controls from VB into XP-Style without any modification of source code(Currently, XP-Menu is finished) using Subclassing method.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.