Archive Collection: twinBASIC

I'm on vacation (shh...don't tell anyone)! I'll be back soon, but until then enjoy today's curated collection of articles from the archive. Today's topic: twinBASIC.

Archive Collection: twinBASIC

I've been writing a daily article here since September 1, 2020; that's over 800 articles.  I haven't missed a day yet, and that includes Christmas and Easter.  Well, I'm taking my first family vacation since I started writing this blog.  Our only other family vacation (which predates the blog) was a National Lampoon's-style disaster.  I hope this one is going better.

I'm writing this in the present tense, but I'm writing it for future publication with links to past articles.  Let's hope the time-space continuum holds up.

In any case, as the slacker Firstie says to the Stony Lonesome Gate guard twenty minutes before Taps, let me get to the Point.  I've got a daily publishing streak to keep up.  But I don't want to be writing and publishing articles on vacation.  And I still want to provide you with something of value to read each day.  So I settled on creating a series of curated article lists that I think you'll find beneficial.

I'm hoping at least some of these articles are ones you haven't read before.  And if you're so obsessed with me that you have read all my articles, I'm hoping that they'll keep you busy enough that you don't come looking for me and my family 😳.  

Enjoy!


twinBASIC

It's Sunday, which means it's time for your weekly dose of twinBASIC.  Since I'm not around to give you a project update (I'll catch up with everything next week), I thought I'd highlight some of my favorite twinBASIC articles instead.

DevCon 2021
Links and resources from my talk today at Access DevCon Vienna 2021, twinBASIC: The New Kid on the Block.
twinBASIC Update - DevCon 2022
Links and resources from my talk today at Access DevCon Vienna 2022, twinBASIC: Happy First Birthday!
HOW TO: Install twinBASIC
The latest step-by-step instructions for installing twinBASIC (aka, Visual Basic 8).
HOW TO: Creating an Office COM Add-in with twinBASIC
Ever wish you could turn your VBA code into a COM add-in that would run in 32- AND 64-bit Office applications? It’s easier than ever with twinBASIC.
HOW TO: Handle Excel Events in a twinBASIC COM Addin
You can now use twinBASIC to create a COM add-in for Excel that handles Excel Application events like NewWorkbook and WorkbookOpen.
HOW TO: Create a Tool Window in the VBIDE with twinBASIC
Move over Rubberduck VBA and MZ-Tools. The next great VBE addin is going to be built with twinBASIC. Here are step-by-step instructions to get you started.
HOW TO: Creating a Standard (non-ActiveX) DLL with twinBASIC
With twinBASIC, you no longer need C++ to build a standard DLL. Call high-performance code from VBA without needing the Windows registry.
New Syntax in twinBASIC: Part 1
Let’s cover some new syntax in twinBASIC, including “AndAlso/OrElse”; the ternary If() operator; and “Continue For” and its cousins.
New Syntax in twinBASIC: Part 2
Let’s cover some more new syntax in twinBASIC, including parameterized class constructors, method overloading, and return syntax for functions.
New Syntax in twinBASIC: Part 3
There’s even more new syntax in twinBASIC, including the IsNot operator, initializing on declare, and augmented assignment operators.

For more articles about twinBASIC, be sure to check out my twinBASIC tag page and the twinBASIC Weekly Update archive.

All original code samples by Mike Wolfe are licensed under CC BY 4.0