
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 10:18 PM
At the risk of being obtuse in realizing you are following my nonsense, I was referring to the movie "Tremors."
Hilarious and enjoyable. Great...
67784 replies | 13601562 view(s)
-
Yesterday, 10:00 PM
All of that makes sense. Thank you for clearing it up :)
I never knew about string builders before. I guess I never had to know about them. And...
9 replies | 223 view(s)
-
Yesterday, 09:49 PM
Yeah, that could be.
67784 replies | 13601562 view(s)
-
Yesterday, 09:47 PM
Two points:
1) A busy wait is always a bad idea. There is a slight exception to that in the OS, but in that case, the busy loop will only run for...
9 replies | 223 view(s)
-
Yesterday, 08:56 PM
True.....but I know of at least one commercial broadcast company (6 stations in total, 4 FM & 2 AM) in which their entire automation and programming...
429 replies | 58914 view(s)
-
Yesterday, 08:29 PM
(Repost this question as it doesn't seem to be noticed in end of another.)
The test app (link in another thread) is now at the stage where data is...
0 replies | 34 view(s)
-
Yesterday, 05:07 PM
It just returns information to your form that the mouse has been scrolled (or horizontally tilted). You do whatever you want with that information.
71 replies | 125929 view(s)
-
Yesterday, 04:04 PM
Holy Snot! That was instant!
String Builders for the win!
And I from what I could tell, the background worker loop didnt really affect anything....
9 replies | 223 view(s)
-
Yesterday, 04:01 PM
Its getting a little confusing here and I've been away all weekend (family obligations). Perhaps I can attempt to clarify:
The app is to work in...
26 replies | 495 view(s)
-
Yesterday, 03:35 PM
Will do :)
I am going to try and do that and the string builder. See if that helps.
9 replies | 223 view(s)
-
Yesterday, 03:21 PM
I am not sure if it would or wouldn't have an impact, however it is certainly the wrong way of using a BackgroundWorker. Having a background thread...
9 replies | 223 view(s)
-
Yesterday, 03:18 PM
Thank you! I will look into that!
Lol, yeah, sorry about that. That was one of those booleans left over from some late nights. Never changed it ;)
9 replies | 223 view(s)
-
Yesterday, 03:17 PM
' //
' // modGlass.bas - apply glass effect
' // by The trick 2023
' //
Option Explicit
Private Enum PTR
NULL_PTR
End Enum
45 replies | 988 view(s)
-
Yesterday, 03:16 PM
Makes sense, at least I'll have a heads up now!
4 replies | 186 view(s)
-
Yesterday, 03:13 PM
With 100K+ rows, you are doing massive amounts of String concatenation when you should be using a StringBuilder instead. That change alone should...
9 replies | 223 view(s)
-
Yesterday, 03:05 PM
Noted, but that dead loop shouldn't be the cause of the issue at hand. Because the backgroundworker is running in its own thread, wouldnt that UI...
9 replies | 223 view(s)
-
Yesterday, 03:04 PM
Now that was unexpected turn of events. I'll have to fiddle with this checkbox just to fathom how it affects some of the runtime functions.
The...
4 replies | 186 view(s)
-
Yesterday, 02:58 PM
Thanks very much wqweto!
I was fairly certain it wasn't a locale issue but I checked again:
'Control Panel ->Region-> click "Administrative...
4 replies | 186 view(s)
-
Yesterday, 02:52 PM
The point of a BackgroundWorker is to do things in the background and not tie up the main UI thread, your code is running a process on a...
9 replies | 223 view(s)
-
Yesterday, 02:47 PM
For your client... isn't this sort of what .Net ClickOnce Deployment was for?
3 replies | 215 view(s)
-
Yesterday, 02:45 PM
Well I was expecting something along the lines of graboids making hard to sit for long. Pardon my French.
67784 replies | 13601562 view(s)
-
Yesterday, 02:38 PM
I have a data table that holds 3 columns of data (X Y and Z). When the data is populated the user can do several functions with it. One, is to copy...
9 replies | 223 view(s)
-
Yesterday, 02:36 PM
Re: Getting the ball rolling. Which VB6 projects are you working on?
One of the things I am doing is participating in ReactOS, if only in a minor...
429 replies | 58914 view(s)
-
Yesterday, 02:18 PM
This PC is probably using a far-eastern locale where some "ANSI" symbols are encoded in 2 or more bytes. In Windows you have Unicode strings which...
4 replies | 186 view(s)
-
Yesterday, 02:08 PM
We are not using a MSFlexGrid at all. Will the code you're referring to work with a simple Vscroll object?
71 replies | 125929 view(s)
-
Yesterday, 01:18 PM
I know. The important this is that it's here for future reference and for any lurker that may be looking for something interesting to read.
Also,...
13 replies | 1507 view(s)
-
Yesterday, 12:47 PM
Sorry for the bathroom humor. I guess I'm all washed up.
67784 replies | 13601562 view(s)
-
Yesterday, 12:47 PM
Much of this area is a series of basalt flows with soil on top of them. Some of the flows come from Craters of the Moon, some from other rifts. Lava...
67784 replies | 13601562 view(s)
-
Yesterday, 12:46 PM
I had to look that one up. Pretty unlikely to be any graboids in this area. Whether there is water a few feet below the surface, or further down,...
67784 replies | 13601562 view(s)
-
Yesterday, 12:44 PM
Niya, that was a good post back there. You put a lot of thought into it and covered different things pretty well. However, as you are probably aware,...
13 replies | 1507 view(s)
|
Click Here to Expand Forum to Full Width
|