
- 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:55 AM
Unfortunately, with Windows 10 and 11, using this class displays error code 378 because NONCLIENTMETRICS compatibility has changed between older and...
1 replies | 6561 view(s)
-
Today, 02:58 AM
using the code Designer, how can i paste a unicode charaters?
(ASCII table, the table charaters)
(yes on Add-In)
using the forms 2.0, i can use...
0 replies | 29 view(s)
-
Today, 01:16 AM
You don't.
there are 3 common uses of #define in c
1) defining constants --> IIRC, typeless, but you can cast the value to a specific type to...
1 replies | 92 view(s)
-
Yesterday, 08:59 PM
Thanks, I have been curious.
I checked out a few of your entries. Your very prolific. That journal will probably be longer than War and Peace...
71246 replies | 25795746 view(s)
-
Yesterday, 07:59 PM
Yeah, they can put the bite on you.
71246 replies | 25795746 view(s)
-
Yesterday, 07:58 PM
I'm in Columbus Ohio. I broke my camera the other day and have to get a new one. Using my phone just sucks. The phone is my navigation device and too...
71246 replies | 25795746 view(s)
-
Yesterday, 07:55 PM
Turtles don't learn. I caught a soft shelled turtle (perhaps the meanest turtle in the world). Rather than getting near that mouth, I just cut the...
71246 replies | 25795746 view(s)
-
Yesterday, 07:52 PM
I considered a chess logic program at one point. I then realized that the general logic of the mid-game (hide the king) are quite different in the...
8 replies | 235 view(s)
-
Yesterday, 07:47 PM
Basically, draw to a bitmap, not to the screen. That's how games usually handle this: All the drawing is done to a background image which is then...
13 replies | 301 view(s)
-
Yesterday, 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 | 261 view(s)
-
Yesterday, 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 | 430 view(s)
-
Yesterday, 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 | 144 view(s)
-
Yesterday, 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 | 144 view(s)
-
Yesterday, 03:55 PM
Are your api declarations really this
Private Declare Function FindFirstFile Lib "kernel32" _
() ' Alias...
9 replies | 261 view(s)
-
Yesterday, 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...
13 replies | 301 view(s)
-
Yesterday, 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 | 261 view(s)
-
Yesterday, 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...
13 replies | 301 view(s)
-
Yesterday, 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 | 261 view(s)
-
Yesterday, 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 | 261 view(s)
-
Yesterday, 10:47 AM
And of course the WinRT solution:
Public Function FolderExists(sFolder As String) As Boolean
With New cAwait
FolderExists =...
9 replies | 261 view(s)
-
Yesterday, 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 | 6394 view(s)
-
Yesterday, 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 | 261 view(s)
-
Yesterday, 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...
71246 replies | 25795746 view(s)
-
Yesterday, 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...
1 replies | 92 view(s)
-
Yesterday, 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 | 6394 view(s)
-
Yesterday, 06:32 AM
Please add database encryption/password (maybe using wxSQLite3 - FREE SQLite3 database wrapper or SQLCipher Community Edition)
268 replies | 552189 view(s)
-
Yesterday, 05:57 AM
You're welcome, glad it helped lead you to the finish line.
4 replies | 139 view(s)
-
Yesterday, 05:25 AM
twinBASIC Update: June 3, 2026
twinBASIC programming language and IDE status update from NoLongerSet:
Highlights include support for ADODB...
2074 replies | 2257422 view(s)
-
Yesterday, 02:31 AM
Deleted...
268 replies | 552189 view(s)
-
Yesterday, 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 | 552189 view(s)
|
Click Here to Expand Forum to Full Width
|