
- 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, 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 | 165 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...
19 replies | 334 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 | 165 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 | 188 view(s)
-
Today, 07:03 AM
Hi Trick,
How do I pass a keyword of 0x8000000000000102 to CYOr
cheers
6 replies | 165 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 | 2082 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 | 188 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 | 55 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 | 188 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 | 188 view(s)
-
Today, 04:44 AM
Thank You
12 replies | 497 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 | 560 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 | 39898 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,...
19 replies | 334 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...
19 replies | 334 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 | 165 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 | 1432 view(s)
-
Today, 02:38 AM
Is there an objective behind all these non-sensical dumps of gibberish?
Olaf
19 replies | 334 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 | 142 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 | 245 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 | 142 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 | 891 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)
-
Today, 01:58 AM
Private Sub FG_BackColor(FG As MSFlexGrid, R1 As Long, C1 As Long, R2 As Long, C2 As Long, lColor As Long)
Dim iFillStyle As Integer
Dim lRow...
3 replies | 127 view(s)
-
Today, 01:48 AM
how to free a string ptr,use SysFree?
i put string variant args to dll。
I'm passing a pointer to a variable of a variant type.
Once the variable...
19 replies | 334 view(s)
-
Today, 01:22 AM
I don't seem to have that file on my discs either. I've got a VS98ENT.STF, but only ACMSETUP .exe and .hlp. Checked ISOs for bother professional...
8 replies | 188 view(s)
-
Today, 01:15 AM
If the VarPtr values are different, somewhere you're making a copy of it rather than passing a reference.
Seems you've drifted off into another...
19 replies | 334 view(s)
|
Click Here to Expand Forum to Full Width
|