
- 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, 12:57 AM
Hi Krool, thanks for the SQLite library.
I needed to add some math helper functions and hence tried to compile project.
Linker add-in is...
266 replies | 551759 view(s)
-
Today, 12:22 AM
I like to use the SHParseDisplayName or SHCreateItemFromParsingName API for this. If the return value is not equal to S_OK, the path does not exist....
2 replies | 72 view(s)
-
Today, 12:09 AM
As far as I'm concerned, I comment this line for ages in the Dir function. I don't know if it can helps in your case :
If...
4198 replies | 4063625 view(s)
-
Today, 12:05 AM
If possible, you should avoid using the `My` namespace in VB.NET. This namespace does not exist in C#, which means your code would not be convertible...
5 replies | 96 view(s)
-
Yesterday, 08:55 PM
Nothing exciting going on???
Me either, most exciting thing was a crown came off my tooth. Luckily got into the dentist pretty quickly. Even...
71241 replies | 25795307 view(s)
-
Yesterday, 06:26 PM
Dear Krool,
I solved all problems doing with VB6.0 a new GRID User Control which meets my needs. It's light but enough powerfull for any simple...
1649 replies | 992131 view(s)
-
Yesterday, 06:19 PM
Should be: If oNode Is Nothing Then Exit Sub
4 replies | 131 view(s)
-
Yesterday, 06:18 PM
If oNode Is Nothing Then Exit Sub
4 replies | 131 view(s)
-
Yesterday, 05:07 PM
not work... error in
...
If oNode = Nothing Then Exit Sub
TreeView1.ToolTipText = oNode.Tag
...
4 replies | 131 view(s)
-
Yesterday, 04:19 PM
@jdelano,
I just noticed you made reference to a ListBox and not a ListView.
Anyhow, thanks for the right direction - it was not GetSubKeyNames...
3 replies | 91 view(s)
-
Yesterday, 03:48 PM
Disabling IPv6 made no difference. Disabling NoScript also made no difference. Connecting directly with pop.gmail.com works like a charm, but...
5 replies | 372 view(s)
-
Yesterday, 02:40 PM
Just as a matter of curiosity, how are you creating the wav file? Do you mind sharing?
5 replies | 96 view(s)
-
Yesterday, 12:18 PM
Public Function FolderExists(sFolder As String) As Boolean
Dim FolderAttributes As Long
FolderAttributes = GetFileAttributesW(StrPtr(sFolder))...
2 replies | 72 view(s)
-
Yesterday, 12:02 PM
@jdelano,
.NET Framework 4.8
Visual Studio 2026 18.6.2 community edition.
3 replies | 91 view(s)
-
Yesterday, 11:40 AM
Hi All
I recently started to get some errors in my Folderexists function. If the Folder name was not the same case it would cause it to return...
2 replies | 72 view(s)
-
Yesterday, 09:23 AM
In the MouseMove event use the .HitTest method of the TreeView
1 replies | 54 view(s)
-
Yesterday, 09:15 AM
how to, intercept when mousemove cursor go to node key to another node key:
nodekey =1
next move
nodekey =1
no effect
node key=1
next move...
1 replies | 54 view(s)
-
Yesterday, 09:13 AM
Ok, you got an AI answer and that mislead me..
So, either make a reference to msdatsrc.tlb that is in C:\Windows\SysWOW64
Or set the compilation...
1649 replies | 992131 view(s)
-
Yesterday, 08:53 AM
Behavioural difference in Dir VB overwrite function at common.bas module compared to VB6 native Dir functionality.
Dir overwrite function raises...
4198 replies | 4063625 view(s)
-
Yesterday, 07:45 AM
which version of .net framework are you using with this?
EDIT: This is .Net 8 and is just dumping to a listbox
Try
...
3 replies | 91 view(s)
-
Yesterday, 06:47 AM
Thanks Krool for your kind and prompt reply. I downloaded the set of files from GitHub and, after OLEGuids.tlb, integrated them into a new project in...
1649 replies | 992131 view(s)
-
Yesterday, 04:43 AM
Sorry for delay, this seems to work perfectly so far! Thank you!
2 replies | 418 view(s)
-
Yesterday, 02:16 AM
If you store the tooltips for each node in the .Tag property of the nodes then you can use this snippet:
Private Sub TreeView1_MouseMove(Button As...
4 replies | 131 view(s)
|
Click Here to Expand Forum to Full Width
|