
- 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, 11:46 AM
There will always be a way...
427 replies | 58780 view(s)
-
Today, 10:55 AM
This VBCorLib project also has a BigInteger implementation: https://github.com/kellyethridge/VBCorLib
2 replies | 102 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 | 269 view(s)
-
Today, 10:13 AM
At the moment there isn't likely to be a drive beyond 64-bit for a long time, moving from 16-bit to 32-bit was driven by the need to get away from...
427 replies | 58780 view(s)
-
Today, 09:52 AM
I checked all the previous items except:
Me.Caption = New_c.Version ...shows... ... ... "6.0.10" !
Because, on the site...
244 replies | 60179 view(s)
-
Today, 09:02 AM
Here's a fun one I just had. Sometimes getting it to do something right is like pulling teeth. I had to condescend to it before it got it right:-
7 replies | 509 view(s)
-
Today, 08:14 AM
I think the OS in an OS should be work for ever. So an old program can be run in a virtual OS. The problem will be for those applications which need...
427 replies | 58780 view(s)
-
Today, 08:12 AM
Hi,
I used the OCX version since now, everything was fine, but i wanted to use the control directly.
I added all the subs / controls / Res to my...
796 replies | 307035 view(s)
-
Today, 07:54 AM
You could set the Increment property to 0, but then the up/down arrows have no purpose. As one would like to believe these controls would be hidden...
4 replies | 144 view(s)
-
Today, 07:45 AM
This is my solution for taken a value or value and unit/info in a TextBoxW, including null value (empty string).
Alignment = 1 - vbRightJustufy...
0 replies | 50 view(s)
-
Today, 07:20 AM
Thank you. I found another solution to include units, using Krool TextBoxW. I will post here in the CodeBank
3477 replies | 1471515 view(s)
-
Today, 07:10 AM
Here is a attempt with blurr, it more or less work, but it is far from perfect.
44 replies | 929 view(s)
-
Today, 06:38 AM
One solution would be to create a custom control derived from NumericUpDown and override OnMouseWheel to reduce the Delta of the MouseEventArgs.
...
4 replies | 144 view(s)
-
Today, 05:54 AM
Yea, exactly. Also, I get the feeling it's more likely some of the fundamentals of computing will change long before we mass-adopt 128 bit...
427 replies | 58780 view(s)
-
Today, 05:38 AM
lmao.....:lol:
You're just begging the gender brigade to come crash this party aren't you...:D
This is actually the perfect example of one of...
11 replies | 1470 view(s)
-
Today, 04:34 AM
See the attached project
As you can see it is very simply, and you cand freely modify to add more property or events if you need.
You can put the...
3477 replies | 1471515 view(s)
-
Today, 04:27 AM
I modified Leandro's code to update the capture in the WM_WINDOWPOSCHANGING message, it more or less works (at least on my PC).
Now what it is...
44 replies | 929 view(s)
-
Today, 03:54 AM
It is not, in fact, correct. Sort of. I mean, I haven't tested specifically because it doesn't matter. The 'increment' is already at 1, so when you...
4 replies | 144 view(s)
-
Today, 03:53 AM
Soon? Of course not... but in the lifetime of people alive today? I think any prediction of technology 50+ years out runs a big risk of seeming as...
427 replies | 58780 view(s)
-
Today, 03:19 AM
I haven't tested but I would assume that the mouse wheel would act just like the up-down buttons on the control, which means that you can change the...
4 replies | 144 view(s)
-
Today, 03:03 AM
I have a NumericUpDown control on screen, and when I use the mouse wheel to scroll up or down it increases/decreases the value by some amount. I want...
4 replies | 144 view(s)
-
Today, 03:03 AM
Well gosh. In any case I'd scout out some of those residual boulders to get up onto in emergencies. Graboids can be pretty nasty and they sail...
67778 replies | 13598840 view(s)
-
Today, 03:01 AM
Is it an open source?
2 replies | 102 view(s)
-
Today, 02:56 AM
The hot ticket might be something in the marketing of newly approved patent medicines, er, proprietary drugs. I see lots of ads for that stuff.
...
11 replies | 1470 view(s)
-
Today, 01:55 AM
yeah. I feel like u Niya. its quite unlikely we move to 128bit soon.
gpu is another thing, so they will just care to increase gpu in the near future...
427 replies | 58780 view(s)
-
Today, 01:48 AM
Hello, I'm looking for some programmers to beta test a numerical library, written as
an ActiveX dll in VB 6 pro. The library provides all...
2 replies | 102 view(s)
-
Today, 12:15 AM
As I said in that CodeBank thread, you can register the event handler any way you want. That code will attach it to every control on the form at the...
11 replies | 244 view(s)
-
Today, 12:08 AM
My bad - sorry. I missed the AddHandler line in the first part. Once I added that, it worked as expected. Thanks!
11 replies | 244 view(s)
-
Yesterday, 11:59 PM
For this purpose, you can use the same PointToScreen that I use in my CodeBank thread. For instance, this:
Dim topLeft = PointToScreen(Point.Empty)...
11 replies | 244 view(s)
|
Click Here to Expand Forum to Full Width
|