
- 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, 05:15 PM
You didn't miss much. But I'm impressed by McLaren lately. They had such a terrible start to the year and now they might be the second best car.
...
592 replies | 115134 view(s)
-
Today, 04:52 PM
I have no idea what thing in what VB menus are you talking about. All I was saying is that you already have a database of items in "CSV" format and...
35 replies | 880 view(s)
-
Today, 04:26 PM
It's a good movie. I saw it a few years ago. I'd say it fit into its time period pretty well.
355 replies | 11212 view(s)
-
Today, 04:22 PM
I don't think it's Democrats. I'd say it's an American pastime, at this point.
355 replies | 11212 view(s)
-
Today, 04:21 PM
I have the same problem...coupled with the fact that you can't even give away a cheap gas mower. I now have three potentially working gas devices...
275 replies | 22993 view(s)
-
Today, 04:18 PM
Yes, pretty much.
You contradicted yourself, but unintentionally. I think you didn't mean "so popular" as much as "so ubiquitous". I think you...
275 replies | 22993 view(s)
-
Today, 04:16 PM
Why do Democrats try to assassinate Kennedy? :rolleyes:
https://edition.cnn.com/2023/09/16/politics/man-arrested-rfk-jr-campaign-event/index.html
355 replies | 11212 view(s)
-
Today, 04:08 PM
My mobile is an example of a mini EV with no wheels.
275 replies | 22993 view(s)
-
Today, 04:07 PM
Yeah. The more I think about it, the more it just comes down to parsing the string into something useful. I'm not sure which will be the shortest,...
8 replies | 99 view(s)
-
Today, 04:06 PM
Hey now, my mower is electric ... but only because I can't get the normal gas one working again. LEft the gas in it one winter... and it hasn't...
275 replies | 22993 view(s)
-
Today, 04:03 PM
Actually Olaf, thank you muchly for this tutorial. That's exactly what newbies require. I'll study it obsessively. GREATLY APPRECIATED! :thumb:...
35 replies | 880 view(s)
-
Today, 04:01 PM
Are you saying the government policy isn't a factor and that we're going to hell in a handbasket through the operation of pure market forces?
...
275 replies | 22993 view(s)
-
Today, 03:58 PM
TimeSpan is the way to do... and it's not that you can't go over 60 with a DateTime, it's that hte hour then clicks over (or the Date portion will if...
8 replies | 99 view(s)
-
Today, 03:58 PM
Oh, you are a very bad sample of an eco man. :D
On 4) I first read steak,tomato, burger, chicken (tired) and I was like, tomato is vegetable....Or...
275 replies | 22993 view(s)
-
Today, 03:54 PM
Burping cows, good grunge band name.
A song will be, gasoline EV driver.
2 reasons I need paper bills.
1)Because they mandate me not to....
275 replies | 22993 view(s)
-
Today, 03:52 PM
Yes I just want the sum in minutes and seconds. I do not want hours part of the equation. The idea was to bring in 26 values that are currently...
8 replies | 99 view(s)
-
Today, 03:50 PM
1) Same here... I feel like there's still things that have to happen ... ask me what though, and I couldn't tell you exactly. I'm still not sold on...
275 replies | 22993 view(s)
-
Today, 03:47 PM
Thanks, it works easily as copy/paste into my code
5 replies | 143 view(s)
-
Today, 03:45 PM
Actually I take it back; twinBASIC can run this on 32bit, right now. The problem was I had DEP on.
So it would be a lot of work to convert this to...
11 replies | 1608 view(s)
-
Today, 03:37 PM
Update released.
Included the BeforePaste(ByRef Text As String, ByRef Cancel As Boolean) and AfterPaste() event.
Included the...
1128 replies | 372025 view(s)
-
Today, 03:35 PM
How's that? I've used TimeSpan before to sum up things... and it works just fine... you can get .Minutes which would be Minutes mod 60 or you can get...
8 replies | 99 view(s)
-
Today, 03:03 PM
I would suggest going to the DateTime simply for convenience. Doing that addition is certainly possible without using TimeSpans, but TimeSpans are...
8 replies | 99 view(s)
-
Today, 02:56 PM
What's the point with the paper bills? Not asking from an environmental perspective, but from an efficiency perspective. I signed up for...
275 replies | 22993 view(s)
-
Today, 02:42 PM
I will be importing the values from a text file. Each line has a time value for example the first line has a value of 1:37 and the next has a value...
8 replies | 99 view(s)
-
Today, 02:24 PM
Something like this should work.
Dim arrtime() As String = {"6:12", "4:15", "10:33"}
Dim accum As TimeSpan =...
8 replies | 99 view(s)
-
Today, 02:10 PM
It's burping cows. The gas is coming out the front end, not the back.
275 replies | 22993 view(s)
-
Today, 02:03 PM
Where are these values coming from? Are you taking numeric time values and formatting them and then storing them as a string? If so, then don't do...
8 replies | 99 view(s)
-
Today, 01:50 PM
Hello,
I have string array of times arrtime(25) that holds time values (mm:ss)
I would like to add all these times together and display in the...
8 replies | 99 view(s)
-
Today, 01:46 PM
That's natural. The IDE can zombify UserControls (hatched/grayed) when it wants to. There is no way to avoid it.
A possible solution would be to use...
1128 replies | 372025 view(s)
-
Today, 01:33 PM
Quick question, is there a reason you are using powershell to do this from you app rather than just having your app query the registry directly?
3 replies | 260 view(s)
|
Click Here to Expand Forum to Full Width
|