
- 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, 01:23 AM
As much as I go on and on about Trump and republicans I'm actually optimistic about a shift in the other direction. I just think it will take well...
1864 replies | 757873 view(s)
-
Today, 01:23 AM
Project Updated: v2.3.10
New version displays album art for audio only files, adds a wheel event, handles its own pause/unpause on click, can loop...
5 replies | 1499 view(s)
-
Today, 01:23 AM
I made a vb6 app which displayed the objptr for a JScriptTypeInfo object from the script control.
I viewed the vtable in olly debugger to get a dump...
11 replies | 687 view(s)
-
Today, 12:52 AM
Hello everyone,
unfortunately I can't manage to give my created programs their own icon. It is always compiled with the default icon of twinBasic....
0 replies | 25 view(s)
-
Yesterday, 11:15 PM
Oleexp.tlb also covers some APIs like that (It has globalalloc et al but not Local).
LONG GlobalAlloc(
GMEM uFlags,
...
19 replies | 1542 view(s)
-
Yesterday, 09:21 PM
I'd say one thing you can count on is that things will change. Societal norms/values evolve, they don't stay stagnant. I don't know what form the...
1864 replies | 757873 view(s)
-
Yesterday, 07:59 PM
In Windows 10, I have the option of using JScript.dll or JScript9.dll
According to Microsoft CoPilot;
JScript9.dll introduced several modern...
2 replies | 157 view(s)
-
Yesterday, 07:47 PM
You don't need to write the TLB ass if the WinAPI funcs are part of some interface or class. TLBs can also handle standard DLL functions. All you...
19 replies | 1542 view(s)
-
Yesterday, 07:35 PM
I have converted some fairly complex javascript programs to jscript, a long time ago and I think you need to use an echo instead as alert may not...
2 replies | 157 view(s)
-
Yesterday, 07:31 PM
Looks like the desktop is actually owned by csrss.exe. DO NOT kill that, immediate bluescreen.
FindWindow("Shell_TrayWnd", vbNullString), the...
3 replies | 132 view(s)
-
Yesterday, 07:31 PM
try this:
Private selectedRowIndex As Integer = -1 ' Initialize to -1 to indicate no row selected initially
Private Sub...
1 replies | 297 view(s)
-
Yesterday, 06:53 PM
Also what is interesting is that it is actually permitted to pass a VB6 array into a parameter for JScript. It doesn't immediately say this is an...
11 replies | 687 view(s)
-
Yesterday, 06:49 PM
What is asm.js? It sounds like it is itself written in JavaScript, given its file extension of ".js".
11 replies | 687 view(s)
-
Yesterday, 06:44 PM
That's interesting. Where did you get the names of the functions from? A VTable does not contain function names. So I don't see how viewing it in...
11 replies | 687 view(s)
-
Yesterday, 06:10 PM
It isn't easy being so ahead of our time.
1864 replies | 757873 view(s)
-
Yesterday, 05:41 PM
Hmmm, I have used GetWindowThreadProcessId before and I suppose I should enumerate all explorer processes in the usual manner. I have not used...
3 replies | 132 view(s)
-
Yesterday, 05:03 PM
GetDesktopWindow + GetWindowThreadProcessId? I'm on cell so can't check but that would be my first guess.
3 replies | 132 view(s)
-
Yesterday, 04:55 PM
C:\Users\Gerry\Documents\Visual Studio 2012\Projects\<project group>\<project>
2 replies | 501 view(s)
-
Yesterday, 04:43 PM
I know JScript is Microsoft's own version of JavaScript, but it doesn't seem to be fully compatible with the official JavaScript specifications. It...
2 replies | 157 view(s)
-
Yesterday, 04:39 PM
That didn't take long! Here is the x64 compatible tB version. Works great so far, no TypeLib is needed, I've included the WinRT interfaces as a...
3 replies | 610 view(s)
-
Yesterday, 04:35 PM
This is the twinBASIC version of my VB6 ToastNotifications project (click the link to read the full description). I've tested it in both 32-bit and...
0 replies | 195 view(s)
-
Yesterday, 04:22 PM
Using the MSScriptControl in VB6 as the host, I noticed some interesting things about passing parameters to a VBScript function. My The code on the...
0 replies | 204 view(s)
-
Yesterday, 03:49 PM
I am still struggling with TLS 1.3 using X25519. Using a simulation program to duplicate the data provided by the "Simple 1-RTT Handshake" in RFC...
0 replies | 76 view(s)
-
Yesterday, 03:21 PM
EDIT: Never mind..... It is working, just that the WebBrowser1 is not updating with the click. When I run the program with "DoEvents" through the...
0 replies | 123 view(s)
-
Yesterday, 01:59 PM
As always, my VB6 example is located in the ActiveVB Upload/Download area -> VBC_XAudio2.zip. To test the example, you'll need a 2-channel, 44100 Hz,...
19 replies | 1542 view(s)
-
Yesterday, 01:18 PM
Fafalone,
I am using your code to enumerate the main explorer processes and extract the default folder path for each. Works well.
...
3 replies | 132 view(s)
-
Yesterday, 01:02 PM
BETA 775 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
528 replies | 220095 view(s)
-
Yesterday, 11:08 AM
Hi @Elroy,
I'm so sorry I missed your post. Your comment is very helpful to me, thank you so much!
24 replies | 2424 view(s)
-
Yesterday, 10:34 AM
Good Saturday morning
I have a media player on a form. I down music from my computer and store the song path in a Datagridview cell. I click that...
1 replies | 297 view(s)
-
Yesterday, 10:25 AM
All function parameters are initialized with their default values so you could spare a lot of typing by not including "= False" every time.
35 replies | 2443 view(s)
|
Click Here to Expand Forum to Full Width
|