home.social

#visualbasic — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #visualbasic, aggregated by home.social.

  1. As soon as I left high school, I needed a small IT job, and that's what I got!

    Using VB.net and Access (which I had learned at school), I had to create a management system for the dam's water irrigation contracts.

    Twelve years later, it is still in use and working great: simple with a single task!

    That's it! A boring story, I admit, but it's really nice to have something that ‘works’.

    #vb #visualbasic #vbnet

  2. I also decided to move Analysis in the page dedicated to my old programs. Analysis was a Windows 3.1 program I wrote between 1998-2002 and that could draw mathematical functions. It was mainly written in Visual Basic 3.0, with a DLL written in C that could parse functions: davbucci.chez-alice.fr/index.p

    #retrocomputing #windows3.1 #retrocoding #visualbasic

  3. #gamedev #indiedev #dotnet #nuget #csharp #fsharp #visualbasic #box2d #gamephysics HughPH.Box2D package now has Box2D multithreading by default, and World events for BodyMove, Contacts & Sensors and with (optional) parallel event execution in the latest prerelease version :)

    HughPH.Box2D 2025.5.11.226

  4. an analysis of my GitHub account github.com/bison--

    I have officially more COBOL than VB.net in my repos ^^"

    Also: Python :BlobhajHeart:

    #vb #vbnet #visualBasic #COBOL #github #programming #python

  5. Heute mal wieder ins #MultiMedia Buch von #DataBecker geschaut (danke @82mhz) - die Fibel von 1994 zu Multimedia-Treibern, Klängen, Bildern, Animationen, Videos, #Hypertext und #Cyberspace. Und mit CD-ROM! Habe ich mir zum Schulpreis 5. Klasse ausgesucht und waren meine ersten Berührungspunkte mit #MIDI und #VisualBasic. #RetroComputing #VintageWeb

  6. I saw someone else do this, so I thought I should too ...

    Languages I have used to write software for other people to use, in roughly chronological order: #BASIC #Z80assembler #Pascal #C #BCPL #MIPSassembler #LotusAmiproMacros 😃 #VisualBASIC #DataEase #SQL #Java #Javascript #Perl #BourneShell #bash #Postscript #Rust. It saddens me that I have never perpetrated #Forth or #Lisp for any other audience than myself. It doesn't sadden me that I have forgotten at least some of them due to lack of use.

  7. I saw someone else do this, so I thought I should too ...

    Languages I have used to write software for other people to use, in roughly chronological order: 😃 . It saddens me that I have never perpetrated or for any other audience than myself. It doesn't sadden me that I have forgotten at least some of them due to lack of use.

  8. I saw someone else do this, so I thought I should too ...

    Languages I have used to write software for other people to use, in roughly chronological order: #BASIC #Z80assembler #Pascal #C #BCPL #MIPSassembler #LotusAmiproMacros 😃 #VisualBASIC #DataEase #SQL #Java #Javascript #Perl #BourneShell #bash #Postscript #Rust. It saddens me that I have never perpetrated #Forth or #Lisp for any other audience than myself. It doesn't sadden me that I have forgotten at least some of them due to lack of use.

  9. I saw someone else do this, so I thought I should too ...

    Languages I have used to write software for other people to use, in roughly chronological order: #BASIC #Z80assembler #Pascal #C #BCPL #MIPSassembler #LotusAmiproMacros 😃 #VisualBASIC #DataEase #SQL #Java #Javascript #Perl #BourneShell #bash #Postscript #Rust. It saddens me that I have never perpetrated #Forth or #Lisp for any other audience than myself. It doesn't sadden me that I have forgotten at least some of them due to lack of use.

  10. I saw someone else do this, so I thought I should too ...

    Languages I have used to write software for other people to use, in roughly chronological order: #BASIC #Z80assembler #Pascal #C #BCPL #MIPSassembler #LotusAmiproMacros 😃 #VisualBASIC #DataEase #SQL #Java #Javascript #Perl #BourneShell #bash #Postscript #Rust. It saddens me that I have never perpetrated #Forth or #Lisp for any other audience than myself. It doesn't sadden me that I have forgotten at least some of them due to lack of use.

  11. I like programming, but the problem is that I have to think and have my head work in a specific way but it's difficult to do that and it kinda makes my head hurt, and I don't particularly like thinking that much. I need to start using #Rust more rather than #Python since I don't like Python at all and only use it due to simplicity. I'd much rather be using VB .NET since it makes sense to me.

    #programming #VB #VisualBasic #VBNET #DotNet

  12. A poster found in my wife’s classroom showcasing the programming languages teens should be aware of. #logo #c #python #java #visualbasic #kodu

  13. I like #eventDriven #software #architecture ever since I encountered it both in #JavaScript and in #VisualBasic. When I switched to the #Java #programming #language, it happened when Java still had to gain #lambdas. Applying an event-driven paradigm with that version of Java felt out of place and unelegant. But ever since #Java8 I find myself slowly returning to event-driven choices.