
- 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, 06:16 AM
Indeed ;-)
4 replies | 40 view(s)
-
Today, 06:02 AM
The code suggested by AI is more or less correct with a STRUCT from C that I believe is not available to us in VB6, regardless, the idea worked and...
3 replies | 70 view(s)
-
Today, 05:41 AM
Mistake: You join first, and count then
Solution: Count first then JOIN
Untested
WITH
RLS AS (SELECT MROrderMasterControl,...
4 replies | 58 view(s)
-
Today, 04:47 AM
1) Your yellow row should probably read "2025-09-29" --> September, Not October 2) Based on Assumption in 1) WITH GRP AS (SELECT ID, Absent,...
1 replies | 89 view(s)
-
Today, 03:32 AM
Unless the Class is a Form with KeyPreview=True
4 replies | 40 view(s)
-
Today, 03:09 AM
Just a quick thought - surely KeyDown has to be on a control, not on a class.
4 replies | 40 view(s)
-
Today, 03:08 AM
This is not an exact match for your question, but it appears to be a very similar undo/redo problem…
...
4 replies | 40 view(s)
-
Today, 02:51 AM
Your first solution worked for me today jggtz.
First time I ever needed this in over 20 years using vb6
Sorry if it's not appropriate to resurrect...
4 replies | 3330 view(s)
-
Today, 02:42 AM
No, I will have to disagree here very strongly. How New works in VB6 is utter madness beyond what words can describe, and had I known about that, I'd...
19 replies | 384 view(s)
-
Today, 02:24 AM
About his only support is the US. He probably wouldn't have to provide much of a justification for breaking the peace for him to keep that. US...
611 replies | 530354 view(s)
-
Today, 02:19 AM
Had a strange one today. My internet was soooo slow. Tested it and it was @ .3Mbps, usually runs @ 50. Was like that all day until @ 5pm then it...
70264 replies | 24830877 view(s)
-
Today, 01:58 AM
You probably are not understanding what it does, and why it exists. The cost is minimal. Every feature that automates something has a cost.
So you...
19 replies | 384 view(s)
-
Yesterday, 10:46 PM
You can; just set the out param to the exact interface (you may need to use one of the mem copy functions to avoid an implicit cast to the identity...
9 replies | 248 view(s)
-
Yesterday, 10:01 PM
Hello
I inccorporated CTRL+Z and CTRL+Y for each movement of Image and Each Re-size Action
Somehow I am not able to perform CTRL+Z Undo and...
4 replies | 40 view(s)
-
Yesterday, 08:50 PM
I'm thinking that if that were the case and BB does continue, that this would lose all remaining international support.
611 replies | 530354 view(s)
-
Yesterday, 05:58 PM
The thing is, though, there is no legitimate and sensible reason for New to work like this. You should not be paying any cost to use it relative to...
19 replies | 384 view(s)
-
Yesterday, 04:09 PM
That's a handy diagnostic tool indeed but it would've been great if you could return something as well. Suppose for most GUIDs you wanted to return...
9 replies | 248 view(s)
-
Yesterday, 02:18 PM
So, now I have a NAS that has stuff I haven't looked at in over a decade, and which I can't currently get into. However, it's just a block of older...
70264 replies | 24830877 view(s)
-
Yesterday, 02:16 PM
After thinking it over for a bit, I realized that I simply wouldn't be able to figure out that password. It has likely been over a decade since I...
70264 replies | 24830877 view(s)
-
Yesterday, 02:14 PM
Yesterday, I tried to upgrade my main computer. In doing so, I eventually concluded that the power switch on the case had taken that opportunity to...
70264 replies | 24830877 view(s)
-
Yesterday, 02:11 PM
For many years, I've had a NAS located in a strange, hidden, space in a wall of my house. Unfortunately, the NAS software worked with Win 7 and...
70264 replies | 24830877 view(s)
-
Yesterday, 01:35 PM
There's nothing strange, ByVal performs an implicit type conversion. It's your responsibility to ensure the conversion goes according to plan. In...
54 replies | 5070 view(s)
-
Yesterday, 01:15 PM
I agree with Elroy: there are legitimate use cases.
About the performance penalty: use where performance is not an issue.
I typically use it in...
19 replies | 384 view(s)
-
Yesterday, 12:53 PM
In my VB6 days, I used to use the package thing that made an installer, because I had to. There was too great a risk of my application breaking on...
16 replies | 354 view(s)
-
Yesterday, 12:19 PM
Another alternative is to activate trace mode in the project settings. You'll find an option for tracing `QueryInterface` results. Then review the...
9 replies | 248 view(s)
-
Yesterday, 12:16 PM
I have some code that mostly uses Single(s).
So while restoring the Subs/Functions (where possible) from Value to Reference parameter passing, I...
54 replies | 5070 view(s)
-
Yesterday, 12:16 PM
In tB, here's a handy way to monitor objects for QueryInterface requests that aren't implemented:
Private Interface IUnsupportedInterface...
9 replies | 248 view(s)
-
Yesterday, 12:14 PM
deleted
(posted wrong thread)
15 replies | 10050 view(s)
-
Yesterday, 08:53 AM
Finally, then I'll close this one.
Once again, which tools do you use to package your release? Do you use an off-the-shelf installer-builder? Or...
16 replies | 354 view(s)
-
Yesterday, 07:59 AM
Hi anycoder,
Thanks, it's perfect for me :thumb:
Have a nice day :)
:duck:
3 replies | 81 view(s)
|
Click Here to Expand Forum to Full Width
|