
- 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
"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),...
1 replies | 35 view(s)
-
Today, 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...
1 replies | 35 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 01:52 PM
Thanks wes, will do and thanks again for the assist.
62 replies | 3389 view(s)
-
Today, 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...
1720 replies | 544817 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 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 | 3027 view(s)
-
Today, 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...
1720 replies | 544817 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 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....
62 replies | 3389 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 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...
62 replies | 3389 view(s)
-
Today, 11:54 AM
OB, no I don't do a "For Each" I only perform a for loop. I would not even know where to begin with a "For each loop" for this situation. OK, while...
62 replies | 3389 view(s)
-
Today, 10:43 AM
Thanks. If you need to add in more possible offsets, that’s an easy fix.
49 replies | 2705 view(s)
-
Today, 10:18 AM
Could just store them in an array within a function? Such arrays are easy to create from an Excel sheet.
Function GetFolder(ByVal TheMailBox$,...
1 replies | 2208 view(s)
-
Today, 10:08 AM
BETA 748 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
500 replies | 209557 view(s)
-
Today, 09:59 AM
That would certainly be a fun experiment. Doing that in England makes only slightly more sense than doing that in Seattle. You can't reflect the sun...
1720 replies | 544817 view(s)
-
Today, 09:59 AM
Thank you guys
It seems the the computer was "poisoned" ...... l was working with a video project before l started on this .
After lunch , when l...
4 replies | 250 view(s)
-
Today, 09:57 AM
I see, that makes sense. Thanks again paul you have been excellent! I'll be making a donation to you shortly.
49 replies | 2705 view(s)
-
Today, 09:55 AM
There's certainly something unusual going on. If this were a simple scenario, then this would work. Since it is not working, then it is not a simple...
62 replies | 3389 view(s)
-
Today, 09:49 AM
Dim loadMem(63) As Byte
Dim byteArray(1) As Byte
For Each fileInPath In Directory.GetFiles(FolderBrowserDialog1.SelectedPath).Where(Function(fn)...
49 replies | 2705 view(s)
-
Today, 09:41 AM
rjsnipe, you were right about everything you said.
I didn’t stress-test it, but I ran several trials and every single one worked.
Below is a...
36 replies | 3027 view(s)
-
Today, 09:40 AM
Nope, only if you open it with "For Binary" or "For Append" then it will be created when it doesn't exist
4 replies | 250 view(s)
-
Today, 09:36 AM
If I called Dim offset As Integer = byteArray(offset), does that seem more correct? At first I did attempt to use your example, Dim offset As Integer...
49 replies | 2705 view(s)
-
Today, 09:20 AM
No it does not . In dozen of projects l've made in the past , it is always created with the Open command
4 replies | 250 view(s)
-
Today, 09:08 AM
Does the file already exist in the same folder as the .vbp?
4 replies | 250 view(s)
-
Today, 08:50 AM
Your do loop you’ve tried in post #44 would be an infinite loop
49 replies | 2705 view(s)
|
Click Here to Expand Forum to Full Width
|