CAT | Visual Basic
30
Visual Basic: Create a Sorted Collection
No comments · Posted by Craig Buchanan in Programming, Visual Basic
Create a sorted Visual Basic 6 collection that is similar to sorting an ArrayList in Visual Basic .Net.
14
Visual Basic: Convert a Windows AD account name to a 'real' name.
No comments · Posted by Craig Buchanan in Programming, Visual Basic
Convert a Windows AD account name to the individual’s actual name, using ADSI.
6
Visual Basic: Generate a List of Installed COM Compontents
No comments · Posted by Craig Buchanan in Programming, Visual Basic
It is often useful to see a list of installed COM components on a given machine. The Component Explorer uses the registry and Microsoft’s Typelib component to generate this list.
No tags
5
Visual Basic: NNTP Message Threader
No comments · Posted by Craig Buchanan in Programming, Visual Basic
This application demonstrates how to use the Microsoft Xml component thread NNTP messages by id or subject. In addition, the application uses a plugin architecture to wrap the Nntp components from IpWorks! and ServerObjects.
(more…)
COM · NNTP · Programming · Visual Basic
