
- 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, 08:34 AM
Why did you contribute so much to VB6? You have developed many excellent open source projects all the time.
I found it difficult to modify the...
21 replies | 345 view(s)
-
Today, 08:25 AM
There's no "may reach 50%" ... it will not only reach 50%, it'll surpass 50% and go right to 95% ... I've seen how people around here drive. On the...
308 replies | 23987 view(s)
-
Today, 08:23 AM
Because I'm calling these standard DLL APIs in VBS. It can pass arguments to variants, but it cannot pass pointers. I need to e the result back...
21 replies | 345 view(s)
-
Today, 08:17 AM
I mean, these little planes are used to go to work, just like your private car.Many people may spend more than $300000 to buy this car.Wouldn't it be...
308 replies | 23987 view(s)
-
Today, 07:55 AM
The point of the dummy procedure is to recompile the module which contains the callback functions before using AddressOf on these callback functions...
16 replies | 1025 view(s)
-
Today, 07:42 AM
Hi fafalone,
Excel File Demo:
fafalone_TaskDlg.xlsm
First of all, thanks for publishing this nice TakskDlg class which I am sure many vba...
16 replies | 1025 view(s)
-
Today, 07:41 AM
Btw, you can use VT_I8 64-bit Variants w/ built-in Or operator in VB6 like this
Option Explicit
Private Declare Sub CopyMemory Lib "kernel32"...
6 replies | 168 view(s)
-
Today, 07:18 AM
If you're passing with VT_BYREF like you want to, you shouldn't be using SysFreeString at all, because then VB will crash when your DLL invalidates a...
21 replies | 345 view(s)
-
Today, 07:10 AM
The trick probably has a better way but you can combine the two methods we've posted...
Dim bt(7) As Byte
Dim curKW As Currency
bt(0) = &H02...
6 replies | 168 view(s)
-
Today, 07:05 AM
With drive capacities what they are today there's zero reason you should be using some 4mb stripped down pirate VB6. Something isn't going to work...
8 replies | 195 view(s)
-
Today, 07:03 AM
Hi Trick,
How do I pass a keyword of 0x8000000000000102 to CYOr
cheers
6 replies | 168 view(s)
-
Today, 05:25 AM
Its crunch time...so what was on the republican agenda yesterday? The Biden impeachment inquiry. I watched almost all of it. It was the typical...
105 replies | 2084 view(s)
-
Today, 05:08 AM
You can also use sandbox software, which will be installed once it will virtual registry and INI changes into a directory, and then packaged into a...
8 replies | 195 view(s)
-
Today, 05:08 AM
This seems reasonable to me. You need a one-to-many relationship between a portfolio and the charts assigned to it. Maybe this helps explain what...
1 replies | 57 view(s)
-
Today, 05:00 AM
I just keep a Windows XP VM around and have VB6 installed in it. It takes less finagling to get it up and running. For me anyway.
8 replies | 195 view(s)
-
Today, 04:51 AM
The simplest way is to write a registry key and use VB6. The rest are basically enterprise edition controls and so on. Just register.
The minimum...
8 replies | 195 view(s)
-
Today, 04:44 AM
Thank You
12 replies | 500 view(s)
-
Today, 04:40 AM
I used a Datatable as a sample, it would be nice if the OP could post a sample of the Textfile or CSV ?
18 replies | 564 view(s)
-
Today, 04:40 AM
What is a multithreaded solution that can run stably under the VB6 IDE without crashing? No need to debug, just run once, stop, then F5, repeat many...
113 replies | 39901 view(s)
-
Today, 04:30 AM
I noticed! :)
100 replies | 96064 view(s)
-
Today, 04:28 AM
It is used for: parameter passing of string, character variant between different programming languages.
For example, PYTHON calls VB6 COM DLL,...
21 replies | 345 view(s)
-
Today, 04:27 AM
The initial problem was to use VBS to create an object such as XMLHTTP server or winhttprequest to request a web page HTM, and very few computers...
21 replies | 345 view(s)
-
Today, 03:29 AM
Thanks guys. Will have a play. I have to admit I find the documentation quite confusing when it comes to matchAnyKeyword and matchAllKeyword. I don't...
6 replies | 168 view(s)
-
Today, 03:06 AM
Done via Rs.UpdateBatch, I guess...
Anyways, glad you had it running.
Hint... if you want to refresh a given Rs after inserting new records...
51 replies | 1436 view(s)
-
Today, 02:38 AM
Is there an objective behind all these non-sensical dumps of gibberish?
Olaf
21 replies | 345 view(s)
-
Today, 02:34 AM
As for the "drop-in-module" for regfree loading of the RC6... here is a recent variant for that:
Option Explicit 'simple "drop-in" regfree-module...
10 replies | 143 view(s)
-
Today, 02:27 AM
Thanks a much Eduardo and VanGoghGaming!!!
Both codes work normally now.
However, I'm going to use VanGoghGaming version, because stretching...
4 replies | 246 view(s)
-
Today, 02:26 AM
Haven't tetsted this for a long time myself - but seem to remember that others had it working on Win7.
Do you keep all Dlls in the RC6-bundle...
10 replies | 143 view(s)
-
Today, 02:23 AM
Thanks a much for this easy and nice example.
I have both 2k and 4k, so I may test. Atm I don't see issues with your project.
As about dynamic...
5 replies | 892 view(s)
-
Today, 02:15 AM
Using the FillStyle property you can change a range of cells with a single command.
But you always have to take care about the current selected row,...
0 replies | 38 view(s)
|
Click Here to Expand Forum to Full Width
|