Search:
Type: Posts; User: dilettante
Search:
Search took 0.10 seconds.
-
https://youtu.be/E3meEmDpaDU
-
Sounds completely goofy. But if you want that why not look into WM_MOVE and WM_MOVING. Both are described in the documentation that came with VB6.
-
Different movies showing different blind takes on the elephant at hand.
-
Just look at this clip from the documentary done by a time traveler visiting our present day:
https://youtu.be/4cF6D8zDa9U
-
Perhaps it is more fruited and nutted?
As far as I can tell there have been a number of failed attempts to replace it. Some used Smashmouth, some Weezer, some The Beach Boys, and one group of...
-
At the very end of The Humanity Bureau (above) we get a cameo by Lorne Cardinal.
He was one of the regular cast of Corner Gas and voices the same role in Corner Gas Animated.
If you aren't...
-
These kinds of posts always remind me of Roger Zelazny's Doorways In The Sand.
There was a kind of alien bio-molecular AI assistant that "infects" the protagonist, but somewhere previously it had...
-
The documentation is pretty clear: Mid/Mid$/MidB/MidB$ statements require a variable there and not an expression.
-
That's like saying "They can run on a cardboard box. Just put a PC inside it."
The answer is simple: No.
-
Are you familiar with "The Postman" (1997) with Kevin Costner? It gets a lot of hate. I liked the book well before the movie got made.
"The Road" (2009) is almost too grimly dystopian for me to...
-
Here's another goofy "climate change backdrop" indy flick. Low budget, Charlie Sheen, primitive CGI, but somehow I enjoy it.
Not to be confused with the over-hyped big budget train wreck with the...
-
I wonder if this is an example of the kind of thing Dems are funding to drive and drag people away from centrist positions:
https://youtu.be/LrTm7JCV-Hg
It sure seems to be a popular...
-
Slow paced, parts of it almost look like modern video game animation rather than live action. Not as bad as low budget indy stuff tends to get though.
https://youtu.be/kUH8JGhRzPY
The back...
-
Fatigue might bring about some moderation if nothing else does.
-
I think the pendulum is swinging back toward the center again. Even a year ago:
Why 'wokeness' is the biggest threat to Democrats in the 2022 election
You can find others within the DNC...
-
LOL I immediately remembered this post from a science fiction forum:
-
Demented or just slipped up and told the truth?
https://youtu.be/MA8a2g6tTp0
-
https://youtu.be/OG2-ccAEcWs
-
It just isn't that simple. Correcting for inflation when you plot the increasing role of money you get an exponential curve even on a log scale. It has truly gotten that bad.
-
True enough, but we have seen this story play out several times here.
Somebody is given the simplistic "solution" and then comes back crying when it fails used elsewhere. Asking such a...
-
Watch out though, VB colors are not that simple.
Option Explicit
Private Const WIN32_NULL As Long = 0
Private Enum HRESULT
S_OK = 0
E_INVALIDARG = &H80000003
-
I ascribe it to an intentional subversion of the electoral process to take power away from the many to be wielded by the few through devious and cynical means.
It wasn't just one race, but all of...
-
Good Gourd, I already gave you the information.
$5M/$172,000 is 29, or 2900%
Or is it your contention that OpenSecrets and its cited sources are just pulling figures out of hats?
Look, I...
-
But the problem isn't donations any more. There is a lot there in need to sunshine and a cleanup, but there is even more money being used outside of the campaigns themselves. "Non affiliated" money...
-
Like the Warden in The Shawshank Redemption I wonder if you are being obtuse. Unlike him though, you probably know full well what that word means.
The issue isn't abuse of money to manipulate...
-
The news clip doesn't present a position, it just relates what happened and notes that embarrassingly vast amounts of cash were dropped into campaigns to influence the elections. In some cases...
-
So "thy eye offends thee" and you pluck it out.
-
That works fine... right up until it doesn't.
Without developer notes (at least prominent comments) some idjit can come along to do maintenance and add something impure that breaks the assumption...
-
Easy demonstration:
Option Explicit
Private A As Integer
Private Sub Test(ByRef Arg As Integer)
Dim I As Long
-
Take a look at these 5 minutes and note the role of money in manipulating the Primary election here yesterday:
https://youtu.be/1WLG8QiDNXQ
Will of the people, be damned. Get in there with...
-
I used a 2-D Variant array because that's what MSChart requires.
The array holds both Row and Column data, so two dimensions. The "cells" can be String in the 1st Column as Row labels (optional)...
-
There is nothing special about MSChart in this regard. Wherever you assign the array to ChartData both things must be in scope.
Code external to the Form might call a public procedure in the...
-
I haven't paid much attention to it. But it looks like she did go there today after all.
-
Ideally we'd have a settings property for case sensitivity. We don't.
For the weird case where this is important we can use Scripting.Dictionary, which hasn't required deployment in over 2...
-
If you are lucky it doesn't break any collections used within OCXs and complex intrinsic controls and classes. Then you have anything written in VB where the worry goes up since use of Collection is...
-
I have no idea what she is up to. Officially she isn't even going into Taiwan during this trip.
-
Maybe read Using ADO with OLE DB Driver for SQL Server and related articles.
Be wary of example code there for VB though. They do not really know VB and often do ridiculous things like declare...
-
Maybe you are talking about Pelosi? We don't expect much out of California, they know no shame when it comes to worship of the rich and connected:
https://youtu.be/SiM1At3O53E
-
The documentation seems clear enough: the issues are register variables and loop optimization.
From most of the code we see around here it probably isn't a bridge too far to say most people are...
-
You can either use the 2 dimensional Variant array property ChartData to provide data to MSChart, or you can use the more laborious but fine-grained control offered by the DataGrid object property.
...
|
Click Here to Expand Forum to Full Width
|