
- 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, 03:03 PM
Yep. My mistake.
26 replies | 831 view(s)
-
Today, 03:01 PM
I mean calling methods with only params e.g. ID3D11Device::GetImmediateContext when it's declared to void GetImmediateContext( ID3D11DeviceContext...
15 replies | 1844 view(s)
-
Today, 02:55 PM
Do you really need to capture the x/y coordinates? The GroupBox control has a MouseHover event. You can use that to redimension the GroupBox
2 replies | 202 view(s)
-
Today, 02:48 PM
You select it from the Project menu and then References.
4 replies | 69 view(s)
-
Today, 02:47 PM
Requires a reference to "Microsoft Scripting Runtime".
What exactly do you mean . l know nothing about it . Never used it
4 replies | 69 view(s)
-
Today, 02:41 PM
> Somenthing like this?
Depends if you are implementing LOGFONTA struct or LOGFONTW struct. There is no LOGFONT actually, the way there is no...
26 replies | 831 view(s)
-
Today, 02:38 PM
lfFaceName(31) As Integer
' or
lfFaceName(63) As Byte
A character in a string counts as two bytes.
26 replies | 831 view(s)
-
Today, 02:22 PM
For example
Public Type LOGFONT
lfHeight As Long ' Specifies the height, in logical units, of the font’s character cell...
26 replies | 831 view(s)
-
Today, 01:41 PM
VB6 does not allow use of Implements with any interface containing an out-only parameter. That's why it's frequently changed, not by mistake. Issues...
15 replies | 1844 view(s)
-
Today, 12:54 PM
And can use LenB everywhere to get correct sizes on UDTs (incl. correct padding) i.e. matching SDK structs.
cheers,
</wqw>
26 replies | 831 view(s)
-
Today, 12:52 PM
> AFAIK VB6 does not guarantee that the out-only param is zeroed at the callsite
If it's a typelib declared interface with only param AFAIR VB6...
15 replies | 1844 view(s)
-
Today, 12:39 PM
The solution is very simple, do NOT use String members in UDTs!
Replace variable-length strings with "Long" and fixed-length strings with byte...
26 replies | 831 view(s)
-
Today, 12:32 PM
Private Sub Form_Load()
With New Scripting.FileSystemObject
With .OpenTextFile(App.Path & "\folderA\folderB\folderC\file.txt")
...
4 replies | 69 view(s)
-
Today, 12:25 PM
Have you tried the basic VB6 file io methods?
4 replies | 69 view(s)
-
Today, 12:11 PM
l would like to read the content of a Text file which is at folder C and have it's contents appearing in a Label
App.Path &...
4 replies | 69 view(s)
-
Today, 11:51 AM
It will depend on how the compiler temp variables get issued/reused as to whether the value will contain junk or not. AFAIK VB6 does not guarantee...
15 replies | 1844 view(s)
-
Today, 11:31 AM
The workflow should be changed to eliminate the need to wait for completion. Instead the "shelled" program should signal back when it's done...
5 replies | 245 view(s)
-
Today, 11:26 AM
I went ahead and tested this theory just for my own edification:
Private Function GetString(This As tHSTRING, sString As String) As HRESULT
...
15 replies | 1844 view(s)
-
Today, 10:58 AM
Yikes, just seeing that LeClerc, Hamilton, and Gasly were all disqualified from the race. That bumps up lots of people. Ocon finished 5th, Bearman...
830 replies | 289023 view(s)
-
Today, 10:55 AM
Interesting race. I was surprised how many teams pulled off the 1 stop strategy. Too bad for the RB guys that they committed to the 2 stop early.
...
830 replies | 289023 view(s)
-
Today, 10:52 AM
I feel that the NumericUpDown control is perhaps not the best control in .NET. Those buttons really add very little. They do indicate that only...
14 replies | 1173 view(s)
-
Today, 10:26 AM
BETA 721 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
472 replies | 191109 view(s)
-
Today, 09:35 AM
I am using another technique. It's not a big deal as long as clicking the command button works... I was just wondering why.
Thanks for the info.
5 replies | 245 view(s)
-
Today, 09:30 AM
Because your keypresses are not being directed to your program to go somewhere else including computer "never-never land" where they seem to...
5 replies | 245 view(s)
-
Today, 08:55 AM
I think I remember the spin control from classic vb.
In vb.net there are numeric updown controls, which is basically a decimal input textbox, with a...
14 replies | 1173 view(s)
-
Today, 07:48 AM
If that is the case, why does clicking the command button work where as pressing the ESC key (which has the property "Cancel" set) to True not work?
5 replies | 245 view(s)
-
Today, 06:15 AM
Thanks for this excellent project, fafalone.
It would be nice if the tabbing in was fixed, but it's not a big deal.
Don't spend too much time...
272 replies | 195014 view(s)
-
Today, 04:40 AM
Kind of surprised even tabbing out works... I guess since the TextBox has it as a parent, but then the dialog doesn't know about outside child...
272 replies | 195014 view(s)
-
Today, 03:12 AM
Huh? According to this interpretation, copying "UDTs" with "header's CopyMemory" copies not only the pointers to the strings, but also the strings?...
26 replies | 831 view(s)
|
Click Here to Expand Forum to Full Width
|