
- 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:39 AM
That was an over-simplification but the fact is that you should not just lazily invalidate an entire control when you know that only a small part of...
8 replies | 243 view(s)
-
Today, 06:05 AM
Thanks for updating the control and for the advice. Will have a play around later :). It will definitely come in useful
36 replies | 12839 view(s)
-
Today, 04:19 AM
to prevent the flickering, you usually put also the doublebuffered property of the form to yes
8 replies | 243 view(s)
-
Today, 03:18 AM
Besides MOVSB there are MOSVW (16-bit word transfers) and MOSVD (32-bit dword transfers) but yet faster would be to use MOVDQA i.e. SSE instruction...
15 replies | 283 view(s)
-
Yesterday, 10:19 PM
OK, thanks.
15 replies | 283 view(s)
-
Yesterday, 10:15 PM
haha, ok, you've convinced me ... we're serializing. :p
12 replies | 314 view(s)
-
Yesterday, 09:59 PM
Did you look in the Error List window? That should tell you what the specific issues are and where. If they're are compilation errors then you...
1 replies | 119 view(s)
-
Yesterday, 09:50 PM
Code wouldnt be hard, you just have to add permissions to the scope list and create a function to read the emails. The problem is that anything other...
5 replies | 262 view(s)
-
Yesterday, 09:42 PM
Yes. The processor has to be switched to 64 bit mode. Coincidentally the trick showed us how to do just that in your population count thread months...
15 replies | 283 view(s)
-
Yesterday, 09:32 PM
yes, you could replicate the browser with building your own headers and data and use winsock, would require some in depth knowledge of the HTTP...
5 replies | 262 view(s)
-
Yesterday, 09:17 PM
OK. Since we are already on a close subject I'll take the opportunity to ask another related question: is it possible from a Win32 process to use 64...
15 replies | 283 view(s)
-
Yesterday, 09:04 PM
I actually wrote my own version of CopyMemory when I was first introduced to Trick's VB6 assembler add-in:-
use32
push ebp
mov...
15 replies | 283 view(s)
-
Yesterday, 08:41 PM
Also, for those of you who are interested in TwinBASIC, you would be happy to know that this can be generalized very neatly in that language using...
12 replies | 314 view(s)
-
Yesterday, 08:08 PM
G'Day vbLewis
Thanks 4 you effort, this was a really gr8 sample to work thru. when these changes r pushed onto us I always wonder if anyone from...
5 replies | 262 view(s)
-
Yesterday, 08:05 PM
Actually, outside of the world of VB6 what you're doing here is referred to as serialization. Here is the Wikipedia definition:-
...
12 replies | 314 view(s)
-
Yesterday, 06:00 PM
This is a screen shot with new available BorderStyle settings:
36 replies | 12839 view(s)
-
Yesterday, 05:55 PM
Thanks for that response, @sapator. The deal is, I'm an old guy and I live alone, and I want my family to be notified if something happens to me at...
2 replies | 169 view(s)
-
Yesterday, 05:44 PM
OAuth2 seems to be entirely oriented to browser usage. I do not want to engage a browser just to satisfy OAuth2. Is there a way around this problem?...
5 replies | 262 view(s)
-
Yesterday, 05:30 PM
I have no idea what is the academical term, I'm just calling them in the same way that the people that work with the technique call them (so they...
15 replies | 283 view(s)
-
Yesterday, 05:28 PM
Do you think I could set up, let's say a 1 GB array in this way, and VB still able to work with it?
Or maybe even one larger than 4 GB?
15 replies | 283 view(s)
-
Yesterday, 05:22 PM
Thank you.
I added options to the BorderStyle property. Now it matches the original.
Only that the dots and dashes are smaller (with GDI+...
36 replies | 12839 view(s)
-
Yesterday, 05:18 PM
I still don't understand why people find it whizzy to call code injections thunks. Thunks are an entirely different thing.
15 replies | 283 view(s)
-
Yesterday, 04:51 PM
You could map an array to an arbitrary memory. It avoids copying.
https://github.com/thetrik/VbVst/blob/main/VbDebugVst/dll/modules/modMain.bas
...
15 replies | 283 view(s)
-
Yesterday, 04:48 PM
Yeah, I'll soon look at what he did, and fix my class (using his guidance). I'm just sort of indolent right now.
47 replies | 1372 view(s)
-
Yesterday, 04:44 PM
It is for the memory mapping, and I believe there is no way without copying the data from the map to a local variable.
If we could change the...
15 replies | 283 view(s)
-
Yesterday, 04:43 PM
When I click on debug, I get the following error:
Build failed - Do you want to continue debugging?
If I click on "YES" the program continues, but...
1 replies | 119 view(s)
-
Yesterday, 04:38 PM
It isn't required if you don't care about data in the disk.
47 replies | 1372 view(s)
-
Yesterday, 04:34 PM
In The Trick's class he does not use FlushViewOfFile.
47 replies | 1372 view(s)
-
Yesterday, 04:31 PM
O Tis will definitely elevate.
66774 replies | 11892424 view(s)
-
Yesterday, 04:27 PM
The stub vb uses to transfer you to copymemory is already small Chuck of asm you can see it in second half of this blog post
...
15 replies | 283 view(s)
|
Click Here to Expand Forum to Full Width
|