
- 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, 08:23 PM
After simplifying (unifying) the timing-approach and putting the whole VB6-stuff into a *.bas Module:
VB6-Version:
Option Explicit
Public...
42 replies | 1063 view(s)
-
Today, 08:08 PM
Zvoni
thak you for the link
I followed your approach
This is my Presence table
I can display the list of attendees on a grid easily
For this...
9 replies | 257 view(s)
-
Today, 07:23 PM
Nice job Reexre.
I saw the alpha swap code, so I assume that's your masking thingy. I don't think I can do that with my situation, as I'm going to...
83 replies | 2794 view(s)
-
Today, 07:12 PM
I apologize; I forgot to include it in the most recent release. I've now updated the attachment to include it, and for convenience I'm attaching the...
12 replies | 10220 view(s)
-
Today, 07:00 PM
The time between startup to Form display has more to do with the IDE's performance than the actual code being executed. Visual Studio is a heavy IDE...
42 replies | 1063 view(s)
-
Today, 06:46 PM
Many complex, not exists mIID.bas in oleexp, may complex for test
12 replies | 10220 view(s)
-
Today, 06:45 PM
In my free time i always watch it.
427 replies | 38286 view(s)
-
Today, 06:39 PM
In this particular case, I could not find a clean way to use a Span<int> that would have been beneficial. I used pointers so I could benefit from...
42 replies | 1063 view(s)
-
Today, 06:27 PM
How’s the Bench marks for ide debug session startup to form display.
During dev I have stop start debug sessions approximately...
42 replies | 1063 view(s)
-
Today, 06:14 PM
Yes, if you multithread a URL task with hundreds of thousands of lines in a text file, 10 threads open 10 URLs in different locations. Uch as 102,...
6 replies | 245 view(s)
-
Today, 05:56 PM
@niya - not had chance to try this but I wonder if using a Span<int> instead of pointers would make any difference to performance.
42 replies | 1063 view(s)
-
Today, 05:48 PM
I drove from TN to OH in the summer with my thermostat not working by keeping the windows down and running the heat at full blast. It was a pretty...
97 replies | 12945 view(s)
-
Today, 05:43 PM
Tried to fix It by myself, but... Lack of knowledge... :-(
850 replies | 323238 view(s)
-
Today, 05:41 PM
Yes, I prefer to paste the statements, I don't like to reference anything, it's an old custom.
No it is returning black color where it is...
32 replies | 806 view(s)
-
Today, 05:28 PM
For that, you need to intercept the keyboard input, BUT... It may still Tab-Out. As you notice, that is the "nature" of an OCX control. The window...
10 replies | 206 view(s)
-
Today, 05:05 PM
I mean don't get me wrong, I'm not against people loving who they want and such. A life with love is a life worth living. But at the same time for me...
427 replies | 38286 view(s)
-
Today, 04:34 PM
I had a Buick and that darn thing always had an overheating problem. during the 100+ days of summer around here I would have to drive with the...
97 replies | 12945 view(s)
-
Today, 04:31 PM
Possibly useful link:
https://www.indeed.com/career-advice/career-development/how-to-count-colored-cells-in-excel
1 replies | 64 view(s)
-
Today, 04:22 PM
If the control have the method setfocus, use:
Private Declare Function GetFocus Lib "user32" () As Long
Private Sub getHwndControl(Ctl as...
8 replies | 3259 view(s)
-
Today, 04:15 PM
Like yourself, I have been quite interested in enabling a server to be able to service multiple connections efficiently. My own SimpleServer is...
6 replies | 245 view(s)
-
Today, 04:15 PM
I know but this is an extremely naïve and simplistic view on matters of performance. I'm measuring vector addition which involves the use of arrays....
42 replies | 1063 view(s)
-
Today, 03:48 PM
I don't believe that dbasnett's code or tutorial would cover having to have different configurations for Tx and Rx simultaneously, or quickly...
4 replies | 180 view(s)
-
Today, 03:33 PM
Most of the machines, where this is critical, are old machines running old things. In a consumer-market, there are not may 32-bit systems left. In a...
42 replies | 1063 view(s)
-
Today, 03:30 PM
I'm looking at the code you linked; My code is similar, but I used only function and Subs, none Tasks, since I'm not familiar with it. Can you...
4 replies | 180 view(s)
-
Today, 03:26 PM
We are definitely on the same side of the fense in that regard. I almost did not watch it... I mean two dudes kissing.. But I have to say at the end...
427 replies | 38286 view(s)
-
Today, 02:43 PM
What he wanted to say is that shaving a few nanoseconds here and there is irrelevant. When code optimizations start to go into the realm of seconds...
42 replies | 1063 view(s)
-
Today, 02:37 PM
Wow. That is simply amazing. It's about time they did that.
This reminds me, I was sent a video on performance enhancements in the latest .Net...
42 replies | 1063 view(s)
-
Today, 02:36 PM
The video makes a fundamental mistake that isn't covered. The issue isn't about an electric car, the issue is that we have built up a massive...
97 replies | 12945 view(s)
-
Today, 02:03 PM
Whenever I cross the Blue Mountains during the winter....or anything close enough to winter, I always bring something extra just in case. I had my...
97 replies | 12945 view(s)
-
Today, 02:02 PM
I will give that a try as well. Noticed another problem if the first item in the group is a control type and then there is one more group with a link...
10 replies | 206 view(s)
|
Click Here to Expand Forum to Full Width
|