
- 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, 10:25 PM
Use an integer variable set to the regular offset, then on the next line a do loop. Inside the do loop…
Dim offset As Integer = D122
Do
...
42 replies | 2455 view(s)
-
Today, 10:07 PM
No, they are not. You call a function afterwards. Just before means the last line before. I didn't say CLOSE to the End Sub
The whole point is...
49 replies | 2822 view(s)
-
Today, 10:02 PM
See further down for your exact setup request.
I commented out UpdateRunControls, and the indexes displayed and stayed AFTER it left the "Shown"...
49 replies | 2822 view(s)
-
Today, 09:50 PM
I clearly asked you to test those values JUST BEFORE the End Sub. But you didn't do that. So, NO it doesn't really help.
It does suggest this...
49 replies | 2822 view(s)
-
Today, 09:36 PM
Yeah, when you said "COVID was fake" you didn't mean "COVID was fake", you meant that the hype around COVID was overblown. I don't think you can...
1713 replies | 543232 view(s)
-
Today, 09:33 PM
That's true. If you measure by inches of rain (or centimeters, if you will, but it's the US, so we won't...even though we should), it's not THAT...
1713 replies | 543232 view(s)
-
Today, 09:31 PM
Many thanks- that worked excellent! One last thing and I'll leave you alone. I noticed that with some files, the offset where I pull the hex...
42 replies | 2455 view(s)
-
Today, 09:31 PM
My father is turning 90 this fall, and he's still one of the smartest people I know. I do think there are people who get left behind by technology...
1713 replies | 543232 view(s)
-
Today, 09:14 PM
Just made an edit in the previous post.
Here is what I see with Debug. Everything is fine (see below) UNTIL the "Shown" subroutine is exited. This...
49 replies | 2822 view(s)
-
Today, 08:30 PM
Anything ending in !ml is one of those garbage "machine learning" things. Unless your app is 64bit with an EV cert you're virtually guaranteed to...
5 replies | 286 view(s)
-
Today, 08:28 PM
A NumericUpDown control's Value property is a Decimal. I'd use the ampersand instead of the plus...
CSV_Textbox.Text = CSV_Textbox.Text & "," &...
42 replies | 2455 view(s)
-
Today, 08:02 PM
Thanks paul! I have another issue that's hanging me up. I'm trying to complete the CSV data with the following code but I'm getting...
42 replies | 2455 view(s)
-
Today, 07:42 PM
So, did you display the values like I asked? If so, what are they.
49 replies | 2822 view(s)
-
Today, 07:16 PM
Sorry, was in a meeting most of the day. It's the default form from Microsoft creation. Below is part of the "Load" and I have already posted the...
49 replies | 2822 view(s)
-
Today, 07:10 PM
OK, let me give it a try.
49 replies | 2822 view(s)
-
Today, 07:08 PM
OK, let me give it a shot.
49 replies | 2822 view(s)
-
Today, 06:11 PM
WIA also has a simple Scale filter that can be applied like this:
Private Sub ResizeImage(sInputFile As String, sOutputFile As String, MaxWidth...
21 replies | 707 view(s)
-
Today, 05:18 PM
For the usermap part…
For Each fileInPath In Directory.GetFiles(FolderBrowserDialog1.SelectedPath).Where(Function(fn)...
42 replies | 2455 view(s)
-
Today, 05:01 PM
GdipGetImageThumbnail is meant for quick generation of much smaller images. For higher quality you'd want to use GdipSetInterpolationMode to set a...
21 replies | 707 view(s)
-
Today, 04:48 PM
Try uploading to VirusTotal, if you only see few reporting as virus, then it's false positive. In my case, changing the order of Declare, and some of...
5 replies | 286 view(s)
-
Today, 04:40 PM
Understood. I planned to add more data to complete the CSV but getting the strings from column 1 and into the CSV is where I got hung up at.
...
42 replies | 2455 view(s)
-
Today, 04:34 PM
No worries. I said fakevid, that probably confused all ages. :cool: :lol:
1713 replies | 543232 view(s)
-
Today, 04:27 PM
I am talking about communication, not beliefs. Also, at a fundamental level the problem isn't about age itself. It's really about how we frame the...
1713 replies | 543232 view(s)
-
1713 replies | 543232 view(s)
-
Today, 04:10 PM
You don't have Win32/Wacapew.C!ml
It is YOUR code and you compiled it, so you know what is in it. FPs happen ALL the time when an a/v tool...
5 replies | 286 view(s)
-
Today, 04:06 PM
Regardless of interpolation type, shrinking images can result in blurriness. Some apps (like Irfanview) include a "Sharpen after resample" option...
21 replies | 707 view(s)
-
Today, 04:05 PM
I was thinking that seem like a very small amount for anything significant.
I took a boat tour while in Seattle and the guide was talking...
1713 replies | 543232 view(s)
-
Today, 04:03 PM
That is not entirely true as I say I stand to my roots and what old people thought about patriotism. But yes on the other hand I think stubbornness...
1713 replies | 543232 view(s)
-
Today, 03:59 PM
Added a "SharpenOnShrink" Boolean parameter to the SaveImage method. When shrinking images, they can look a bit blurry, and Sharpening them can...
3 replies | 1013 view(s)
-
Today, 03:55 PM
Heh. My own father cannot grasp the concept of microtransactions and virtual economies. No matter how I explain to him, he dismisses it as a trivial...
1713 replies | 543232 view(s)
|
Click Here to Expand Forum to Full Width
|