
- 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, 05:38 AM
I have noticed on the DateTimePicker when CustomFormat is "dd/MM/yyyy hh:mm:ss", that its problematic when you try editing.
AllowUserInput is...
3110 replies | 833466 view(s)
-
Today, 05:25 AM
I've got to say, the US vaccine program sounds like it's been rolled out really well. We've been doing really well in the UK but it feels like...
1980 replies | 122610 view(s)
-
Today, 05:24 AM
Sub test()
Dim rng As Range
Dim cel As Range
Set rng = ActiveSheet.Range("A1:A10")
For Each cel In rng
If...
3 replies | 189 view(s)
-
Today, 04:42 AM
Knowing that the grid could be fast, I investigated further and discovered that it's the SelectionMode setting that is causing the slowness. If I...
3110 replies | 833466 view(s)
-
Today, 04:35 AM
Finally, I found a site by searching on Google yesterday and solved the problem. I just deleted the Chrome container from the Registry Editor. Now I...
3 replies | 159 view(s)
-
Today, 04:22 AM
Hi Olaf,
In this specific case I am not using PicBox-hDC and only use the normal Print function setting FontTransparent=true. I must admit,...
2 replies | 64 view(s)
-
Today, 04:11 AM
If you select your own Font into the PicBox-hDC, then you will have to use SetBkMode:...
2 replies | 64 view(s)
-
Today, 03:10 AM
I have found this code for printing rotated text on a picturebox somewhere and have modified it, but apparently not properly,as it does not want to...
0 replies | 35 view(s)
-
Today, 03:05 AM
If you don't bind the BindingSource to the grid, why would selecting a record in the grid affect the BindingSource?
5 replies | 119 view(s)
-
Today, 03:03 AM
Is there any reason why text would print opaque when the fonttransparent property of the picturebox is set to true?
PK
2 replies | 64 view(s)
-
Today, 01:50 AM
Thank you very much! Indeed, a detailed roadmap will be published in the coming weeks.
103 replies | 7848 view(s)
-
Today, 01:49 AM
Thanks for the request. Sure, once we add command-line compilation support, we'll certainly make sure the switches match as much as possible.
103 replies | 7848 view(s)
-
Today, 01:29 AM
Relative paths are based off process current drive and current dierctory i.e. the one that are set by ChDrive and ChDir built-in functions.
What...
3 replies | 120 view(s)
-
Today, 01:21 AM
So the count in the 4-byte prefix is for instance 15 (odd number) but does this string terminate with one zero (it's ANSI string, isn't it), two...
5 replies | 142 view(s)
-
Today, 01:14 AM
That's Excel-VBA (see that "Sheets(1).Cells-Thingy?)
IIRC, each Cell on a Worksheet has a Hyperlink-Property and an Event FollowHyperlink
6 replies | 152 view(s)
-
Today, 01:13 AM
TwinBasic has the right recipe -- make the a decent compiler, re-use popular IDE, let contributors port RC6, port/reimplement VB6 Forms,...
14 replies | 723 view(s)
-
Today, 01:08 AM
If your data looks anything like what you have in your first post then that query is not going to work no matter what db you are using. It would in...
30 replies | 839 view(s)
-
Today, 01:05 AM
I though C++ Builder can mix C/C++ and Pascal. Even Visual C can mix C/C++ and inline assembly but this is just __asm part of the main language I...
19 replies | 500 view(s)
-
Today, 12:50 AM
Question: Directly access V8-js-engine in Edge-Chromium.
In most cases, we do not need UI when executing JavaScript code in VB6, for example:
We...
33 replies | 2275 view(s)
-
Yesterday, 11:59 PM
Should that be raised when included like so?
Sub ClientBindingSource_CurrentChanged(ByVal sender As Object, ByVal e As EventArgs) Handles...
5 replies | 119 view(s)
-
Yesterday, 11:43 PM
Thanks PASSEL .. another lesson to accumulate
9 replies | 300 view(s)
-
Yesterday, 11:42 PM
I forgot to mention that MixLangz will be available only with 64Bit. We will not support 32Bit.
Secondly it is not a VB6 replacement. We never...
19 replies | 500 view(s)
-
Yesterday, 11:28 PM
The IDE is completed and fully functional.
We are setting up related things like building web site, basic documentation, protection system, etc.
19 replies | 500 view(s)
-
Yesterday, 11:26 PM
This will be a commercial version. We will give our developers a trial version so that they can test it before shelling out any hard cash.
19 replies | 500 view(s)
-
Yesterday, 11:22 PM
It is our own. I have never used True Basic.
MixLangz supports two programming languages - Basic and Pascal and I believe True Basic does not...
19 replies | 500 view(s)
-
Yesterday, 11:18 PM
JavaScript is on out radar. We will be adding that language to MixLangz in near future.
19 replies | 500 view(s)
-
Yesterday, 11:16 PM
Thank you.
19 replies | 500 view(s)
-
Yesterday, 11:16 PM
Not yet. We are preparing for its launch.
19 replies | 500 view(s)
-
Yesterday, 11:08 PM
See https://www.aivosto.com/articles/stringopt2.html#memorylayout for they structure of each String or element of a String array.
One thing...
5 replies | 142 view(s)
|
Click Here to Expand Forum to Full Width
|