Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: September 30, 2024
Highlights include an updated 12-month roadmap, initial delegate support, improvements to AddressOf, and a facelift for twinbasic.com.
nolongerset.com/twinbasic-update-september-30-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: October 14, 2024
Highlights include a 64-bit Quick Rename Shell Extension project from fafalone and perpetual licenses offered to longtime early subscribers.
nolongerset.com/twinbasic-update-october-14-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming update
twinBASIC status update:
twinBASIC Update: October 22, 2024
Highlights include a new tB-based Magnifier Windows utility from fafalone, a project status update from Wayne, and a metaphor involving rubber ducks, hippos, and oxpeckers.
nolongerset.com/twinbasic-update-october-22-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: November 5, 2024
Highlights include a twinBASIC-built utility to strip the Mark of the Web (MOTW) from files and an upcoming feature to check packages for updates.
nolongerset.com/twinbasic-update-november-5-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: November 12, 2024
Highlights include a video player sample project from fafalone, a trick for exporting .tlb files from tB builds, and a recap of twinBASIC highlights from 2024.
nolongerset.com/twinbasic-update-november-12-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: November 18, 2024
Highlights include step-by-step instructions for building PhotoDemon with twinBASIC, a timeline update for the next BETA release, and the passing of a BASIC icon.
nolongerset.com/twinbasic-update-november-18-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: November 26, 2024
Highlights include Mike Wolfe's presentation to the UK Access User Group and a .CAB file packaging utility built with twinBASIC by HackerVlad.
nolongerset.com/twinbasic-update-november-26-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: December 24, 2024
Highlights include the long-awaited release of BETA 623 (with major improvements to VB6 compatibility) and the announcement of a new twinBASIC Gold Sponsor: XYplorer.
nolongerset.com/twinbasic-update-december-24-2024/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: December 30, 2024
Highlights include the 2024 Year in Review for twinBASIC along with several minor bug fix releases to address regressions introduced in last week's major BETA release.
nolongerset.com/twinbasic-update-december-30-2024/
Mike Wolfe has also provided a useful summary of the progress made with the twinBASIC programming language in 2024 nolongerset.com/twinbasic-update-december-30-2024/#2024-year-in-review
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: January 7, 2025
Highlights include an experimental tab control, a New Year's sale on perpetual tB licenses, and a tB package with a Timer object and an INI config file reader object.
nolongerset.com/twinbasic-update-january-7-2025/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: January 14, 2025
Highlights include official support for tB IDE themes, new UserControl events (PreKeyUp/PreKeyDown), and a big announcement from the XYplorer software team.
nolongerset.com/twinbasic-update-january-14-2025/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: January 27, 2025
Highlights include a dedicated folder for managing user customizations to the twinBASIC IDE and an update on the status of the Rubberduck v3 project.
nolongerset.com/twinbasic-update-january-27-2025/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: February 4, 2025
Highlights include support for creating enterprise-level Windows services in twinBASIC (with working samples) and a tB IDE Add-in for copying VB6 controls to tB.
nolongerset.com/twinbasic-update-february-4-2025/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBasic programming
Quote:
Originally Posted by
VB6 Programming
If tab switching in the design environment is supported. Container function.
This will be more convenient.
It would be better if you could open up a macro action recording tool like VBA.
80% of our code can be implemented automatically. You just need to operate it once on the ID, and we can make a few changes.
If the extender plug-in project is developed. You can control the entire IDE, hide all menus, or add menus.
Click on each element on the IDE. Just like DDE technology, VBA controls excel technology.VB. Net, C , I never dare to use his plug-in development, because his learning cost may be 1000 times.
If he also has a red tool on the ID, you click on some menus or add a control to the form. Set various properties.
If they can be automatically converted and saved as code. Then the difficulty of our plug-in development can be reduced by 10,000 times.
Turn vs2022 plugin development into adding images or changing cell colors with VBA. Switch between different tables or different tab functions. Click on a different menu or toolbar button.
If anyone who has not studied plug-in development can implement such a function in less than 5 minutes, it is very convenient.
But to develop plug-ins in C , you may need to learn at least a month to two years to develop better plug-ins.
Re: TwinBasic programming
twinBASIC status update:
twinBASIC Update: February 10, 2025
Highlights include a new WebView2 sample implementing the Markdown-it project, a new release of the tBLoader project, and the discovery of some long-hidden VBA bugs.
nolongerset.com/twinbasic-update-february-10-2025/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBASIC programming IDE
twinBASIC status update:
twinBASIC Update: February 18, 2025
Highlights include an advanced tB ribbon demo from fafalone, an IDE option to prevent code tab stacking, and a simple tB updater from jdelano0310.
nolongerset.com/twinbasic-update-february-18-2025/
The latest releases of the twinBASIC programming IDE are available at https://github.com/twinbasic/twinbasic/releases
Re: TwinBASIC programming IDE
Quote:
Originally Posted by
VB6 Programming
Thanks for highlighting my tiny project.
Re: TwinBASIC programming IDE
Quote:
Originally Posted by
jdelano
Thanks for highlighting my tiny project.
Thanks for this helpful utility! Works great and saves me a few manual steps. Very useful.
I'd like to propose a small and simple change... Load the default Download folder path on first run as it's easy enough to get programmatically.
1 Attachment(s)
Re: TwinBASIC programming IDE
@jdelano
Some small issues to be aware of with your download app...
1. If the user's selected install location is one that requires the app to run with elevated permissions, the TwinBasic folder is deleted but the new version is not installed.
For example, my folder location is "C:\Program Files\TwinBasic" and it was deleted but nothing was installed. With some experimentation I discovered that if I launch using "Run as Administrator", it works fine.
2. The app seems to delete the current TwinBasic folder all the time when the "Install TwinBasic" option is selected, even when it doesn't need to because the installed version is already most recent available.
I would suggest that before deleting the current TwinBasic folder, you check the current installed version against the latest release version and only delete if a newer version is available.
BTW - I am seeing a message on the UI that says "Version File Missing" above the TwinBasic Location field. Not sure if that's related to the second issue.
Preference suggestion: It would be great if your app's icon was not the tB app icon itself. The tB icon with a download icon overlay (downward facing blue arrow) would be nice and clear that this was the download app versus tB itself. Something like this...
Attachment 194255