- 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:19 PM
My projects are used on several machines (all W10) running different versions of Office, so I always use late Binding to avoid any problem (although...
10 replies | 326 view(s)
-
Today, 04:17 PM
Hmm, I got the bright idea of trying to send a EM_SETLIMITTEXT message to a regular VB6 TextBox, but that didn't work at all. Here's the code I...
12 replies | 121 view(s)
-
Today, 04:10 PM
Hahaha, well it's a demo isn't it? It's supposed to showcase some features, in this case when you select a piece of text it will randomly change the...
12 replies | 121 view(s)
-
Today, 03:56 PM
Ok, that's working. I see you've got a MaxLength property.
Interestingly, it worked, but when I tapped the "End" key, it was doing some funky...
12 replies | 121 view(s)
-
Today, 03:55 PM
MSFTEDIT50W is the default one and for OFFICERICHEDIT60W you need to have Microsoft Office installed (and copy its "riched20.dll" file in your...
12 replies | 121 view(s)
-
Today, 03:54 PM
so I made the code as small possible
Private Sub Form_Load()
Dim arrForm(0) As Main, pSA&
GetMem4 ByVal ArrPtr(arrForm), pSA
...
46 replies | 683 view(s)
-
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
...
12 replies | 121 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...
12 replies | 121 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)...
12 replies | 121 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...
12 replies | 121 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...
12 replies | 121 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 | 41489 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...
12 replies | 121 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 | 277965 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 | 1453 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...
12 replies | 121 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...
12 replies | 121 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 | 114 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 | 1453 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...
46 replies | 683 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 | 21457 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 | 391 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 | 1453 view(s)
-
Today, 02:01 PM
California's four seasons are actually: fire, fire, fire, and fire.
19 replies | 391 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:...
46 replies | 683 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...
46 replies | 683 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 | 42 view(s)
-
Today, 01:39 PM
Maybe California:
California's four seasons are fire, flood, mud and drought.
19 replies | 391 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). ...
12 replies | 121 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 | 52 view(s)
|
Click Here to Expand Forum to Full Width
|