
- 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, 08:31 PM
That seems sort of worthless. Israel doesn't care.
Lets see some meaningful sanctions. Boots on the ground would be great but I can't see that...
589 replies | 493002 view(s)
-
Today, 07:32 PM
The preferred method would be to use the SHGetKnownFolderPath function that can retrieve the path to the Documents folder as well as many other such...
4 replies | 187 view(s)
-
2 replies | 90 view(s)
-
Today, 07:22 PM
So what doesn’t it do? Is it all of those replaces for every file? Or something else?
1 replies | 181 view(s)
-
Today, 07:05 PM
Note you can also just pass a string containing them like your original to a function like this to have it all done automatically if the string is...
4 replies | 187 view(s)
-
Today, 06:48 PM
even tried this:
Dim candymode As Integer
candymode = lblDryTemp.Caption
If candymode <= 125 Then
lblCandyModeText.Visible = False
Else...
2 replies | 90 view(s)
-
Today, 06:32 PM
am i missing something here?
Private Sub btnDryTempDown_Click()
'DEFAULT setting is: 125F
'lowest is 5F
'increments of -5
'Candy mode text...
2 replies | 90 view(s)
-
Today, 04:24 PM
OH good the indisputable numbers make this easier to step aside from the conversation. Thanks for that.
Edit. Father Teams Mother Teams and Kid...
1888 replies | 763187 view(s)
-
Today, 04:16 PM
It may be that they are revolutionary because they are NOT revolutionary. They are using cheap drones repurposed in amazing ways. For one thing, the...
1888 replies | 763187 view(s)
-
Today, 04:01 PM
Chocolate covered coffee beans are great, but you have to eat them in moderation. I went through about a pound of them during a lecture on statistics...
69751 replies | 23521646 view(s)
-
Today, 03:39 PM
AI being realistic for a change and obsequious to boot.
7 replies | 307 view(s)
-
Today, 03:30 PM
Public Enum SHUFFLE_TYPE_INDEX
idx_ShuffleType_EquipRandom = 1 ' 1 Equip Random Items.
idx_ShuffleType_EquipBest ' 2 Prioritize...
26 replies | 403 view(s)
-
Today, 03:29 PM
I like seeing some outrage, too bad not from the US...
Israel’s Allies Condemn Expansion of Gaza War
...
589 replies | 493002 view(s)
-
Today, 03:25 PM
I'm going to pass on this method although I can see it has a lot of value for other things.
But it would require translation and conversion...
26 replies | 403 view(s)
-
Today, 03:08 PM
Yes. However, there is a very important caveat, you must be operating on bit fields. What this means is that the values you're dealing cannot be...
26 replies | 403 view(s)
-
Today, 03:01 PM
I'm making a VB.NET Calibration Certificate program where I have a Winform that is going to open a Word Document depending on the selection of the...
1 replies | 181 view(s)
-
Today, 02:48 PM
yeah, you minimized the code, but you didn't understand the concept to it when you tried to help.. each time is independent not indexed
29 replies | 1774 view(s)
-
Today, 02:10 PM
So if I wanted to reduce that to one line of code then it would be thus?
If Not CBool(ShuffleTypeID And (idx_ShuffleType_EquipBest Or...
26 replies | 403 view(s)
-
Today, 01:54 PM
My idea for the forum is to help and share ideas—the rest depends on you.
I minimized the code, but I see you're posting statements in parts,...
29 replies | 1774 view(s)
-
Today, 01:50 PM
After 75+ years of fighting I'm not sure there isn't a significant portion of Israelis that have reach a point of complete dehumanization of anyone...
589 replies | 493002 view(s)
-
Today, 01:42 PM
and it wouldn't work that way.. because 1 increases by 15 while the other increase by 5 and vice versa.. so they would HAVE to be coded separately as...
29 replies | 1774 view(s)
-
Today, 01:40 PM
Thanks @fafalone, that solved the problem.
4 replies | 187 view(s)
-
Today, 01:39 PM
I wasn't trying to say SH position was wrong. My comment was, it's a hard comparison. WWII certainly "jumped tech forward" in multiple fields. ...
1888 replies | 763187 view(s)
-
Today, 01:34 PM
When using the Native API or kernel mode that's how strings work too. Strings are UNICODE_STRING:
Public Type UNICODE_STRING
Length As...
33 replies | 3023 view(s)
-
Today, 01:30 PM
ERROR:
Run-time error '340':
Control array '2' doesn't exist
Private Function LabelUpdate(Index As Integer)
29 replies | 1774 view(s)
-
Today, 01:27 PM
Not within strings like that but it has the function Environ() to get environmental variables like that...
Folder = Environ("UserProfile") &...
4 replies | 187 view(s)
-
Today, 01:19 PM
less code
Option Explicit
Private iHou1(0 To 2) As Integer
Private iMin1(0 To 2) As Integer
Private Sub Command1_Click(Index As Integer)
...
29 replies | 1774 view(s)
-
Today, 01:19 PM
Recently installed Windows 11, requiring rewriting some code now that Documents has to be in the User folder, the code:
Folder =...
4 replies | 187 view(s)
-
Today, 12:56 PM
If you want to use a bit field, you can use the AND operator to perform a single test:-
Private Sub Form_Load()
Dim idx_ShuffleType_EquipBest...
26 replies | 403 view(s)
-
Today, 12:18 PM
I ate a couple of coffee beans once...that was a "boost". I didn't enjoy it.
69751 replies | 23521646 view(s)
|
Click Here to Expand Forum to Full Width
|