
- 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, 09:24 PM
If you're sending your data as lines, then I think it would be easiest to read them as lines.
What I've done when reading serial data that is...
3 replies | 132 view(s)
-
Today, 09:14 PM
lol :lol:
185 replies | 6561 view(s)
-
Today, 08:36 PM
I wouldn't call it a day to day occurrence.
Shooting kids in an elementary school is rarer than that. The article itself says it was the worse...
2 replies | 48 view(s)
-
Today, 08:33 PM
Another way of saving a RecordSet is by serializing it into a PropertyBag:
With New PropertyBag
.WriteProperty "RecordSet", objRecordSet
...
23 replies | 458 view(s)
-
Today, 08:20 PM
GetMem and PutMem are faster than CopyMemory simply because CopyMemory does additional processing beside just moving the data from one place to...
11 replies | 461 view(s)
-
Today, 07:54 PM
Smart arse remarks don't hide your lack of factual substance.
But thanks, I haven't been called adorable for a long time. Glad to know I still...
185 replies | 6561 view(s)
-
Today, 07:50 PM
I'd give you more rep for that post, but I hit my REP limit for you. :)
Yes, I used something similar, for various things. Usually my main concern...
11 replies | 461 view(s)
-
Today, 07:49 PM
If memory-based Recordset can store object instances, then we can use it as a multi-column collection. Olaf's VB6-ADO-Rs-like...
23 replies | 458 view(s)
-
Today, 07:45 PM
No, just the part relevant to the issue. You have a debugger at your disposal so you need to use it to narrow it down. You need to work out where the...
4 replies | 100 view(s)
-
Today, 07:41 PM
I commented on this in Post Race.
I have mixed feeling about these shootings being on the front page. On one side the exposure might help...
2 replies | 48 view(s)
-
Today, 07:36 PM
I am trying to figure-out the best ways to tackle this, so don't mind my TLDR mental notes. Sometimes what sounds good on paper, doesn't sound as...
4 replies | 268 view(s)
-
Today, 07:28 PM
The VB6 RGB() function takes three parameters p1, p2, p3 and returns "p1+p2*256+p3*65536", that's all it does and it doesn't care about the order of...
11 replies | 461 view(s)
-
Today, 07:09 PM
VB.Net actually uses word order, so it's actually BGRA. If you do this in .Net:-
Dim c = Color.FromArgb(10, 15, 20).ToArgb()
...
11 replies | 461 view(s)
-
Today, 07:05 PM
Ok, I also tested putting instantiated objects into the adVariant fields of a disconnected recordset.
They seem to be handled exactly the same way...
23 replies | 458 view(s)
-
Today, 06:50 PM
https://www.cnn.com/2023/03/27/us/covenant-school-shooting-nashville-tennessee/index.html
It is well known this is an American day to day...
2 replies | 48 view(s)
-
Today, 06:49 PM
That seems to suggest that your issue was more about doing something when a form was opened rather than about a message box. As you haven't actually...
5 replies | 265 view(s)
-
Today, 06:47 PM
VB6 RGB() function
https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/rgb-function
While VB.NET uses ARGB()...
11 replies | 461 view(s)
-
Today, 06:21 PM
Ahh, interesting. If you've got an adVariant as a field with an array in it, you can't save the recordset.
So, it seems that, at least in...
23 replies | 458 view(s)
-
Today, 06:16 PM
Just like winsock control, there should be a way to know whether the transmission is successful or not
8 replies | 419 view(s)
-
Today, 05:48 PM
True, but that doesn't mean they won't try to push their agendas here. Though I think climate change in particular is more of an WEF thing than an...
185 replies | 6561 view(s)
-
Today, 05:44 PM
Your innocence is so adorable.
185 replies | 6561 view(s)
-
Today, 05:38 PM
I use the socks5 proxy to access the E-mail server, just like foxmail Because the protocol details of socks5 are not clear (checked RFC, but failed),...
15 replies | 324 view(s)
-
Today, 05:19 PM
I was able to display the messagebox when the form started.
5 replies | 265 view(s)
-
Today, 05:15 PM
Thank you Moderator
I still want to do it.
SQL = "Select * from Item_tbl Where item_name =? "
Set Rs = Cnn.OpenRecordset(SQL)
With...
2 replies | 47 view(s)
-
Today, 05:10 PM
Pretty close (your 2nd example) is what I did...But I am not understanding what OP is wanting for an output.
Will check back later to see, but...
3 replies | 105 view(s)
-
Today, 05:05 PM
If I've understood correctly, here are 2 possibilities:
You can add a function to print the system width:
Private Sub Command1_Click()
...
3 replies | 105 view(s)
-
Today, 04:58 PM
I think you are still confused about the byte order.
The old RGB() function returns a degenerate case of OLE_COLOR where OleColorType = Default.
11 replies | 461 view(s)
-
Today, 04:41 PM
Got sad today when I read about another school shooting. Started thinking about our gun violence problems. A little later I read where six children...
67971 replies | 14139360 view(s)
-
Today, 04:33 PM
Re-using the ID numbers is generally not a good idea, as explained in this FAQ article: Database - Why don't AutoNumber/Identity/etc re-use deleted...
2 replies | 47 view(s)
-
Today, 04:32 PM
If the form becomes non-responsive, video is VERY unlikely to be the issue, and garbage collection is fairly unlikely. If video was unresponsive,...
4 replies | 100 view(s)
|
Click Here to Expand Forum to Full Width
|