
- 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:12 AM
Regfree-mode is generally optional (only needs to be applied when you want it in your deployed binaries).
You have to decide yourself, whether you...
7 replies | 163 view(s)
-
Today, 08:08 AM
Seriously? A bug? This is what it has come to now? Do you know any software without bugs? Do we really want to talk about all the gremlins that come...
132 replies | 3215 view(s)
-
Today, 07:47 AM
Look bro, if you insist on not exploring the alternate solutions suggested and you absolutely must have a Unicode IDE then download Visual Studio...
24 replies | 347 view(s)
-
Today, 07:46 AM
I'm sorry sir if I'm not clear enough
Thanks to you and Olaf I'm quite aware of all the requirements of the regfree approach.
My worry is about the...
7 replies | 163 view(s)
-
Today, 07:40 AM
I tried to explain the problem already several times - and it's not a lie - it's very real...
Here's a google-link, which clearly shows that I'm...
132 replies | 3215 view(s)
-
Today, 07:30 AM
It usually starts when certain individuals start telling lies like .Net applications taking 15 minutes to compile or other similar nonsense. There's...
132 replies | 3215 view(s)
-
Today, 05:53 AM
Thx:bigyello:
11 replies | 347 view(s)
-
Today, 05:28 AM
Looks good. You may add ".BorderStyle = FlexBorderStyleNone" for completeness.
I tested this and I do NOT see a grey area left "on the right side"...
5 replies | 151 view(s)
-
Today, 05:27 AM
My number to string routine that produces text like "Twenty Four and 95/100" was really to write checks. I thought a trillion dollars would be...
5 replies | 93 view(s)
-
Today, 05:19 AM
In my specific current case, the user only needs to save files, with two options for file type (in the previous version of this program there was...
12 replies | 150 view(s)
-
Today, 05:12 AM
Hi DllHell, do you know that there is an open source code editor similar to Monaco-Editor developed in C# or Java?
143 replies | 3124 view(s)
-
Today, 05:08 AM
The main advantage is if you wanted to add customizations to the dialog; it's much easier to add additional controls with IFileDialog.
Also...
12 replies | 150 view(s)
-
Today, 05:05 AM
I understand, it seems a good balance between avoiding dependencies and avoiding "garbage" code.
23 replies | 491 view(s)
-
Today, 05:04 AM
Many years ago I had done something similar, but I saved the image as png with gdip +, I did it to compress data without dependency, just for fun
23 replies | 491 view(s)
-
Today, 05:03 AM
Dim xlApp As Excel.Application
Set xlApp = CreateObject("Excel.Application")
xlApp.DisplayAlerts = False
xlApp.Visible = False
3 replies | 51 view(s)
-
Today, 05:00 AM
@fafalone: Check out this gist on how to produce huge string arrays by splitting concatenated multi-row consts.
cheers,
</wqw>
5 replies | 93 view(s)
-
Today, 04:55 AM
I see what you mean. I even didn't notice that difference.
What I get if I add the OFN_ENABLEHOOK flag but not the OFN_EXPLORER one is this:
...
12 replies | 150 view(s)
-
Today, 04:51 AM
The 65k total physical limit is for the module.
Yep you could store a few MB if really determined to do it that way, but I like the bitmaps for...
23 replies | 491 view(s)
-
Today, 04:46 AM
Your Num2Str function would seem to only support (1 trillion - 1)?
I have a function someone wrote that supports no maximum whatsoever, but it's...
5 replies | 93 view(s)
-
Today, 04:39 AM
Important bug fixes:
2021-01-27 fixed bug in the font replacement utility
2021-01-27 fixed bug that happened when compiled
2021-01-27 added...
34 replies | 2044 view(s)
-
Today, 04:38 AM
I did before previous post.
Do you want me to post some screenshots? (I would capture output from your code with and without the flag if...
12 replies | 150 view(s)
-
Today, 04:34 AM
That is for a procedure or a module?
Then the result is several megabytes.
23 replies | 491 view(s)
-
Today, 04:17 AM
Must be.
Well, test it.
12 replies | 150 view(s)
-
Today, 04:11 AM
You can't exceed 65k physical lines.
So theoretically you can store (65k - actual code lines) * 1,024 bytes in blocks of strings up to 15kb each...
23 replies | 491 view(s)
-
Today, 04:03 AM
im sorry, "without open", without to show the workbook... during the code, but in silent mode.
3 replies | 51 view(s)
-
Today, 03:55 AM
you have to open the workbook, one way or another
3 replies | 51 view(s)
-
Today, 03:51 AM
I just have a workbook named TEMPLATE.xls in c:\mydir\
i need to import into this worbook a csv file, with a delimited ";", without open the wbook....
3 replies | 51 view(s)
-
Today, 03:44 AM
Can also be 2 listboxes, 2 listviews or 2 (rich)textboxes combined in a usercontrol with synchronized scrolling
6 replies | 157 view(s)
-
Today, 03:37 AM
It's so old, most links on the vbAccelerator website don't work anymore
Tenner Helland has made a copy of a lot of controls on Github:...
11 replies | 347 view(s)
-
Today, 03:29 AM
Wow, Yes, It works!
As simple as that ?!
Thank you once more.
Here is my goal and my code.
'I want a Grid which appears like a Text box...
5 replies | 151 view(s)
|
Click Here to Expand Forum to Full Width
|