- 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:14 PM
My Mouse Wheel Fix has stopped working on W10. Help would be appreciated, though at at 84 I'm now very slow on the uptake! Can anyone help?
0 replies | 25 view(s)
-
Today, 03:49 PM
- u can check in task manager how much CPU your VB6 executable eat. if it show ok its something else.
- there can be API calls that do something....
1 replies | 65 view(s)
-
Today, 03:33 PM
Thanks for the suggestions...a bit beyond me for now, but I will probably look into alternative ways to optimise it (perhaps assigning a bunch of...
18 replies | 392 view(s)
-
Today, 03:29 PM
It seems there may be something infecting VB6 or somehow related.
Due to the way I work, is it possible that sometimes working on a x64 and...
1 replies | 65 view(s)
-
Today, 03:13 PM
Btw, a single request object can be reused (by calling Send second time to same host) so that original https connection is kept alive and no TLS...
18 replies | 392 view(s)
-
Today, 03:13 PM
thank you VanGoghGaming.
I will retry and respond you later.
8 replies | 237 view(s)
-
Today, 02:25 PM
If you are not reusing old objects but recreate them instead then you shouldn't need any pauses or DoEvents...
18 replies | 392 view(s)
-
Today, 02:13 PM
Hello Calcu,
the grid that I show in my previous post is populated row by row reading data from a recordset, the user has no live interaction with...
1445 replies | 625624 view(s)
-
Today, 02:01 PM
Sergio Perez manages to not make it to the line in time for his qualifying lap and qualifies 13th for the Sprint race. You can't make this stuff up.
760 replies | 239405 view(s)
-
Today, 01:54 PM
You need to apply UrlEncode on the string that you send as a parameter to the "Send" method.
Private Declare Function UrlEscapeW Lib "shlwapi"...
8 replies | 237 view(s)
-
Today, 01:47 PM
I think I understand that, thanks...I'll let you know how things go with it.
BTW, when it works, it would take ~2 seconds to grab 112 files from...
18 replies | 392 view(s)
-
Today, 01:36 PM
Just going to note this for the record. Holy cow (pun intended? Heyo!) I can't stand Karun Chandhok. He does this really, really annoying thing...
760 replies | 239405 view(s)
-
Today, 01:36 PM
If an object is busy (readyState<4) you can Abort it gracefully, if it's done then readyState will be 4. Either way you can Set it to "New...
18 replies | 392 view(s)
-
Today, 01:30 PM
Pretty much what I have done, though I have it in a separate UDT
Again, I have a UDT for the queue of URLs to be downloaded...the output is...
18 replies | 392 view(s)
-
Today, 01:06 PM
You could always check the "readyState" member of the UDT or even add more members to that "tHTTPRequest" UDT to help you with whatever extra...
18 replies | 392 view(s)
-
Today, 12:59 PM
Now you can set the height of the title bar and menu area, but the operation is very difficult, and the IDE can't be moved. What is the way to modify...
1 replies | 71 view(s)
-
Today, 12:50 PM
Thanks ty
148 replies | 44674 view(s)
-
Today, 12:49 PM
This is how it was setup in your gemstone app.
Private Sub SetUpPhotosAdapter()
Dim photosInsertCommand As New SQLiteCommand("INSERT...
4 replies | 209 view(s)
-
Today, 12:48 PM
The ownership structure of Truth Social (DJT) stock is a mix of institutional, retail, and individual investors.
Approximately 4.79% of the...
148 replies | 44674 view(s)
-
Today, 12:00 PM
Well, this appear to be work well:
Private Function GetRichTextHeight(rtbHwnd As Long, rtbFont As StdFont, Text As String, rtbWidth As Long) As...
3885 replies | 2536846 view(s)
-
Today, 11:48 AM
Obviously, lol
It would be interesting to know if the stock is mainly being bought by small investing individuals or large fund managers.
148 replies | 44674 view(s)
-
Today, 11:43 AM
Gladly Shaggy Hike..
Public Function SendMessageToTelegram2(str1 As String, str2 As String, Id As String, categoryId As Integer, genreLabel As...
8 replies | 237 view(s)
-
Today, 11:43 AM
Russia isn't expecting Google to pay anything, and if there is ever a settlement, it will be through negotiation. Therefore, the number itself is...
69343 replies | 22177365 view(s)
-
Today, 11:42 AM
Whether somebody else just didn't understand, or decided, "might as well just say what it is", I can't say. It could be either one. The numbers a...
69343 replies | 22177365 view(s)
-
Today, 11:41 AM
Somebody did the math and just...reported the number.
69343 replies | 22177365 view(s)
-
Today, 11:40 AM
Geeks are as Geeks do.
69343 replies | 22177365 view(s)
-
Today, 11:39 AM
I think that showing a bit of code as to how you are sending the data via VB6, might be useful here.
8 replies | 237 view(s)
-
Today, 11:37 AM
I get that part but why pick an amount so large it's basically meaningly.
69343 replies | 22177365 view(s)
-
Today, 11:31 AM
Personally, I'd think the tool would be "Search and Replace" on the main application. :)
My primary app has something around 10 or 12 ActiveX...
6 replies | 259 view(s)
-
Today, 11:21 AM
There is a way to make it work. Take your original ChatGPT code, put Option Explicit at the top and try running it. It won't work because there are...
3885 replies | 2536846 view(s)
|
Click Here to Expand Forum to Full Width
|