> ## 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: July 11, 2021
- URL: https://nolongerset.com/twinbasic-update-july-11-2021/
- Published: 2021-07-11T15:29:05.000Z
- Updated: 2026-05-08T13:03:41.000Z
- Description: Highlights include a sneak peek at the yet-to-be-released form editor, a teaser about possible control inheritance, and a future option for version control.
- 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

The big news out of twinBASIC this week is that Wayne has started work on the form designer:

> No update for [#twinBASIC](https://twitter.com/hashtag/twinBASIC?src=hash&ref%5Fsrc=twsrc%5Etfw) today, but we officially started some GUI work. Here's an extremely early look at our VS code based form editor in development... [pic.twitter.com/uOX2CqbF4p](https://t.co/uOX2CqbF4p)
> 
> — twinBASIC / EverythingAccess (@WaynePhillipsEA) [July 5, 2021](https://twitter.com/WaynePhillipsEA/status/1412066748296306690?ref%5Fsrc=twsrc%5Etfw)

> Another sneak peek at the [#twinBASIC](https://twitter.com/hashtag/twinBASIC?src=hash&ref%5Fsrc=twsrc%5Etfw) form editor in development.... still early days, but things are progressing :) [pic.twitter.com/T4qoDgwCoV](https://t.co/T4qoDgwCoV)
> 
> — twinBASIC / EverythingAccess (@WaynePhillipsEA) [July 7, 2021](https://twitter.com/WaynePhillipsEA/status/1412801290518867975?ref%5Fsrc=twsrc%5Etfw)

## Around the Web

### Control inheritance?

Wayne hinted at the possibility of supporting custom controls via inheritance over at the [twinBASIC GitHub discussion page](https://github.com/WaynePhillipsEA/twinbasic/issues/271#issuecomment-876656992):

> I think a really neat way of accomplishing this is to allow for control inheritance. So instead of adding a standard 'CommandButton' to your form, you'd add MikesCommandButton, which has the default values customized to your pleasing, in the constructor of MikesCommandButton.  
>  
> VB6 kind of allows for this via ActiveX UserControls, but the above solution would even support our cross-platform forms.

Ben Clothier jumped up on his soapbox (his words) with a [great summary](https://github.com/WaynePhillipsEA/twinbasic/issues/271#issuecomment-876875559) of the two fundamental approaches to form design, along with the pros and cons of each:

- **Absolute positioning**: *(e.g., VBx, MS Access, WinForms)*
- **Flowing markup**: *(e.g., HTML, XAML, WPF)*

### Future version control options

I wrote an article recently on the best way to put your twinBASIC projects [under version control](https://nolongerset.com/version-control-with-twinbasic/) today using the recently added *import* and *export* commands.

In the future, twinBASIC will support Git integration inside of VS Code.

However, there will also be a third possibility. When twinBASIC adds full support for external files, you will be able to use version control almost the same way as you do with VB.Net or C#. Here's the [relevant comment](https://github.com/WaynePhillipsEA/twinbasic/issues/35#issuecomment-874933094) from Wayne Phillips:

> The twinproj format does allow us to optionally support external files; we just haven't done some of the additional work in this area to enable it. See [#62](https://github.com/WaynePhillipsEA/twinbasic/issues/62)  
>  
> Once external files are supported, the twinproj file can basically be used like a traditional project file (like vbp) OR a full all-in-one solution. The choice will be yours.

I'm feeling better about the twinBASIC version control situation every day!

## 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)

*No public releases this week, but the form designer is underway!*

---

### Referenced articles

[How to Use Version Control with twinBASICYou can now extract the embedded text files from .twinproj containers for use in version control. I wrote a batch file to make the process even easier.![](https://nolongerset.com/favicon.png)No Longer SetMike Wolfe![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2021/06/twinBASIC-Version-Control-1-.jpg)](https://nolongerset.com/version-control-with-twinbasic/)