
- 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, 04:35 AM
how to get events name for WinHttpRequest?
Dim EventTool As clsObjectExtender
Dim oXmlhttp As WinHttp.WinHttpRequest
Private Sub...
3 replies | 1340 view(s)
-
Today, 03:46 AM
Set oExplorer = Controls.Add("Shell.Explorer.2", "wb")
1 replies | 28 view(s)
-
Today, 03:33 AM
Set oExplorer = CreateObject("Shell.Explorer.2")
Set oExplorer.Container = Me
oExplorer.Width = 1000
oExplorer.Height = 1000
...
1 replies | 28 view(s)
-
Today, 03:16 AM
https://www.vbforums.com/showthread.php?834535-VB6-Browse-folder-replacement-dialog
Your Msg#2 - i get User-defined type not defined on...
0 replies | 28 view(s)
-
Today, 03:03 AM
64 and know nothing. Always asking for help in the forum.
70 replies | 3683 view(s)
-
Today, 02:44 AM
I'm getting this error with
Dim fd as FileDialog
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
Highlighting Application.
But this...
0 replies | 32 view(s)
-
Today, 01:48 AM
Dim LastKey%
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If KeyCode = LastKey Then Exit Sub
LastKey = KeyCode
...
2 replies | 113 view(s)
-
Today, 12:30 AM
I am trying to execute PowerShell code to query the registry using System.Management.Automation. The following executes successfully in an elevated...
0 replies | 85 view(s)
-
Yesterday, 10:35 PM
When you keep a key pressed the "KeyDown" event starts repeating itself, while the "KeyUp" event requires separate keystrokes every time.
Of...
2 replies | 113 view(s)
-
Yesterday, 10:30 PM
Thank You for the info
25 replies | 33061 view(s)
-
Yesterday, 10:19 PM
This is one of those questions where I'd like the experts to please express their thoughts on.
The action in question: This will trigger the...
2 replies | 113 view(s)
-
Yesterday, 04:36 PM
Also, something I didn't see mentioned ... the form doesn't have to "listen" to an event, whereas if you call a procedure, it's got to be there or...
11 replies | 425 view(s)
-
Yesterday, 04:22 PM
Again - p-code virtual machine in IDE (vba6) doesn't support threading. It has no global variable synchronization (i mean VM variables not user's) so...
11 replies | 421 view(s)
-
Yesterday, 02:59 PM
Right... there are only two types of settings... Application and User ... those are the only two scopes. For that code to work, it needs to be a User...
25 replies | 33061 view(s)
-
Yesterday, 02:38 PM
There is a difference between running in the IDE and debugging in the IDE. The modified Multithread Download program runs in both the IDE and...
11 replies | 421 view(s)
-
Yesterday, 02:33 PM
Alright, I figured it out. PIPE_WAIT means that the program connecting to the pipe using that flag will freeze until the another program reads from...
20 replies | 754 view(s)
-
Yesterday, 12:21 PM
Copy this code in the manifest:
<file name="NewTab01.ocx">
<typelib tlbid="{66E63055-5A66-4C79-9327-4BC077858695}" version="3.1"...
58 replies | 8237 view(s)
-
Yesterday, 10:50 AM
Visual Studio used to be a single, monolithic, program with a few different languages in it. That's not the case anymore. VS is now essentially an...
18 replies | 644 view(s)
-
Yesterday, 10:37 AM
you have to set a Ref. to ->.NET->System.Management
Option Strict On
Imports System.Management
Public Class Form2
2 replies | 128 view(s)
-
Yesterday, 10:29 AM
All of us here are still learning. There’s always more to learn…
6 replies | 228 view(s)
-
Yesterday, 10:00 AM
Hello Eduardo,
is it possible to create a manifest file for the OCX?
Thanks in advance.
58 replies | 8237 view(s)
-
Yesterday, 09:50 AM
Completely agree. Appreciated the time you provided. Cheers!
36 replies | 1114 view(s)
-
Yesterday, 08:25 AM
EVs cost 45% more to build. By raising the MSRP for conventional vehicles, auto makers can subsidize their EV production while also erasing the...
9 replies | 262 view(s)
-
Yesterday, 08:22 AM
That's weird... I tried to grab it earlier and also got a 404. Tried to grab it through archive.org too with no luck, then searched for the filename...
28 replies | 7367 view(s)
-
Yesterday, 08:15 AM
try this to get you started. pls reply once you tested.
...
4 replies | 218 view(s)
-
Yesterday, 07:45 AM
I don't believe EVs have anything to do with rising costs of regular cars. They're just not a threat to the old market.
9 replies | 262 view(s)
-
Yesterday, 07:45 AM
Update released.
Included the AllowIncrementalSearch property.
1125 replies | 371547 view(s)
-
Yesterday, 07:08 AM
You would need have .NET types that correspond to WMI types. My guess would be that there's a NuGet package for that.
2 replies | 128 view(s)
-
Yesterday, 06:56 AM
The idea which is easily found all over the internet is as follows:
Private Function CpuId() As String
Dim computer As String = "."
...
2 replies | 128 view(s)
|
Click Here to Expand Forum to Full Width
|