
- 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, 12:31 PM
How to add Command Prompt to the Windows 11 Start menu:
https://www.youtube.com/watch?v=9-dBAt6IjJw
13 replies | 308 view(s)
-
Today, 11:55 AM
Star Wars has always had problems, mainly the question of whether it's a kiddie show or something for adults. Crafting the perfect balance was always...
1419 replies | 247035 view(s)
-
Today, 11:48 AM
You could try and get the error from the command prompt by Redirecting the standard error e.g.
Dim proc As New Process
...
13 replies | 308 view(s)
-
Today, 11:25 AM
Not understand, sorry
???
6 replies | 269 view(s)
-
Today, 11:08 AM
It sounds like we all agree that Star Wars held a whole lot of promise that it has often failed to live up to because of a variety of different...
1419 replies | 247035 view(s)
-
Today, 11:04 AM
If the desired process is to first stop the service and then start it, then that is what you should write code to do.
Right now, all your code is...
13 replies | 308 view(s)
-
Today, 10:13 AM
Latest version in first post updated with the following:
Added Polygon Edge styles: Smooth (Bezier curved, thanks anycoder!), Ratchet, ZigZag,...
15 replies | 644 view(s)
-
Today, 10:07 AM
First guess: Passing Strings (Pointer to Pointer)
8 replies | 283 view(s)
-
Today, 09:41 AM
remove the code that handles RowNum=1
6 replies | 269 view(s)
-
Today, 09:30 AM
Yea, the inclusion of "baby Yoda" didn't make a lick of sense to me, otherwise, it was a really good show. However, in the eyes of many fans, it fell...
1419 replies | 247035 view(s)
-
Today, 09:08 AM
hex(4013373) = &H3D3D3D
. . . which is some sort of darker grey.
Is this TextBox background color or Form's one?
cheers,
</wqw>
31 replies | 6003 view(s)
-
Today, 09:05 AM
Btw, there is nothing suspicious in CopyMemory declaration in VB6.tlb i.e. it matches Destination As Any, Source As Any, ByVal Length As Long params...
8 replies | 283 view(s)
-
Today, 08:49 AM
I liked the Mandalorian, even though It could've still been written well without baby Yoda. That alone kept me from watching the show for a few...
1419 replies | 247035 view(s)
-
Today, 08:45 AM
There's no difference.
Dim x As Long
Dim y As Long
Dim z As Long
x = 5
modCOMDLG32.CopyMemory y, x, 4
VB6.Kernel.CopyMemory z, x, 4...
8 replies | 283 view(s)
-
Today, 08:44 AM
BETA 716 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
467 replies | 189716 view(s)
-
Today, 08:29 AM
Compile/run your recent changes in VB6 alone, ensure it all works. Then migrate to TwinBasic and try it there.
40 replies | 4312 view(s)
-
Today, 08:16 AM
Ok so I declared everything which helped a lot.
Is there an Immediate Window equivalent?
40 replies | 4312 view(s)
-
Today, 08:16 AM
OPS....
not important the line in red, can you modify the code.?
Tks
6 replies | 269 view(s)
-
Today, 08:00 AM
Alpha values are still intact but ignored while mostly preserved (not overwritten) by GDI operations but not always i.e. their contents is subject to...
20 replies | 665 view(s)
-
Today, 07:56 AM
Yes there are, thanks Paul, I finally got command prompt up and running as administrator, via advice on the web, stopped the time service and...
13 replies | 308 view(s)
-
Today, 07:44 AM
I now traced my COPY code to the very start, and found there was indeed a call made to copy a CF_BITMAP, before the subsequent creation of a custom...
20 replies | 665 view(s)
-
Today, 07:42 AM
It is potentially a very good tool, very efficient.
Needs Save AS functionality to be actually useful as a tool in itself, otherwise it is a just...
16 replies | 4714 view(s)
-
Today, 07:29 AM
Thanks for the feedback. Those are fair points. I will make sure everything is declared and post back after retrying.
40 replies | 4312 view(s)
-
Today, 07:24 AM
Will do Faf. reporting back soon.
5 replies | 476 view(s)
-
Today, 07:23 AM
These are basics... always use option explicit ON
Everything should be declared, avoids sloppy programming using variants. These are basics... ...
40 replies | 4312 view(s)
-
Today, 07:19 AM
I do use it some instances, but I guess the thinking was that using a variant type means the same variable can switch datatypes according to the...
40 replies | 4312 view(s)
-
Today, 07:12 AM
Build button!
You need to go and do some basic exploration and tinkering before raising such basic questions, option Explicit ON and explore...
1 replies | 76 view(s)
-
Today, 07:09 AM
You MUST!
40 replies | 4312 view(s)
-
Today, 07:03 AM
You're welcome.
6 replies | 269 view(s)
|
Click Here to Expand Forum to Full Width
|