
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 07:08 AM
You're welcome, happy coding!
3 replies | 162 view(s)
-
Today, 06:52 AM
based this lnk:
URL="https://www.xamig.com/superenalotto/2005/12/31/risultati-montepremi-vincite-estrazione.php"
how to get "Attenzione" and...
0 replies | 21 view(s)
-
Today, 06:45 AM
great!
tkks
3 replies | 162 view(s)
-
Today, 06:24 AM
I was able to use this to pull the href from those rows using this, maybe it helps get you started. I'm using an HTML file just so I am not hitting...
3 replies | 162 view(s)
-
Today, 05:59 AM
Project Updated - v2.4.12
The VB6 .ctl version is now posted; tB sources updated to match it. No other changes.
'Version 2.4.12 (19 May 2025)...
8 replies | 2125 view(s)
-
Today, 04:53 AM
I have enabled the commented out API XAudio2CreateWithVersionInfo and function XAudio2Create_2 and added a new function to the class clsXAudio2.
...
4 replies | 250 view(s)
-
Today, 04:48 AM
At a guess:
Sum(IIf(=5 And =2 Or =6 And =2,,0)) AS ,
(and also the following lines)
Let's break it down
Sum(
IIf(
=5 And =2 Or =6...
1 replies | 131 view(s)
-
Today, 04:18 AM
I have this query being generated at runtime:
SELECT
1 as red,
" VKUPNO" AS UnvierzitetFakultet,
Sum(IIf(=11 And =1,,0)) AS Se, ...
1 replies | 131 view(s)
-
Today, 04:01 AM
BETA 777 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
532 replies | 220638 view(s)
-
2 replies | 233 view(s)
-
Today, 03:48 AM
We are really seeing a lot of progress with twinBASIC now :)
It can't be long until first release (no pressure Wayne :D)
532 replies | 220638 view(s)
-
Today, 03:44 AM
Well, there you go...
I didn't know that "the classic 'race with the registry' snafu" existed but I assumed something of the same, imagining that...
2 replies | 319 view(s)
-
Today, 03:40 AM
So Ukraine that had all the US and NATO help before and he just kept losing grounds can now somehow do it at it's own? That does not make sense....
1871 replies | 759138 view(s)
-
Today, 03:32 AM
Don't think he meant you, he meant the other long post that I just scanned for 10 seconds and saw NAZI, LGBTQ ,Jewish so I did not even bother.
1871 replies | 759138 view(s)
-
Today, 03:03 AM
@Zvoni VB6 (and tB) initializes COM in its hidden startup function.
--
I tried XAudio2CreateWithVersionInfo both directly (just switching the...
4 replies | 250 view(s)
-
Today, 02:07 AM
Ah, the classic “race with the registry” snafu—been there, done that, got the crash dump! Explorer really shouldn’t be dividing by zero, but while we...
2 replies | 319 view(s)
-
Today, 01:39 AM
That's strange. My code was written under Windows 10, and the XAudio2Create API worked. Therefore, I assumed it would work for everyone. My code also...
4 replies | 250 view(s)
-
Today, 12:58 AM
Is COM initialized?
https://learn.microsoft.com/en-us/windows/win32/xaudio2/how-to--initialize-xaudio2
And your 3rd Parameter looks wonky to me...
4 replies | 250 view(s)
-
Yesterday, 10:25 PM
I was trying to run -Franky-'s XAudio2 demo and the basic XAudio2 create API
Public Declare Function XAudio2Create Lib "Xaudio2_9.dll" (ByRef...
4 replies | 250 view(s)
-
Yesterday, 09:33 PM
I got way too close to a few bison today, but they were pretty chill about it. One was nearly in my tent. That would have been interesting.
69736 replies | 23514399 view(s)
-
Yesterday, 09:05 PM
Project Updated: v2.4.11
This is a quick fix for possible crash-on-exit in 64bit due to a double-free. 32bit isn't affected on my machine, but if...
8 replies | 2125 view(s)
-
Yesterday, 08:34 PM
MKTYPLIB is what you want, it comes with VS6/VB6. It's what I use to compile oleexp.tlb.
It still includes default headers but unlike midl it...
5 replies | 1473 view(s)
-
Yesterday, 08:24 PM
First off midl can't do this without a *huge* effort, requiring a specific midl version from the 90s (my VS6 version won't but some can). Because...
2 replies | 144 view(s)
-
Yesterday, 07:00 PM
Yes, as I said in the other thread, use twinBASIC. Start a new ActiveX DLL project and create a module (regular not class). There you can add any...
2 replies | 144 view(s)
-
Yesterday, 06:53 PM
I just use twinBASIC for all my TLB needs, none of this midl tomfoolery! :D
5 replies | 1473 view(s)
-
Yesterday, 06:39 PM
A small country like Ukraine can't outlast a large country like Russia, but they don't have to. They have to outlast the will of Russia to keep...
1871 replies | 759138 view(s)
-
Yesterday, 06:31 PM
I don't think you should call it E.D. Those initials have a different meaning that...are usually spam, and deal with spam.
Other than that, I...
2 replies | 233 view(s)
-
Yesterday, 05:41 PM
I am in a similar situation. Is there a command line switch you can use to FORCE midl to EXCLUDE those required IDL files? Possibly an undocumented...
5 replies | 1473 view(s)
-
Yesterday, 05:26 PM
I tried to use this in my IDL file:
library Streams
{
importlib("stdole2.tlb");
interface ISequentialStream;
interface IStream;...
2 replies | 144 view(s)
-
Yesterday, 03:32 PM
Of course you are correct. I had tried unsuccessfully every combination I could think of to no avail. So I started from scratch by regenerating all...
2 replies | 330 view(s)
|
Click Here to Expand Forum to Full Width
|