
- 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, 02:00 PM
You won't see it being removed, because they sneakily renamed it to the same thing. However, it is NOT making the same thing. People just think it...
9 replies | 226 view(s)
-
Today, 01:37 PM
Ok, I just checked, and it's also correctly saving and returning non-ANSI Unicode, so that seems good as well.
Until shown evidence otherwise, I...
6 replies | 98 view(s)
-
Today, 01:35 PM
if u want to work in GDI, u should use GDI32 (alphablend/bitblt/stretchblt) and to do that u create memoryDC, not bitmaps (that are created by GDI+)...
14 replies | 554 view(s)
-
Today, 01:29 PM
Im with Elroy, u will not gain anything using another method.
reading is hardware stuff, so its not that u can read even faster using another...
4 replies | 88 view(s)
-
Today, 01:23 PM
So Trick, do you think using filemapping, we're getting the advantage of some multi-threading (with Windows doing part of the work with another...
4 replies | 88 view(s)
-
Today, 01:21 PM
Of course. When you work with filemapping you just access to a memory (the system does reading itself) when you use ReadFile - it always does mapping...
4 replies | 88 view(s)
-
Today, 01:04 PM
Here's an example of what I'm talking about:
Option Explicit
' REFERENCE to ADO 2.8 used/needed <----------------
Dim rs As ADODB.Recordset...
6 replies | 98 view(s)
-
Today, 01:01 PM
Fun fact: in adVarWChar of size X you can store BSTRs of *any* size provided that the synthetic recordset is not persisted (which fails if data is...
6 replies | 98 view(s)
-
Today, 01:00 PM
None of your attachments are working. From what I understand, you need to click the "Go Advanced" button when posting a new reply and attach the...
6 replies | 111 view(s)
-
Today, 12:55 PM
Ok, just continuing on with my initial reasoning for a bit, if an adBSTR field is actually in the record, two questions:
How can I create this...
6 replies | 98 view(s)
-
Today, 12:49 PM
Since more than one table is involved via joins -
we cannot recommend anything else but:
- post a zip with your (reduced) sqlite-db
- or...
1 replies | 37 view(s)
-
Today, 12:45 PM
Personally, I seriously doubt you'd get any gain. With CreateFileMapping & MapViewOfFile, you're setting up access to "far memory" (beyond our 2GB...
4 replies | 88 view(s)
-
Today, 12:44 PM
adVarWChar matches a VB6 String better and is probably a better choice for typical text fields. These can be sort keys.
adLongVarWChar is the...
6 replies | 98 view(s)
-
Today, 12:42 PM
I think the recordset holds the actual string data in an adBSTR field, not a pointer. I remember looking through the list of AdoDB types when I was...
6 replies | 98 view(s)
-
Today, 12:27 PM
You will have to check in your js-source, whether the window._grid_ensureHotSpotIds function,
returns something at all...
And if it does, then...
305 replies | 68534 view(s)
-
Today, 12:25 PM
I have now managed to get it working:
Private Sub Form_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As...
3 replies | 221 view(s)
-
Today, 12:24 PM
adBSTR (aka, DBTYPE_BSTR) in a memory-based ADO recordset, what is this, and what happens?
First, I'm guessing that the actual records (when new...
6 replies | 98 view(s)
-
Today, 12:17 PM
Thanks everybody for the insights!
It turns out that I’ve always incorrectly thought that the GPU was automatically invoked when doing "graphical...
14 replies | 554 view(s)
-
Today, 12:17 PM
If it is enclosed by "my" outer "onload"-callback-snippet, then "your" (inner) event-listener-installation comes "too late" ...
since you prepare...
305 replies | 68534 view(s)
-
Today, 12:17 PM
Greetings
The suggested changes were made, with the same results.
For ease of reference see attached screenshots.
.
The program that I am...
6 replies | 111 view(s)
-
Today, 12:15 PM
I have 300MB file that I constantly need to be ONLY Reading from!
Currently I open the File keeping the fileHandle open throughout the app and...
4 replies | 88 view(s)
-
Today, 12:13 PM
I'd imagine there are some formats that it doesn't support, and there's the long standing issue with passwords, but the byte sequence I gave comes...
9 replies | 226 view(s)
-
Today, 11:21 AM
So, on an "average, non-overpowered" Gaming-PC, one will achieve:
- about 17msec (on a quite high-res "Full-HD" Surface of 1920x1080
- which equals...
87 replies | 2947 view(s)
-
Today, 11:21 AM
To my way of thinking, the power of the GPU lies in its ability to build a library of mesh objects and UV textures, and then to allow for the...
14 replies | 554 view(s)
-
Today, 11:14 AM
Greetings
Thanks to delaney, dday9 and option base1.
For ease of reference the error message received is as per attached screenshot - msgbox
...
6 replies | 111 view(s)
-
Today, 11:13 AM
Hi everyone, I'm here again. With another problem(at least for me).
I should check if I actually sent an email, and this works. But I noticed that...
0 replies | 44 view(s)
-
Today, 11:12 AM
I thought you had to be a bit careful about the compression technology used in the ZIP file. I'm sure your 22 bytes does it, but I didn't think...
9 replies | 226 view(s)
-
Today, 11:03 AM
thanks everyone for the help
11 replies | 424 view(s)
|
Click Here to Expand Forum to Full Width
|