
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
May 29th, 2026, 10:22 PM
Since many of the Windows 7 desktop gadgets no longer work, I wrote one to show me the current prices of my stock holdings. I use the twelvedata.com...
5 replies | 1038 view(s)
-
Jun 1st, 2026, 07:12 AM
Hi. I'm receiving through a USB connection the data for 16 image pixels at a time. The data comes in as RGB565 in two bytes per pixel for a 160 x 120...
10 replies | 228 view(s)
-
Jun 1st, 2026, 01:55 PM
It's been a while since I've built any games and so I figured I would set out to create a chess application.
I have the concept of Squares, Moves,...
7 replies | 185 view(s)
-
May 29th, 2026, 01:16 PM
Trying to load an app into the IDE on Win 10. This works on win XP no problem.
I get at Ctrl-F5 an error messages saying a problem on line 700...
2 replies | 716 view(s)
-
May 30th, 2026, 04:30 PM
For the past several days I am having a lot of trouble reaching
a number of web sites, including my provider (Telus) and my bank CIBC). Telus is...
5 replies | 372 view(s)
-
May 30th, 2026, 01:35 PM
This time it comes with colors.
Place a Timer1 on Form1 and paste this code:
'--- Form1
Option Explicit
DefObj A-Z
Private Const...
4 replies | 300 view(s)
-
May 28th, 2026, 10:40 AM
Can anybody help with this sanity check? I know nothing about Azure and need to sign an app for deployment under WDAC and Microsoft Intune. I've...
0 replies | 861 view(s)
-
Jun 2nd, 2026, 12:37 AM
Hi,
I'm sure this has been done to death but I need some help to play a WAVE file.
I'm using Windows 11 and VB.NET 2026.
Try
...
5 replies | 96 view(s)
-
Jun 2nd, 2026, 12:26 PM
Possibile?
Tks
4 replies | 132 view(s)
-
Jun 2nd, 2026, 12:54 PM
I am trying to populate a 2-column ListView using the registry key and data. I am able to "build" the listview and save to the registry. The first...
3 replies | 91 view(s)
-
Yesterday, 11:40 AM
Hi All
I recently started to get some errors in my Folderexists function. If the Folder name was not the same case it would cause it to return...
2 replies | 74 view(s)
-
Jun 1st, 2026, 08:53 AM
Hey, ervrybudy, visualbasic!
I'm excited to share that I've just open-sourced **VBMAN**, a network application development framework I've been...
1 replies | 205 view(s)
-
Yesterday, 09:15 AM
how to, intercept when mousemove cursor go to node key to another node key:
nodekey =1
next move
nodekey =1
no effect
node key=1
next move...
1 replies | 54 view(s)
-
May 29th, 2026, 11:42 AM
so this is a joke app I have wanted forever maybe some of the game guys will have some ideas here
- copy the desktop into your own image and take...
0 replies | 164 view(s)
-
Jun 2nd, 2026, 02:59 PM
Sharing this Claude generated tool here (to not get it lost) which finds procedures with useless On Error GoTo 0 which trip up VB6 compiler's codegen...
0 replies | 96 view(s)
-
Jun 2nd, 2026, 04:18 AM
i use this code on mosenove treewviev:
Private Sub TreeView1_MouseMove(Button As Integer, Shift As _
Integer, x...
0 replies | 72 view(s)
-
Today, 12:57 AM
Hi Krool, thanks for the SQLite library.
I needed to add some math helper functions and hence tried to compile project.
Linker add-in is...
266 replies | 551764 view(s)
-
Today, 12:22 AM
I like to use the SHParseDisplayName or SHCreateItemFromParsingName API for this. If the return value is not equal to S_OK, the path does not exist....
2 replies | 74 view(s)
-
Today, 12:09 AM
As far as I'm concerned, I comment this line for ages in the Dir function. I don't know if it can helps in your case :
If...
4198 replies | 4063669 view(s)
-
Today, 12:05 AM
If possible, you should avoid using the `My` namespace in VB.NET. This namespace does not exist in C#, which means your code would not be convertible...
5 replies | 96 view(s)
-
Yesterday, 08:55 PM
Nothing exciting going on???
Me either, most exciting thing was a crown came off my tooth. Luckily got into the dentist pretty quickly. Even...
71241 replies | 25795310 view(s)
-
Yesterday, 06:26 PM
Dear Krool,
I solved all problems doing with VB6.0 a new GRID User Control which meets my needs. It's light but enough powerfull for any simple...
1649 replies | 992150 view(s)
-
Yesterday, 06:19 PM
Should be: If oNode Is Nothing Then Exit Sub
4 replies | 132 view(s)
-
Yesterday, 06:18 PM
If oNode Is Nothing Then Exit Sub
4 replies | 132 view(s)
-
Yesterday, 05:07 PM
not work... error in
...
If oNode = Nothing Then Exit Sub
TreeView1.ToolTipText = oNode.Tag
...
4 replies | 132 view(s)
-
Yesterday, 04:19 PM
@jdelano,
I just noticed you made reference to a ListBox and not a ListView.
Anyhow, thanks for the right direction - it was not GetSubKeyNames...
3 replies | 91 view(s)
-
Yesterday, 03:48 PM
Disabling IPv6 made no difference. Disabling NoScript also made no difference. Connecting directly with pop.gmail.com works like a charm, but...
5 replies | 372 view(s)
-
Yesterday, 02:40 PM
Just as a matter of curiosity, how are you creating the wav file? Do you mind sharing?
5 replies | 96 view(s)
-
Yesterday, 12:18 PM
Public Function FolderExists(sFolder As String) As Boolean
Dim FolderAttributes As Long
FolderAttributes = GetFileAttributesW(StrPtr(sFolder))...
2 replies | 74 view(s)
-
Yesterday, 12:02 PM
@jdelano,
.NET Framework 4.8
Visual Studio 2026 18.6.2 community edition.
3 replies | 91 view(s)
|
Click Here to Expand Forum to Full Width
|