
- 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, 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....
7 replies | 108 view(s)
-
Today, 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 | 466 view(s)
-
Today, 03:35 PM
Will do :)
I am going to try and do that and the string builder. See if that helps.
7 replies | 108 view(s)
-
Today, 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...
7 replies | 108 view(s)
-
Today, 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 ;)
7 replies | 108 view(s)
-
Today, 03:17 PM
' //
' // modGlass.bas - apply glass effect
' // by The trick 2023
' //
Option Explicit
Private Enum PTR
NULL_PTR
End Enum
45 replies | 959 view(s)
-
Today, 03:16 PM
Makes sense, at least I'll have a heads up now!
4 replies | 140 view(s)
-
Today, 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...
7 replies | 108 view(s)
-
Today, 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...
7 replies | 108 view(s)
-
Today, 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 | 140 view(s)
-
Today, 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 | 140 view(s)
-
Today, 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...
7 replies | 108 view(s)
-
Today, 02:47 PM
For your client... isn't this sort of what .Net ClickOnce Deployment was for?
3 replies | 205 view(s)
-
Today, 02:45 PM
Well I was expecting something along the lines of graboids making hard to sit for long. Pardon my French.
67782 replies | 13599916 view(s)
-
Today, 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...
7 replies | 108 view(s)
-
Today, 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...
428 replies | 58850 view(s)
-
Today, 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 | 140 view(s)
-
Today, 02:08 PM
We are not using a MSFlexGrid at all. Will the code you're referring to work with a simple Vscroll object?
70 replies | 125898 view(s)
-
Today, 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 | 1504 view(s)
-
Today, 12:47 PM
Sorry for the bathroom humor. I guess I'm all washed up.
67782 replies | 13599916 view(s)
-
Today, 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...
67782 replies | 13599916 view(s)
-
Today, 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,...
67782 replies | 13599916 view(s)
-
Today, 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 | 1504 view(s)
-
Today, 12:38 PM
One thing that I have found is that mouse wheels are unreliable. Some have a tactile feedback, which makes you think that you can scroll in distinct...
6 replies | 187 view(s)
-
Today, 12:12 PM
This worked, and was simple to implement (since I constructed an array for these things anyhow). Thank you very much!
6 replies | 187 view(s)
-
Today, 12:08 PM
The encryption code in this stackoverflow answer given by wqw has worked fine for me for a long time.
(...
4 replies | 140 view(s)
-
Today, 11:55 AM
Yes.... I had tried this before, but I used a usercontrol, as wqweto said....
Edit: I actually used a picturebox inside the usercontrol.......
6 replies | 262 view(s)
-
Today, 11:46 AM
There will always be a way...
428 replies | 58850 view(s)
-
Today, 10:55 AM
This VBCorLib project also has a BigInteger implementation: https://github.com/kellyethridge/VBCorLib
2 replies | 121 view(s)
-
Today, 10:24 AM
Btw, just ported a tiny VB6 implementation of LessPass for Win7 and above: https://github.com/wqweto/VbLessPass (there is a compiled executable in...
12 replies | 281 view(s)
|
Click Here to Expand Forum to Full Width
|