
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 10:19 PM
OK, thanks.
14 replies | 195 view(s)
-
Yesterday, 10:15 PM
haha, ok, you've convinced me ... we're serializing. :p
12 replies | 279 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 | 83 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 | 235 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...
14 replies | 195 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 | 235 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...
14 replies | 195 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...
14 replies | 195 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 | 279 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 | 235 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 | 279 view(s)
-
Yesterday, 06:00 PM
This is a screen shot with new available BorderStyle settings:
35 replies | 12798 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 | 235 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...
14 replies | 195 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?
14 replies | 195 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+...
35 replies | 12798 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.
14 replies | 195 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
...
14 replies | 195 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 | 1345 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...
14 replies | 195 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 | 83 view(s)
-
Yesterday, 04:38 PM
It isn't required if you don't care about data in the disk.
47 replies | 1345 view(s)
-
Yesterday, 04:34 PM
In The Trick's class he does not use FlushViewOfFile.
47 replies | 1345 view(s)
-
Yesterday, 04:31 PM
O Tis will definitely elevate.
66774 replies | 11891052 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
...
14 replies | 195 view(s)
-
Yesterday, 04:21 PM
Ahhh, thank you. I missed it somehow. And missing your posts is not something I should be doing. :)
47 replies | 1345 view(s)
-
Yesterday, 04:18 PM
Declare Function vbaCopyBytes Lib "msvbvm60.dll" Alias "__vbaCopyBytes" (ByVal length As Long, dst As Any, src As Any) As Long
Declare Function...
14 replies | 195 view(s)
-
Yesterday, 04:15 PM
CopyMemory (RtlMoveMemory) is the quite fast function. __vbaCopyBytes is little bit faster. Maybe don't you need to copy data at all?
14 replies | 195 view(s)
|
Click Here to Expand Forum to Full Width
|