
- 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, 06:05 AM
Well this is eerie. Like peering into an alternate reality or something.
Copyright 1999, but I suppose I'm not surprised most of us haven't...
557 replies | 58028 view(s)
-
Today, 05:48 AM
If you open winhttpcom.dll typelib (i.e. the one with WinHttpRequest coclass) you can see that its events are declared in IWinHttpRequestEvents...
4 replies | 1358 view(s)
-
Today, 05:19 AM
You would need the application-specific object libraries, like Microsoft Excel 14.0 Object Library
Keep in mind this will only work on computers...
1 replies | 62 view(s)
-
Today, 05:12 AM
great!
Tks
5 replies | 233 view(s)
-
Today, 05:07 AM
You need a reference to oleexp.tlb. For recent versions the name shows up as 'OLEEXP - Modern Shell Interfaces for VB6' plus the version.
This is...
1 replies | 55 view(s)
-
Today, 05:02 AM
I am not sure whether this post belong to either Visual Basic.net or Application Development. I apologize if it is posted in the incorrect forum.
...
0 replies | 29 view(s)
-
Today, 04:35 AM
how to get events name for WinHttpRequest?
Dim EventTool As clsObjectExtender
Dim oXmlhttp As WinHttp.WinHttpRequest
Private Sub...
4 replies | 1358 view(s)
-
Today, 03:46 AM
Set oExplorer = Controls.Add("Shell.Explorer.2", "wb")
1 replies | 44 view(s)
-
Today, 03:33 AM
Set oExplorer = CreateObject("Shell.Explorer.2")
Set oExplorer.Container = Me
oExplorer.Width = 1000
oExplorer.Height = 1000
...
1 replies | 44 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...
1 replies | 55 view(s)
-
Today, 03:03 AM
64 and know nothing. Always asking for help in the forum.
70 replies | 3691 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...
1 replies | 62 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 | 119 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 | 99 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 | 119 view(s)
-
Yesterday, 10:30 PM
Thank You for the info
25 replies | 33065 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 | 119 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 | 428 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 | 426 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 | 33065 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 | 426 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 | 759 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 | 8272 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 | 648 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 | 136 view(s)
-
Yesterday, 10:29 AM
All of us here are still learning. There’s always more to learn…
6 replies | 231 view(s)
-
Yesterday, 10:00 AM
Hello Eduardo,
is it possible to create a manifest file for the OCX?
Thanks in advance.
58 replies | 8272 view(s)
-
Yesterday, 09:50 AM
Completely agree. Appreciated the time you provided. Cheers!
36 replies | 1122 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 | 263 view(s)
|
Click Here to Expand Forum to Full Width
|