
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 11:28 PM
Really nice.. can get the usage count too. I have this mousewheel addin dll running in VB5 and it won't unload because an extra usage reference...
25 replies | 5285 view(s)
-
Yesterday, 09:57 PM
It wasn't so much a joke as a comment on the competing clouds of satellites that are going up. If they have solar panels, then those would be facing...
1723 replies | 557907 view(s)
-
Yesterday, 09:55 PM
Yes, it does update the screen, it just can cause some serious side effects. A backgroundworker would be the more typical way to do that, as...
63 replies | 4886 view(s)
-
Yesterday, 09:55 PM
There is a lot of help for TB. As Wayne said, there is a very active Discord server, and then on top of that there is this whole forum...
6 replies | 942 view(s)
-
Yesterday, 08:28 PM
Hey, in a project I'm working on I have a form that I use to open another form and make changes to it. I then create an instance of that form. How...
0 replies | 71 view(s)
-
Yesterday, 07:32 PM
Zx80 Basic: ZXSpectrum BASIC: GWBasic : QB4.5 : VBDOS ::VB6::VB6:tB - my path
3 replies | 400 view(s)
-
Yesterday, 07:28 PM
If I remember correctly you just include your .BI file in your main .BAS module and then all the defined globals will be available throughout the...
1 replies | 230 view(s)
-
Yesterday, 04:56 PM
Yes, you can also convert the image to another format:
Private Enum PICTURE_FORMATS
PF_BMP_DEFAULT
PF_GIF
PF_JPEG
PF_PNG
...
25 replies | 1002 view(s)
-
Yesterday, 04:52 PM
VBDOS:VB6::VB6:tB :wave:
3 replies | 400 view(s)
-
Yesterday, 04:43 PM
I must be missing something here. Is this about reflecting the suns rays or something else?
I guess if the side of the satellites facing the sun...
1723 replies | 557907 view(s)
-
Yesterday, 04:26 PM
To the admin people
Please can you delete this question as I have re
Asked the question in the correct area now (did
Not see the option for...
3 replies | 400 view(s)
-
Yesterday, 04:24 PM
Hi all,
I hope someone can help. I have a basic vbdos app that I am working on and when my software boots it will load into a plan text mode and...
1 replies | 230 view(s)
-
Yesterday, 03:54 PM
Here is a function that loads the TypeLib from a DLL and displays all available CoClasses, Interfaces and their GUIDs (requires a reference to...
4 replies | 279 view(s)
-
Yesterday, 02:57 PM
Search the forum for "TLBINF32.dll". In Project-->References, look for "TypeLib Information" to add it to your project. Not sure if it's the best...
4 replies | 279 view(s)
-
Yesterday, 02:53 PM
How about we put tens of thousands of competing internet satellites into orbit instead? Yes, it won't have the high energy vibe that your suggestion...
1723 replies | 557907 view(s)
-
Yesterday, 02:28 PM
Thanks for the reply,
I'm trying to browse the typelib, dynamically by code and not visually, kinda brute force to know the supported interfaces.
4 replies | 279 view(s)
-
Yesterday, 02:04 PM
"OLE View" that comes with VB6 does that(Check the Start menu). You can also use VB6's Project-->References-->Browse, then press F2(Object Browser),...
4 replies | 279 view(s)
-
Yesterday, 01:56 PM
How to list all types present in typelib and how to export their interface IIDs, I want to use them to know which ones are supported from which...
4 replies | 279 view(s)
-
Yesterday, 01:54 PM
Thanks db, I use it as a way to ensure things are working properly. Guess I'll need to rely upon debug.print more often. But I did find that using...
63 replies | 4886 view(s)
-
Yesterday, 01:52 PM
Thanks wes, will do and thanks again for the assist.
63 replies | 4886 view(s)
-
Yesterday, 01:26 PM
OK fair enough.
Hire Musk spaceships, glitter the suits, put them on and then form a circle in space around earth and start dancing around singing...
1723 replies | 557907 view(s)
-
Yesterday, 01:22 PM
You don't in the case of Shown, at least not without jumping through hoops.. Don't know why it is important to SEE the change because you can look at...
63 replies | 4886 view(s)
-
Yesterday, 01:10 PM
I have no idea what your code in that function is doing or WHY you need to change the look of the controls on the form so often.
But that is a...
63 replies | 4886 view(s)
-
Yesterday, 01:04 PM
You are welcome.
In my tests in the end, I could remove EasyXLS.manifest so I don't think that step is actually necessary, I might have gotten a...
36 replies | 3218 view(s)
-
Yesterday, 12:59 PM
That doesn't sound like that would be healthy for us when eventually the particles come back to earth. Maybe that's not a problem it was just the...
1723 replies | 557907 view(s)
-
Yesterday, 12:51 PM
Understood, but how do I keep things organized when I need to call code similar to what is below every 2 - 5 calls in a function for a screen user...
63 replies | 4886 view(s)
-
Yesterday, 12:44 PM
As you step through the code you can check the current value of the relevant objects by hovering over them. That's the information you need to know....
63 replies | 4886 view(s)
-
Yesterday, 12:35 PM
Another question. It was shown that the GUI did not update until AFTER it left "Shown". How do you step through a GUI that does not update until the...
63 replies | 4886 view(s)
-
Yesterday, 12:24 PM
You still haven't told me what the values of the combobox are when you leave the Form Shown event. So I can't do nothing but guess and that's been...
63 replies | 4886 view(s)
-
Yesterday, 12:00 PM
Yes it is shaggy, however, I have a string of "Case" statement that are called from this function to setup the condition of the GIU. It clearly has...
63 replies | 4886 view(s)
|
Click Here to Expand Forum to Full Width
|