<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VBForums - TwinBASIC</title>
		<link>https://www.vbforums.com/</link>
		<description>A forum for questions involving twinBASIC, a non-Microsoft language similar to VB6</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 Jul 2026 14:24:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.vbforums.com/images/misc/rss.png</url>
			<title>VBForums - TwinBASIC</title>
			<link>https://www.vbforums.com/</link>
		</image>
		<item>
			<title>Important news for twinBASIC</title>
			<link>https://www.vbforums.com/showthread.php?912132-Important-news-for-twinBASIC&amp;goto=newpost</link>
			<pubDate>Wed, 08 Jul 2026 16:08:30 GMT</pubDate>
			<description><![CDATA[Big news for twinBASIC! 
    TWINBASIC Ltd. has secured strategic investment to accelerate development and expand the team...


*TWINBASIC LTD Secures Strategic Investment to Advance the Future of BASIC*

Published 7th July 2026

TWINBASIC LTD today announced the successful completion of its first external investment round, securing strategic funding to accelerate development of the twinBASIC platform, expand the engineering team, and support the company's long-term vision... read more (https://twinbasic.com/news/twinbasic-investment-july2026)



]]></description>
			<content:encoded><![CDATA[<div><i>Big news for twinBASIC! <br />
    TWINBASIC Ltd. has secured strategic investment to accelerate development and expand the team...<br />
</i><br />
<br />
<span style="font-family: arial"><font size="3"><b>TWINBASIC LTD Secures Strategic Investment to Advance the Future of BASIC</b><br />
<br />
</font><font size="1"><font size="2">Published 7th July 2026</font><br />
</font><font size="3"><br />
TWINBASIC LTD today announced the successful completion of its first external investment round, securing strategic funding to accelerate development of the twinBASIC platform, expand the engineering team, and support the company's long-term vision... <a rel="nofollow" href="https://twinbasic.com/news/twinbasic-investment-july2026" target="_blank" rel="nofollow">read more</a><br />
<br />
<br />
<br />
</font></span></div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?108-TwinBASIC">TwinBASIC</category>
			<dc:creator>VB6 Programming</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912132-Important-news-for-twinBASIC</guid>
		</item>
		<item>
			<title>User-defined event crashes TwinBasic</title>
			<link>https://www.vbforums.com/showthread.php?912107-User-defined-event-crashes-TwinBasic&amp;goto=newpost</link>
			<pubDate>Thu, 25 Jun 2026 20:27:56 GMT</pubDate>
			<description><![CDATA[Hi TwinBasic team. You are appreciated!

I found an issue with TB. Perhaps already known. The following code causes TB to keep "Restarting From Memory" when trying to run in the IDE.

Binary build completes successfully but fails silently and will not run. 



Code:
---------
 Private Sub UpdateColorInfo()
        
        Dim nH As Single, nS As Single, nL As Single
        txtInfo(0).Text = "&H" + Hex(lblCurColor.BackColor)
        txtInfo(1).Text = Color2Long(Trim(txtInfo(2).Text))
        txtInfo(2).Text = ColorToHTML(lblCurColor.BackColor)
      
        RaiseEvent ColorChanged '<-- This crashes TwinBasic.
    End Sub
---------
If I rem out that event call, then all is well. And there is nothing special about the event declaration. *Further, the event is not being used outside anywhere*

I've also noticed that TB does not always fire certain valid events, including some which are baked into VB6 intrinsic controls.

Anyway, hope this is helpful. Keep up the good work :).]]></description>
			<content:encoded><![CDATA[<div>Hi TwinBasic team. You are appreciated!<br />
<br />
I found an issue with TB. Perhaps already known. The following code causes TB to keep &quot;Restarting From Memory&quot; when trying to run in the IDE.<br />
<br />
Binary build completes successfully but fails silently and will not run. <br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> Private Sub UpdateColorInfo()<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim nH As Single, nS As Single, nL As Single<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtInfo(0).Text = &quot;&amp;H&quot; + Hex(lblCurColor.BackColor)<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtInfo(1).Text = Color2Long(Trim(txtInfo(2).Text))<br />
&nbsp; &nbsp; &nbsp; &nbsp; txtInfo(2).Text = ColorToHTML(lblCurColor.BackColor)<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; RaiseEvent ColorChanged '&lt;-- This crashes TwinBasic.<br />
&nbsp; &nbsp; End Sub</code><hr />
</div>If I rem out that event call, then all is well. And there is nothing special about the event declaration. <b>Further, the event is not being used outside anywhere</b><br />
<br />
I've also noticed that TB does not always fire certain valid events, including some which are baked into VB6 intrinsic controls.<br />
<br />
Anyway, hope this is helpful. Keep up the good work :).</div>

]]></content:encoded>
			<category domain="https://www.vbforums.com/forumdisplay.php?108-TwinBASIC">TwinBASIC</category>
			<dc:creator>SomeYguy</dc:creator>
			<guid isPermaLink="true">https://www.vbforums.com/showthread.php?912107-User-defined-event-crashes-TwinBasic</guid>
		</item>
	</channel>
</rss>
