
- 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, 02:04 PM
Ok, I deleted my last two posts, as they went down a dead end path.
One thing I have noticed is that, with LeandroA's change, the dimensions of...
8 replies | 227 view(s)
-
Today, 01:06 PM
Try to follow this with
ReDim Preserve u(0 To 10) As MyUdt
u(0).i = 42
Second line assignment fails with resized UDT arrays but works ok with...
13 replies | 273 view(s)
-
Today, 12:48 PM
Seems to work ok for me. I just took my post #12 code and put it into a BAS module, then put the following into a Form1:
Option Explicit
...
13 replies | 273 view(s)
-
Today, 12:39 PM
I do this all the time. In fact, I've gotten to where I virtually never return undimensioned arrays from functions that return arrays. I'd much...
13 replies | 273 view(s)
-
Today, 12:13 PM
And another new twinBASIC IDE - BETA 64 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on...
1055 replies | 394493 view(s)
-
Today, 11:52 AM
Ok, I made your changes, and I like the simplification of things. However, I've still got the exact same scaling problem. Here are my changes to...
8 replies | 227 view(s)
-
Today, 11:18 AM
Tweak the SafeArrayAllocDescriptor API declare and can be used without wrapping the SA pointer into a Variant like this
Option Explicit
Private...
13 replies | 273 view(s)
-
Today, 11:10 AM
good job :)
1 replies | 110 view(s)
-
Today, 10:54 AM
I suspect that vb is the one that changes the size. any emf read into an image control is not the same size as the actual image.
If you don't want...
8 replies | 227 view(s)
-
Today, 10:07 AM
In case this request is only, because you want the initialization to UBound=-1 more generically
(working with any simple type as Object(),...
13 replies | 273 view(s)
-
Today, 09:45 AM
My DPI setting is 96 (100%) on both my monitors. My IDE is also set for DPI aware, but that's neither here-nor-there since I'm running at 96 DPI. I...
8 replies | 227 view(s)
-
Today, 09:40 AM
Here some information:
It's true, the MS control has no left margin; this is one reason why I prefer your control.
A negative LineWidth is same...
3413 replies | 1314735 view(s)
-
Today, 09:26 AM
'Is there a way I can check for the incoming data for a preamble before starting to save the data? On my Arduino side, it set it to sending 7 bytes...
8 replies | 436 view(s)
-
Today, 09:13 AM
Yeah, i know, but i still say: it depends, what the original code (the code to be transpiled) is actually doing, because if it's really just...
11 replies | 243 view(s)
-
Today, 08:55 AM
This would absolutely murder the performance of the translated code. It's better to go with DoSomething1, DoSomething2 etc as he originally intended....
11 replies | 243 view(s)
-
Today, 08:38 AM
Thank you softv, I added the validation so TabsPerRow can't be 0 now.
About TabSelExtraHeight, I think it is not possible to have a problem with...
168 replies | 38011 view(s)
-
Today, 08:37 AM
Exactly what i was talking about (Polymorphism).
In this example the vb6-analogy would be
Sub DoSomething(p As Variant)
If TypeOf(p)=vbString...
11 replies | 243 view(s)
-
Today, 08:29 AM
A new twinBASIC IDE - BETA 63 is now available.
Download from here... https://github.com/WaynePhillipsEA/twinbasic/releases
Click on "Assets" for...
1055 replies | 394493 view(s)
-
Today, 08:24 AM
This is normal for compilers. You should take a look at how C++ compilers mangles class method names, now that is ugly. What's important is that the...
11 replies | 243 view(s)
-
Today, 08:10 AM
Would have to disagree in this particular case.
I repeat: It depends what the underlying source-code is doing.
In your example, all (overloaded)...
11 replies | 243 view(s)
-
Today, 07:57 AM
Hi argen, thank you for your reply.
dilettante has solved my problem in post#1. My new question is in post#7.
13 replies | 273 view(s)
-
Today, 07:52 AM
Yes, many times we can't find the best of both worlds.
11 replies | 243 view(s)
-
Today, 07:51 AM
Hmm, glad to hear that. It's just that the naming is so ugly.
11 replies | 243 view(s)
-
13 replies | 273 view(s)
-
Today, 07:36 AM
Excellent, that's exactly what I wanted. I'd like to further dig its value.
I want to assign "Dim arrObject(3) As Object" to "Dim arrMyClass() As...
13 replies | 273 view(s)
-
Today, 07:25 AM
Thank you, Zvoni.
Yes
I don't seem to understand what you mean yet.
13 replies | 273 view(s)
|
Click Here to Expand Forum to Full Width
|