Use the Microsoft Internet controls to produce your own fully functioning WebBrowser. (Added: 24-Sep-2000)
Latest Internet Articles - Page 12
HTML Syntax Highlighting
Create a usercontrol that can be added to a form to provide HTML syntax highlighting in a RichTextBox. (Added: 2-May-1999)
Open URL in existing IE Window
Learn how to open a URL in an existing IE instance. (Added: 31-Oct-2000)
Virtual Fab Email address Checker 1.0
Learn to use DNS lookups to check if Email addresses are valid. Callable from Win9x / NTx, ASP and/or VB ! (Added: 10-Aug-2000)
Which Program Handles that File Extension?
Discover how you can have your Visual Basic .NET programs automatically open files in their default applications for you.
Tricks of Parsing a Page for Links and Images
Learn how to parse out all the links from an HTML page.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Disabling Titlebar Buttons with VB.NET
Hannes du Preez shows you how to disable titlebar buttons and menus in your programs temporarily.

WebSockets Meets Security
WebSockets are intended to build bi-directional connections between a web browser and a server. This must be done in a safe way. In addition, the WebSockets have a huge disadvantage (to say it politely). Read on to learn more.
