- 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, 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...
17 replies | 346 view(s)
-
Today, 03:13 PM
thank you VanGoghGaming.
I will retry and respond you later.
8 replies | 217 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...
17 replies | 346 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 | 625573 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 | 239370 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 | 217 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...
17 replies | 346 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 | 239370 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...
17 replies | 346 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...
17 replies | 346 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...
17 replies | 346 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 | 53 view(s)
-
Today, 12:50 PM
Thanks ty
148 replies | 44664 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 | 191 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 | 44664 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 | 2536371 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 | 44664 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 | 217 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 | 22176781 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 | 22176781 view(s)
-
Today, 11:41 AM
Somebody did the math and just...reported the number.
69343 replies | 22176781 view(s)
-
Today, 11:40 AM
Geeks are as Geeks do.
69343 replies | 22176781 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 | 217 view(s)
-
Today, 11:37 AM
I get that part but why pick an amount so large it's basically meaningly.
69343 replies | 22176781 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 | 244 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 | 2536371 view(s)
-
Today, 11:11 AM
As others said, the first question is why to break compatibility?
But there are sometimes reasons, because we realize that a name was not properly...
6 replies | 244 view(s)
-
Today, 10:57 AM
How to modify the menu font in VB6 by using subclassing to increase the font size, but the click area still only has the height of the original font...
1 replies | 53 view(s)
-
Today, 10:56 AM
thank you for your help.
I did what you said ..the json data was sent .. displayed in telegram app but not handled..
I am struggling for 3 days ..
8 replies | 217 view(s)
-
Today, 10:48 AM
jmc Sir,
This is what i understood from your reply for the below
syntax
Dim rect As Rectangle = New Rectangle(0, 0, ZoomPictureBox1.Width - 1,...
4 replies | 172 view(s)
|
Click Here to Expand Forum to Full Width
|