- 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:41 AM
I think it comes down to VB having two forms of "function" compared to other languages.
You have Function and you have Sub.
A VB function is...
7 replies | 376 view(s)
-
Today, 03:40 AM
In Greek.
But I think as you said it can be changed with a few modification.
626 replies | 62719 view(s)
-
Today, 03:09 AM
OK, by my estimates, it will take over 100 days to complete the game if it runs non-stop.
I'm not sure because I've never actually completed a...
7 replies | 103 view(s)
-
Today, 02:58 AM
in VB6 GetTickCount will converts into signed LONG, 0-2147483647 and -2147483648-0 and after that reset to 0 and start over.
unsigned LONG would be...
7 replies | 103 view(s)
-
Today, 02:51 AM
I like that one. It will return fractions of seconds.
So while researching this, I came across something that said that GetTickCount resets...
7 replies | 103 view(s)
-
Today, 02:45 AM
Function ElapsedSeconds(Optional ByVal FromSeconds As Currency) As Currency
Dim CurrentTick As Currency
CurrentTick =...
7 replies | 103 view(s)
-
Today, 02:45 AM
It would be 24 days * 2 billion, i.e. around 48 billion days or around 132 million years. Most people aren't worried about their programs needing to...
7 replies | 103 view(s)
-
Today, 02:10 AM
Well... unfortunately, I've converted most of my code now and it took days to do.
But I've been keeping versions so I can try that in an earlier...
7 replies | 103 view(s)
-
Today, 02:08 AM
Not really if you think about it.
Remember: in a Query a Filter is applied first, THEN any functions on Fields.
Meaning in your case: All records...
16 replies | 2049 view(s)
-
Today, 02:05 AM
Much easier way as long as you're not still supporting XP: Use GetTickCount64. Substitute Currency for ULONGLONG.
7 replies | 103 view(s)
-
Today, 01:55 AM
When you find out that a function that 95% of your code relies on craps out after 24ish days.
I didn't know it worked like that.
The nuts and...
7 replies | 103 view(s)
-
Today, 12:48 AM
The bug is in assigning a Variant containing an array to a String array when passed as an argument; I've created a minimal reproduction and posted...
2 replies | 168 view(s)
-
Today, 12:37 AM
Aloa,
It is better, but I had to have this line :
strOutput = Replace(strOutput, Chr$(0), vbNullString)
The extracted text : "N u m é r o d e ...
9 replies | 1299 view(s)
-
Yesterday, 08:55 PM
Yeah, anything helps when your Jonesing for that racing fix. lol
797 replies | 249838 view(s)
-
Yesterday, 08:47 PM
That's much better Vlad as a bug report. Still better to raise it on github here: https://github.com/twinbasic/twinbasic/issues
If you can raise...
2 replies | 168 view(s)
-
Yesterday, 08:46 PM
I'm not big on IMSA, but I do watch the Rolex 24 each year, and that is like a month before the 500. It gets drivers and owners from all of the big...
797 replies | 249838 view(s)
-
Yesterday, 08:25 PM
So, I wrote a module in VB6 to open a file selection dialog. It works fine on VB6, but it is buggy in Twin. I ask you to pay attention to this bug of...
2 replies | 168 view(s)
-
Yesterday, 08:05 PM
I would like to draw your attention to the fact that using the Common Dialog Box SPx is the wrong strategy. Why connect an additional OCX to the...
3 replies | 310 view(s)
-
Yesterday, 05:00 PM
Here is another example using the scrollbar from the legendary user The Trick. I have placed the scroll bar here on the form, behind the picture....
11 replies | 21400 view(s)
-
Yesterday, 05:00 PM
Nope, Long Island is part of New York.
18 replies | 1018 view(s)
-
Yesterday, 04:59 PM
About a month, actually, which wouldn't be too surprising from me, though not at this time of year.
69380 replies | 22431804 view(s)
-
Yesterday, 04:58 PM
That's true. There haven't been any storms of late, either.
69380 replies | 22431804 view(s)
-
Yesterday, 04:56 PM
That's an interesting comment. Are there other versions of hard that I don't know about? The word has loads of different definitions, in English, and...
626 replies | 62719 view(s)
-
Yesterday, 04:54 PM
Well, it's December 9th. The YEAR is almost over for the year.
797 replies | 249838 view(s)
-
Yesterday, 04:51 PM
That got it. Very interesting. I would not have thought of checking whether the Sum of CountNew Is Null. The more I think about it, the more I find...
16 replies | 2049 view(s)
-
Yesterday, 04:48 PM
I solved the puzzle. Probably there is any smoother trick to do it? :rolleyes:
But here is the code. (The hotspots for x and y on the dragging item...
3 replies | 290 view(s)
-
Yesterday, 04:20 PM
For those encoding issues (i.e. with accented characters) - please test the latest build.
Details are in the issue report.
Note that code changes...
9 replies | 1299 view(s)
|
Click Here to Expand Forum to Full Width
|