
- 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, 01:30 PM
ERROR:
Run-time error '340':
Control array '2' doesn't exist
Private Function LabelUpdate(Index As Integer)
26 replies | 1674 view(s)
-
Today, 01:27 PM
Not within strings like that but it has the function Environ() to get environmental variables like that...
Folder = Environ("UserProfile") &...
1 replies | 17 view(s)
-
Today, 01:19 PM
less code
Option Explicit
Private iHou1(0 To 2) As Integer
Private iMin1(0 To 2) As Integer
Private Sub Command1_Click(Index As Integer)
...
26 replies | 1674 view(s)
-
Today, 01:19 PM
Recently installed Windows 11, requiring rewriting some code now that Documents has to be in the User folder, the code:
Folder =...
1 replies | 17 view(s)
-
Today, 12:56 PM
If you want to use a bit field, you can use the AND operator to perform a single test:-
Private Sub Form_Load()
Dim idx_ShuffleType_EquipBest...
22 replies | 301 view(s)
-
Today, 12:18 PM
I ate a couple of coffee beans once...that was a "boost". I didn't enjoy it.
69750 replies | 23521108 view(s)
-
Today, 12:08 PM
well, it works for that 1 instance perfectly.. however i have 2 more instances as i mentioned in #22 - right now i am working on the second instance...
26 replies | 1674 view(s)
-
Today, 11:40 AM
I usually just prefix the Method with "My"
Form1
Option Explicit
Private Sub Form_Load()
Dim FileHandler As New Class1
...
5 replies | 168 view(s)
-
Today, 11:25 AM
The Nazis just plain wanted them dead and didn't care about their land. I agree with that. The Israelis want the land and want them dead as long as...
586 replies | 492869 view(s)
-
Today, 10:44 AM
I asked Microsoft CoPilot about this;
-> Please provide the most complicated C source code, that you can convert to VB6 source code.
I can...
6 replies | 178 view(s)
-
Today, 10:36 AM
Ah, sorry missed it :)
22 replies | 301 view(s)
-
Today, 10:10 AM
Btw, this works as expected in TB. You can have a procedure named Lock or Print (with ot without square barckets) but when you call these you have to...
5 replies | 168 view(s)
-
Today, 10:02 AM
> If the amount of QuickJS code is not too large. . .
Estimated LOC (as of recent versions):
Total LOC (approximate): ~100,000 lines
Main...
6 replies | 178 view(s)
-
Today, 09:44 AM
Yeah, I agree that it's terrible. I agree with almost all of that, but what the Nazis did was a level beyond even that. What we are seeing here is a...
586 replies | 492869 view(s)
-
Today, 09:40 AM
See #17. :)
22 replies | 301 view(s)
-
Today, 09:37 AM
I have copied the source code of the page (after performing search) into an text file
This is the link for the text file.
Kindly search for...
5 replies | 280 view(s)
-
Today, 09:37 AM
the problem with integrating 3rd party script engines to vb6 is weaving in the COM support we all take for granted with the ms script control. The...
6 replies | 178 view(s)
-
Today, 09:36 AM
You know? Another idea is to try surrounding your variable names with . That's a way that you can, in some cases, get unusual names into VB6.
...
5 replies | 168 view(s)
-
Today, 09:35 AM
My sister is so hyper sensitive to caffeine that she almost (though not quite) counts as being allergic to it. She doesn't quite count as her...
69750 replies | 23521108 view(s)
-
Today, 09:33 AM
Yeah, I get it, I just think it's laughably wrong. I do agree that if Russia used nukes, that would make short work of all kinds of things. Everybody...
1885 replies | 762899 view(s)
-
Today, 09:30 AM
Private Sub Command1_Click()
Dim x As Long
x = 2
Debug.Print ValueIn(x, 5, 7)
Debug.Print ValueIn(x, 1, 3, 4, 5, 7)
Debug.Print...
22 replies | 301 view(s)
-
Today, 09:30 AM
Agree..But had been waiting for the API since very long...they dont seem interested in developing any..
so had to resort to web scraping...actually...
5 replies | 280 view(s)
-
Today, 09:29 AM
I thought you could use Intrinsic names but you have to call them with the thing that has the method.
MyBas.Lock ' or something like that.
I...
5 replies | 168 view(s)
-
Today, 09:26 AM
Because that's going in the opposite direction - longer code.
22 replies | 301 view(s)
-
Today, 09:24 AM
AFAIK, you're SOL on that one. Those keywords are hard-coded into VB6's Intellisense and the compiler. I suppose you could try a command-line...
5 replies | 168 view(s)
-
Today, 09:22 AM
I would never try to translate the code to vb6. C and vb6 can work excellent together.
6 replies | 178 view(s)
-
Today, 09:20 AM
:blush: guilty as charged
5 replies | 280 view(s)
-
Today, 09:18 AM
If there is ANY other way to do this, then don't do this.
Scraping web pages is always a recipe for misery, so if you can avoid it, then do so....
5 replies | 280 view(s)
-
Today, 09:13 AM
VB6 doesn't have separate sets of boolean versus bitwise operators, like other C-like languages do. For instance, in C, we've got & (bitwise) versus...
22 replies | 301 view(s)
|
Click Here to Expand Forum to Full Width
|