Learn about a way to know exactly when IE settings have changed.
Latest IE Programming Articles - Page 2
Invoke Hidden Commands in Your Web Browser
Demonstrate an innovative way to invoke hidden commands to show modal dialogs such as the "Add To Favorite" dialog or "Import/Export Wizard" dialog in your Web browser-based application.
HTML Editor for VC++ 6.0
Learn about an HTML edit control for VC++ 6.0 that is equivalent to the MFC7 CHtmlEditCtrlBase class.
How to Connect to IExplorer in Citrix Environments
Connect to a running instance of Internet Explorer launched by Citrix in seamless mode.
Voice Chat Using Client/Server Architecture
Check out this application that allows any users on a LAN or the Internet to communicate through voice.
Voice Conferencing Using a Multicasting Technique
Review the code for Voice Conference, an application that allows users on the LAN/Internet to discuss in groups through voice.
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.
