> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# twinBASIC Update: October 3, 2021
- URL: https://nolongerset.com/twinbasic-update-october-3-2021/
- Published: 2021-10-04T00:54:18.000Z
- Updated: 2026-05-08T13:02:03.000Z
- Description: Highlights include a glimpse into the possible GUI release timeline and a discussion about data binding with twinBASIC forms.
- Author: Mike Wolfe
- Tags: twinBASIC Weekly Update, #Import 2026-05-20 02:59

*On April 23, 2021, I helped [Wayne Phillips](twitter.com/WaynePhillipsEA/) introduce the world to [twinBASIC](https://www.twinbasic.com/) at the [Access DevCon Vienna](https://www.donkarl.com/devcon/) conference. I [boldly predicted](https://nolongerset.com/devcon-2021/) that twinBASIC (along with the Monaco editor) would replace VBA and its outdated development environment by 2025\. With that goal in mind, this weekly update is my attempt to keep the project fresh in the minds of the VBA development community.*

*Every Sunday, I will be providing updates on the status of the project, linking to new articles discussing twinBASIC, and generally trying to increase engagement with the project. If you come across items that should be included here, tweet me [@NoLongerSet](https://twitter.com/NoLongerSet) or email me at mike at nolongerset dot com.*

---

## Highlights

Another quiet week as Wayne continues working through the first release of GUI support. It sounds like that release could be here soon, based on [Wayne's comment](https://github.com/WaynePhillipsEA/twinbasic/discussions/451#discussioncomment-1419256) yesterday:

> I'm putting together some samples over the next few days (e.g. a simple datagrid), and then I'm going to pass things over to the community here to see what happens whilst I switch to working on 64-bit support for a couple of weeks.

## Around the Web

### Data Binding

Andrew Mansell opened a [discussion](https://github.com/WaynePhillipsEA/twinbasic/issues/457) regarding Data Binding:

> The data binding capabilities of VBx are limited, and by extension so are those of WinForms in .Net. The data binding capabilities of WPF are comprehensive, but also very difficult to learn. Is there a middle ground?

I love this idea. I develop primarily in Microsoft Access, but I have done a couple of WPF desktop projects (in both VB.Net and C#). I love the clean separation of concerns that data binding delivers via XAML in WPF applications. The problem is that it is an *absolute nightmare* to debug. 

## Changelog

Here are the updates from the past week. You can also find this information by installing the twinBASIC VS Code extension and clicking on the Changelog tab of the extension page:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2021/05/image-2.png)

*Nothing to see here this week!*