- 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, 03:49 PM
For some reason it appears you need to set the text programatically (not pasting from the Clipboard with Ctrl-V):
With richTest2
...
8 replies | 98 view(s)
-
Today, 03:44 PM
Have you tried the code snippet I posted above (post #2)? I just slapped that in "Form_Click" from the same demo... It definitely writes 1 million...
8 replies | 98 view(s)
-
Today, 03:35 PM
@VanGogh:
I just tried yours (both the richTest1 and richTest2 in your demo), and they're both truncating the long line at 32768 (&h8000)...
8 replies | 98 view(s)
-
Today, 03:24 PM
Ok, it's sort of interesting.
I tried RichTx32.ocx, and it works, sort of. I can paste the line in, but I can't scroll to the end of it no matter...
8 replies | 98 view(s)
-
Today, 03:16 PM
I haven't tried Krool's TextBox but if it's not based on the newer "MsftEdit.dll" like mine then it's not going to work. You could continue using...
8 replies | 98 view(s)
-
Today, 03:08 PM
You'd want to use SHDoDragDrop.
Say you have a String array of full paths to the files you want, sSelectedFiles() ,
Dim...
81 replies | 41488 view(s)
-
Today, 03:03 PM
You didn't mis-read. There are a few different cases where I use the SCIVB2.ocx control for this:
Just showing a line where I'm also...
8 replies | 98 view(s)
-
Today, 02:58 PM
Yes it should just be IStream* instead of IStream**. Will be fixed in the next release.
Congrats, you also helped find a bug in twinBASIC because...
395 replies | 277923 view(s)
-
Today, 02:57 PM
Oh, I see the problem. Just remove the "ToString" if there is a chance of the cell being Nothing.
...
28 replies | 1446 view(s)
-
Today, 02:48 PM
Of course, who is going to read a million characters in a textbox?
Cut the data at for example 10,000 characters and store the actual whole data...
8 replies | 98 view(s)
-
Today, 02:33 PM
Maybe I didn't understand from your description but why would you want to put a single long line of text in a TextBox if you don't want to scroll...
8 replies | 98 view(s)
-
Today, 02:31 PM
There's now also EmitAny() to use on other size data types (Integer, Long, and LongLong), and StackOffset() to get the stack offset of parameters and...
1 replies | 103 view(s)
-
Today, 02:30 PM
This works fine for me (Option Strict set OFF, which you shouldn't do)
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles...
28 replies | 1446 view(s)
-
Today, 02:15 PM
If you don't want to use DDE, you can use VanGoghGames approach, it you be a good use case for that.
PS: and I don't think that ChatBots will be...
45 replies | 672 view(s)
-
Today, 02:07 PM
And here we are, some 2+ years later :). Thank you for your hard work on this, it works well for me. I'm using the demo program as my default PDF...
37 replies | 21456 view(s)
-
Today, 02:03 PM
CA is a big long state so it does have all of those plus earthquakes, depending on where you live. Where I live, drought is our only worry.
19 replies | 389 view(s)
-
Today, 02:01 PM
Hi wes4dbt,
the error message occurs in the following cell “Cells8” have it
highlighted in bold.
Private Sub Button10_Click(sender As...
28 replies | 1446 view(s)
-
Today, 02:01 PM
California's four seasons are actually: fire, fire, fire, and fire.
19 replies | 389 view(s)
-
Today, 01:53 PM
The AI chatbots are totally prejudiced with the same prejudices that people have and wrote on internet.
You need to do with it the same I did here:...
45 replies | 672 view(s)
-
Today, 01:49 PM
I didn't read anything about that.
What I can say is that for executing your program by shelling a file with a custom file extension you need to...
45 replies | 672 view(s)
-
Today, 01:47 PM
I receive a text file with unknow number of messages, which I need to read and process each message.
example of a message file. Each message...
0 replies | 36 view(s)
-
Today, 01:39 PM
Maybe California:
California's four seasons are fire, flood, mud and drought.
19 replies | 389 view(s)
-
Today, 01:35 PM
I've got several little "utility" programs where I have a need to display a VERY long single line of text (sometimes > 1 million characters). ...
8 replies | 98 view(s)
-
Today, 01:31 PM
well, it would certainly make a difference for image recognition which runs a lot of code lines.
faster is always better, but it's a shame there...
2 replies | 48 view(s)
-
Today, 01:25 PM
Hi Krool,
Again, FANTASTIC work with this stuff.
I've got another little problem though. I've occasionally got the need to display a TextBox...
3849 replies | 2174700 view(s)
-
Today, 01:23 PM
I have no idea. Since you didn't provide the relevant code and indicate which line of the code is causing the error.
28 replies | 1446 view(s)
-
Today, 01:14 PM
If you look at something like https://hotforknowledge.com/2024/01/13/1brc-in-dotnet-among-fastest-on-linux-my-optimization-journey/ which I am sure...
2 replies | 48 view(s)
-
Today, 01:03 PM
Hmmm, I asked Gemini, and it gave me all kinds of information (after a few queries).
But, it concluded with this:
IDK, after that comment, I...
45 replies | 672 view(s)
-
Today, 12:54 PM
Hi wes4dbt,
question, I have a problem when I preassign a cell with the value “0” in the DGV, the error message appears:
“...
28 replies | 1446 view(s)
-
Today, 12:50 PM
Yes, that sounds almost exactly like the reason I once explored it. And, if I'm not mistaken, it can be used to use a single instance of a program...
45 replies | 672 view(s)
|
Click Here to Expand Forum to Full Width
|