Search:
Type: Posts; User: Shaggy Hiker
Search:
Search took 2.35 seconds; generated 6 minute(s) ago.
-
I don't see Reagan in that picture, not to the right or left of Biden.
I was expecting bitter and hyperbolic paranoia, but that post either went so far out it almost came back in again, or it was...
-
You probably shouldn't be looking through the combobox at all. I'm feeling that I'm misunderstanding something about the design. It sounds like you want to do something for either ALL owners, or for...
-
Really? Doesn't the question contain the answer? If VB6 is almost as powerful as some other language, then that would mean that it is NOT as powerful as that other language, so why wouldn't people...
-
That's not true, but it IS very telling. Why isn't Linux on every desktop? I would say it is two things:
1) Harder to install.
2) Less software.
The first is solvable, and may have already...
-
The other option would be:
DirectCast(TabPage1.Controls("ComboBox" & m),ComboBox).SelectedIndex = -1
-
I think you might be making this more complicated than it should be, though I agree with the concurrent queue. After all, if I am understanding you right, you have one thread (the first BGW) starting...
-
Yeah, you could hibernate through till spring...if you can bear it.
-
Dil, you seem to be spiraling into a bad place. Predicting doom never works out for anybody: If you're right, you're playing Cassandra. If you're wrong, you're a fool.
-
You're young. I'm not into the critical age range, but I'm kind of on the edge of it. I think FD would be in that range, as well, so a moderate-severe case is more likely. I expect that I'd survive ...
-
Let me point out that you are 14 posts into this thread and already the objective is blurring. This is the problem that has always plagued VB6 replacements, even including VB.NET: In theory, it's a...
-
I wouldn't use the word stupid. In this case, it was well earned, but only in the reply which was removed. Up to that point, he was mostly just misguided. One can be intelligent in most areas and...
-
If it is a bit slow, you might consider WHEN you load the data, as well. You said that you do it on form load, which may be the earliest opportunity to load the data. If that's the case, then so be...
-
The dlls are loaded dynamically because they are plugins. The set of plugins can change at any time, and, of course, are added after program installation, so dynamic loading is the only option.
...
-
You already asked both parts of this question in other threads. Just keep going with those threads rather than starting new ones with the same questions.
-
Yeah, very much on the same page, but you showed an example, where I just talked about it.
-
Yeah, I was seeing some very strange code stepping, but that option I mentioned is an interesting one to look into. The documentation on it from MS says up front that if you don't have that one...
-
Yeah, I was wondering about that.
-
Just to follow up on this, the setting "Suppress JIT optimization on module load" will cause the debugger to work the way I expect whether in Release or Debug builds as far as stepping through the...
-
Still not sure what to make of the reluctance of VS to build that debug build, but after the reinstall, that issue appears to have gone away. I'm still not seeing anything in the recent list. That's...
-
I'd be inclined to create a Dictionary(of string, string) to hold the conversion table that you showed. The letter would be the key, the word would be the value. There are other solutions, but a...
-
Not the whole VB file. Start with the code that is supposed to show the popup the second time.
-
I work with dlls. LOTS of dlls. I've got a couple other threads on here about complaints I've had with VS2019, but now I've encountered one that is intolerable.
I was debugging something and...
-
The best way to get a good answer in here is to get the most eyeballs on the question that you can. While this question is related to some past thread, it is a thread that is several years old. Many...
-
There may be more axis of involvement than the more simplistic picture presented. Imagine that, life may not be simple.
I have no idea whether this is true, but it makes a certain amount of sense:...
-
That's nothing new. Somebody puts forward articles against pretty nearly every president. I saw one statement that Obama was the first president since Carter NOT to have impeachment referred to the...
-
Indenting on this forum is a bit of magic. If you copy indented form from VS, sure, THEN you get indenting, but you can do less than that, too. If you write freehand into a post, then a single space...
-
The first test seemed obvious: I was using the release build of the dynamic dll, so I thought that some optimizations might have gotten the source and the executed code out of sync. Therefore, the...
-
In a dynamically loaded dll I have this little snippet of code:
If trts.Length > 1 Then
mErrors.AddString("Something here")
End If
In this case, trts.Length is 1. That's all it...
-
That one just makes me gag, but then you get over it. The one in the back of the nose is truly horrible, because it makes the inside of your skull itch for long after.
-
The numbers get higher each time nothing happens to them. What was abnormal becomes normal when it happens often enough.
-
That could well be the case, but people are sheep, whether they like it or not. If there is no reaction, then others will follow. If there is a strong reaction, then others will not follow. I'd say...
-
Did you do the full test, where they swab somewhere that doesn't normally get visited?
-
Bummer. You should be on oxygen....cause, ya know, if you are NOT on oxygen, that usually leads to death. However, in this case, I believe you should go for a more intense oxidizer, just to be safe:...
-
I think they've always been there. What's different is that they can find each other much more easily.
If you consider the opinions of the population as a bell curve, then there will be people...
-
It's a new year, but it feels kind of old to begin with.
-
For some reason, people just don't seem light hearted, lately.
-
You can still get flickering, if the draw takes too long. Lots of controls clear to white, then draw. The white shouldn't ever be seen, because the new drawing comes in fast enough that the white...
-
OK, I marked your words with bold tags. Is that about right?
This group is there, it's a larger percentage in the west, and they just lost an election because they aren't the majority. I have no...
-
It certainly sounds like you are capable of triggering a whole lot of Paint events for all the controls, and that will cause flickering. Flickering is just the result of not all the controls being...
-
I had to watch the video because I was afraid that was a picture of earwax. I have that.
|
Click Here to Expand Forum to Full Width
|