
- 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, 07:49 AM
I cannot post the rest of the code. I just see "403 FORBIDDEN"
Wht is wrong?
1 replies | 17 view(s)
-
Today, 07:22 AM
I have a routine that checks the status of various services, on each of 10 remote servers.
If any specific server is "off-line", for whatever...
1 replies | 17 view(s)
-
Today, 07:22 AM
Did you copy all of the code, including the bit about redirecting StandardError? Also, the error message itself tells you what the problem is.
16 replies | 417 view(s)
-
Today, 07:11 AM
theTrick has some very usable code for handling and playing MP3 files.
WMP is deprecated but should work for some time yet, however, it is...
4 replies | 90 view(s)
-
Today, 07:01 AM
Shouldn't that be additionally WM_ACTIVATEAPP
https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-activateapp
8 replies | 353 view(s)
-
Today, 06:46 AM
Thank you. I'll take a look at these later when I get the chance.
4 replies | 90 view(s)
-
Today, 06:45 AM
Exactly. So? What was unclear?
The problem is only for modCOMDLG32.bas which works with CopyMemory declared in Header and doesn't work with...
16 replies | 476 view(s)
-
Today, 06:25 AM
Kotlin tutorials are essential resources for developers looking to learn this modern programming language, particularly for Android app development....
1 replies | 6677 view(s)
-
Today, 06:19 AM
http://www.scproject.biz/Playing%20MultiMedia%20Files.php
4 replies | 90 view(s)
-
Today, 06:14 AM
Great. Thank you.
2 replies | 154 view(s)
-
Today, 06:10 AM
Correct - back to basics!
44 replies | 4472 view(s)
-
Today, 06:07 AM
Yes, this would be proper way to fix this but it's a PITA to detect if a WM_LBUTTONDOWN is in connection with/after receiving a WM_MOUSEACTIVATE. The...
8 replies | 353 view(s)
-
Today, 05:56 AM
Why not just sString = vbNullString instead of calling PutMemPtr? I mean it looks like PutMemPtr leaks a BSTR or is it on purpose?
Edit: Oh, my...
9 replies | 1599 view(s)
-
Today, 05:52 AM
No
From first Post
Meaning: You DO USE vb6.CopyMemory (from the TLB) and it works for all OTHER cases
At least i read it like that
16 replies | 476 view(s)
-
Today, 05:49 AM
I would have gone for a compromise, requesting a Change/Feature (instead of reporting as a Bug).
In your scenario, where you switch back from your...
8 replies | 353 view(s)
-
Today, 05:46 AM
Apparently, I was not clear enough.
Vb6.CopyMemory does NOT work only when I replace CopyMemory (with declaration in Header) inside the module...
16 replies | 476 view(s)
-
Today, 05:42 AM
Now you are contradicting yourself
is the CopyMemory from the tlb now working or not?
Or is the tlb not working just for this Printer-Mess?
16 replies | 476 view(s)
-
Today, 05:41 AM
@AdorablePlum, this is not about installing VB6 on W11 anymore. I would create a new thread, in the correct forum (VB6 or TwinBasic) and explain in...
44 replies | 4472 view(s)
-
Today, 05:38 AM
Even with LenB instead of len, nothing works with Vb6.CopyMemory, rather, the application crashes.
Anyway, with the declaration in the Header,...
16 replies | 476 view(s)
-
Today, 05:18 AM
Probably not supported but I haven't every played an ogg file.
Check:
https://stackoverflow.com/questions/17625993/play-ogg-mp4-in-net
4 replies | 90 view(s)
-
Today, 05:09 AM
Does VB6 automatically turn it off for typelib APIs with As Any? I know it supports Unicode strings, as input at least, if declared as such.
16 replies | 476 view(s)
-
Today, 05:03 AM
Just take a moment for some self-reflection. What did you achieve with this short interaction by email with the author? Let me tell you: nothing of...
8 replies | 353 view(s)
-
Today, 04:51 AM
Seems like you are bitten by ANSI<->Unicode transcoding.
Using Len (instead of LenB) is wrong on many levels too but this is a vast topic I don't...
16 replies | 476 view(s)
-
Today, 04:45 AM
I see. Interesting -- Form's backcolor is lighter grey than TextBox and ComboBox backgrounds. .
Btw, these colors can be derived from certain...
33 replies | 6109 view(s)
-
Today, 04:42 AM
I'm creating an app which has a section in which the user can load and play up to 8 overlapping audio files. At the moment I'm using the Windows...
4 replies | 90 view(s)
|
Click Here to Expand Forum to Full Width
|