
- 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, 05:15 PM
Some days ago I was debugging an issue in a program. It turned out that in the Form_Load I used a function that ended using another function that I...
9 replies | 198 view(s)
-
Today, 04:53 PM
I added another class for local ollama access. I was using qwen3:30b, it did ok on the task1, but it didnt handle multiple tasks in one request well....
2 replies | 402 view(s)
-
Today, 04:14 PM
I found a couple in my project group too, but I've never had any compiler complaints from them either. Fixed them regardless, thanks for the tool...
2 replies | 115 view(s)
-
Today, 04:02 PM
Strange, I had a couple of hits in my most commonly used modules, but never had any compiler problems. And I always put line #s in before compiling.
2 replies | 115 view(s)
-
Today, 03:55 PM
Are your api declarations really this
Private Declare Function FindFirstFile Lib "kernel32" _
() ' Alias...
9 replies | 198 view(s)
-
Today, 02:34 PM
When you call SetPixel, you are not accessing the UI. You're only accessing the in-memory image defined as imageFromUsb defined inside of the DoWork...
12 replies | 259 view(s)
-
Today, 12:36 PM
i have noticed though that in the same app i changed the folderexists, i came across another issue.
I used the following (part of code) to check...
9 replies | 198 view(s)
-
Today, 12:35 PM
dday9, thanks for writing some code for me. I will give it a try. I'm concerned about the note below for DoWork. Isn't the SetPixel command changing...
12 replies | 259 view(s)
-
Today, 12:06 PM
It's not similar to having a DoEvents, it is exactly that! :D
Generally it is preferred to have a responsive UI rather than a frozen one but it is...
9 replies | 198 view(s)
-
Today, 11:56 AM
But that can be also a problem if you don't want that, because you can receive events. Similar to having a DoEvents.
9 replies | 198 view(s)
-
Today, 10:47 AM
And of course the WinRT solution:
Public Function FolderExists(sFolder As String) As Boolean
With New cAwait
FolderExists =...
9 replies | 198 view(s)
-
Today, 10:20 AM
Yeah, the WinRT Boolean type is just an unsigned byte (zero for False and non-zero for True).
In retrospective, this project is a DispCallFunc...
25 replies | 6346 view(s)
-
Today, 09:57 AM
also FindFirstFileA is the old one, u should use FindFirstFileW.
I use FindFirstFileA only in my own folders that I know is VB6 friendly.
the...
9 replies | 198 view(s)
-
Today, 08:15 AM
Nope. Right now, I'm playing the "it's works fine in staging but is as slow as a snail in production" game which is never fun.
Coincidentally, my...
71242 replies | 25795524 view(s)
-
Today, 07:59 AM
i have 1 nice Add-in with several tools\classes(adding the DLL auto on references ;) ).
my question is how can i add\create macros?
i need create a...
0 replies | 45 view(s)
-
Today, 06:44 AM
Do you know what is happening here?
Dim b As Boolean
b = m_cCapture.IsSupported
If Not b Then
Stop
End If
...
25 replies | 6346 view(s)
-
Today, 06:32 AM
Please add database encryption/password (maybe using wxSQLite3 - FREE SQLite3 database wrapper or SQLCipher Community Edition)
268 replies | 551924 view(s)
-
Today, 05:57 AM
You're welcome, glad it helped lead you to the finish line.
4 replies | 122 view(s)
-
Today, 05:25 AM
twinBASIC Update: June 3, 2026
twinBASIC programming language and IDE status update from NoLongerSet:
Highlights include support for ADODB...
2074 replies | 2257359 view(s)
-
Today, 02:31 AM
Deleted...
268 replies | 551924 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...
268 replies | 551924 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....
9 replies | 198 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 help in your case :
If Left$(PathMask,...
4198 replies | 4065747 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 | 120 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...
71242 replies | 25795524 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 | 993244 view(s)
-
Yesterday, 06:19 PM
Should be: If oNode Is Nothing Then Exit Sub
4 replies | 160 view(s)
-
Yesterday, 06:18 PM
If oNode Is Nothing Then Exit Sub
4 replies | 160 view(s)
-
Yesterday, 05:07 PM
not work... error in
...
If oNode = Nothing Then Exit Sub
TreeView1.ToolTipText = oNode.Tag
...
4 replies | 160 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...
4 replies | 122 view(s)
|
Click Here to Expand Forum to Full Width
|