The Wayback Machine - https://web.archive.org/web/20061017123013/http://www.codeguru.com/cpp/i-n/

CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
Health Insurance
Executive MBA
Phone Systems
Digital Camera Memory
Tech Jobs
KVM over IP
Promotional Products
Web Hosting
Price Search
Mp3 Player Reviews
Batteries
Inbound Calls
Compare Prices
Prepaid Phone Card



RSS Feeds

All

VC++/C++

.NET/C#

VB

See more EarthWeb Network feeds

Home >> Visual C++ / C++ >> Internet & Networking

Embracing the full spectrum of developer needs including content supporting 64 bit, Multi-Core, Tools, and Optimization.

Making Multi-Cores Count: An ISV Licensing Primer
On the road to concurrent programming, do customers see you as the fast laneor the speed bump? The best way for ISVs to support emerging x86-based virtualization and grid computing technologies is by moving away from antiquated hardware-based license models. Read more.
Mr. Multimedia: AMD's Wei-Lien Hsu
See how AMD's various architecture designs provide processor performance across the computing board, including formerly niche areas such as multimedia, and how passionate engineers like Wei-Lien Hsu are making it happen. Read more.
Man on a Mission: AMD's Brent Hollingsworth
AMD is working on a library of thousands of functions that will make the parallel technologies embedded in AMD's multi-core processors and other multiprocessor technologies available to developers. See what the project's team leader has to say about the challenges and benefits of the AMD Performance Library (APL). Read more.
Taking Advantage of Concurrent Programming for Windows, Part 2: Multi-Core Programming in .NET
In the coming many-core era, the performance difference between single-threaded and multithreaded applications will grow greater and greater. It behooves all professional programmers to begin coding for multiple cores now. Read more.
For more relevant code samples, tutorials and editorials click here.

Internet & Networking

next

[Updated] Customize an IE Context Menu to Add CodeGuru Favorites
Rating:
kirants - 09/12/2006
Discover the development of a Browser Helper Object to customize Internet Explorer context menu to add CodeGuru Favorites items.

ASP.NET Tip: Control Access to a File Download
Rating:
Eric Smith - 08/30/2006
Learn a method for controlling how users download files from your ASP.NET applications.

Creating Custom WPF Controls
Rating: none
Chad Campbell - 08/28/2006
Custom controls assist developers in maximizing code reuse and minimizing headaches. Learn the process of creating custom controls within Microsoft's latest UI model, the Windows Presentation Foundation (WPF).

[Updated] MODBUS Serial RTU + TCP/IP Simulator
Rating:
Conrad Braam - 08/25/2006
If you are unable to find a free Modbus Slave simulator, here is one.

XPath Support in Browsers
Rating: none
Nicholas C. Zakas - 08/14/2006
Learn about XPath, a small language used specifically to locate a single node or multiple nodes that match a particular pattern.

Offline Capable (Internet Explorer) AJAX Client
Rating:
Ariel Yakobovich - 08/10/2006
Learn what makes a successful AJAX client, and how many AJAX applications lose sight of the enormous benefit of supporting offline mode operation.

A Windows Service Solution for Unreliable Web Services
Rating: none
Jeffrey Juday - 06/28/2006
Reliability is a big issue in Internet Web services integration. Learn how to mitigate Web service reliability problems by using an asynchronous messaging approach.

Ajax Submission Throttling
Rating: none
Nicholas C. Zakas - 05/18/2006
Ajax is becoming the hot topic in Web programming today. Discover more useful things that it can do for you.

XMLHttp Requests for Ajax
Rating: none
Nicholas C. Zakas - 05/12/2006
Professional AJAX author Nicolas Zakas shows the benefits as well as some of the disadvantages of using HTTP requests in your applications.

Web Site Blocker that Uses Browser Helper Objects (BHO)
Rating:
milindsm - 03/28/2006
Learn how a BHO (Browser Helper Object) could be used to block a particular Web site.

[Updated] WinIPCfg
Rating:
egawtry - 03/23/2006
A clone of the Win95/98/ME utility for checking and controlling IP addresses.

Computing a MS-CHAPv2 Client Response (not yet reviewed)
Rating: none
Eugene Prigorodov - 03/06/2006
Learn about a RFC2759-compliant implementation of the MS-CHAPv2 response calculation algorithm.

TJFTP: A Visual C++ FTP Client
Rating:
ShellRaker - 12/08/2005
Learn about a Windows FTP client written without CInternetSession or CFtpConnection classes.

Browsing XML/XSLT with HTA/Scripting Runtime
Rating: none
Freelancer - 11/11/2005
Learn about a simplistic example of using a Scripting Runtime Library.

Remote Desktop View Lite
Rating:
Andy Bantly - 10/31/2005
Learn about a native C++, MFC, ATL/COM system to remote view a desktop.

Build a SharePoint Newsletter Generator That Alerts Users to Changes
Rating: none
Jeffrey Juday - 10/28/2005
Leverage the SharePoint SDK classes to build a newsletter generator that collects all the changes to a site and presents them to users in an e-mail newsletter format.

Publishing with Authoring Connector
Rating: none
Packt Publishing - 09/20/2005
Learn to integrate Web publishing with working with your Word documents.

How to Add Pocket Outlook Features to Your Mobile Application
Rating: none
Alex Gusev - 07/15/2005
With the help of POOM (Pocket Outlook Object Model), you can implement sophisticated and customized mobile applications with rich functionality.

Implement a Centralized BizTalk File Creation Broker
Rating: none
Jeffrey Juday - 05/25/2005
By using BizTalk 2004, Web services, and the Broker enterprise pattern, you can create a centralized file broker that enables you to more easily configure security, administer services, and share code across your organization.

Keyboard Spy: Implementation and Counter Measures
Rating:
Dor Alon - 05/12/2005
Learn to develop hook-based key loggers and hook-safe software.

Selecting the Best Approach for Designing an Interoperable Web Service
Rating:
Nalaka Withanage and Martin Kropp - 05/10/2005
Learn about the different Web service design methodologies as defined by the Web Services Standardization Groups, clarify the terms, and highlight their differences.

Build a Custom SharePoint Web Service for Your InfoPath 2003 Documents
Rating: none
Jeffrey Juday - 05/03/2005
Learn how to develop a custom SharePoint Web service for InfoPath 2003 documents, which allows you to reliably perform actions whenever a user saves one of the documents.

"Indigo" CTP Released Today
Rating: none
Bradley Jones - 03/16/2005
Microsoft released the Community Technical Preview (CTP) of their next-generation Web-Services technology, "Indigo," today.

Using The CE HTML Viewer Control To Create Powerful, Customized Presentations
Rating: none
Nancy Nicolaisen - 03/09/2005
Create an HTML viewer control on a CE device. Once animated, this control allows you to pass any data that is capable of being rendered by using HTML tags from the desktop device to the CE device. The power and elegance of this approach can hardly be overstated.

Application's Version Updating from a FTP Resource
Rating: none
Andrej Hristoliubov - 02/15/2005
Use the IOUpdate.dll library to automatically update your application from the Internet.

Building Software That Is Interoperable By Design
Rating:
Bill Gates - 02/04/2005
Microsoft's Bill Gates on interoperability.

How DesktopRAPIInvoker Launches the HTML Viewer on the CE Device
Rating: none
Nancy Nicolaisen - 01/31/2005
Explore the mechanics of launching an HTML viewer on your CE device.

Composite Custom Web Controls in Managed C++
Rating:
Stephen Fraser - 01/05/2005
Continuing his series on custom Web control development in Managed C++, Stephen Fraser takes it up a notch by examining the more advanced—and far more powerful—composite custom Web control.

HTTP Post Using C
Rating:
Uday Chitragar - 01/05/2005
Learn to write a small routine or utility to make a post request to a Web server and retrieve the data. This article demonstrates such a technique, tested on Linux.

Mastering Internet Programming on Mobile Devices: Data Exchange Using an XML HTTP Interface
Rating: none
Alex Gusev - 12/21/2004
Learn how to create applications that may connect to the Internet or an intranet. This article helps you figure out one more suitable method, XMLHTTP, of data transfer over a network.

Monitoring Changes in IE Settings
Rating:
Krishnasamy Venkatesan - 11/05/2004
Learn about a way to know exactly when IE settings have changed.

Mastering Internet Programming on Mobile Devices: First Steps
Rating:
Alex Gusev - 11/02/2004
Learn how to create applications that may connect to the Internet or an intranet. Take a look at typical scenarios that often occur in programming practice.

[Updated] The K.I.S.S. Approach to I/O Completion Ports
Rating:
Robert Simpson - 10/18/2004
I/O completion ports are the holy grail of performance. This article provides an extremely lightweight and open framework for easily implementing IOCP's in your application(s).

z/OS MQSeries Queue Manager Administration Tool Via MQClient Running on Windows
Rating: none
Martyn Brown - 09/29/2004
Learn about a command line utility for issuing runmqsc commands to a mainframe over MQClient from Windows.

Invoke Hidden Commands in Your Web Browser
Rating:
eagleboost - 09/15/2004
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.

Publishing Schema as Web Service in BizTalk 2004 (not yet reviewed)
Rating:
PradeepMurti - 08/06/2004
Learn to create a simple scenario for consuming a Schema as a Web Service with minimum effort.

New HTTP Endpoints Create SQL Server 2005 Web Services
Rating: none
Peter DeBetta - 08/05/2004
SQL Server 2005 supports native HTTP SOAP via a feature known as HTTP Endpoints. Find out how this new feature makes the creation of Web services a snap.

Managed Extensions Example That Calls the Amazon Web Service
Rating:
Tom Archer - MSFT - 07/28/2004
Many talented C++ programmers still think that calling Web services from C++ is difficult. Tom Archer illustrates that using the .NET XmlTextReader and XmlDocument classes make this task a snap.

GroupTalk (not yet reviewed)
Rating:
Nagareshwar Talekar - 07/15/2004
Learn about a multicasting-based groupchat application in which any number of users can join the group and communicate together.

WinSniff
Rating:
Nagareshwar Talekar - 07/08/2004
Learn about WinSniff, the application for capturing packets on the network.

Port Scanner
Rating:
Nagareshwar Talekar - 06/30/2004
Learn about the TCP Half Open Scanning or TCP SYN scanning technique.

HTML Editor for VC++ 6.0
Rating:
irekz - 06/08/2004
Learn about an HTML edit control for VC++ 6.0 that is equivalent to the MFC7 CHtmlEditCtrlBase class.

XHTML2RTF
Rating:
Emmanuel K. - 05/25/2004
This article describes a conversion tool which takes an HTML document as input and generates a Microsoft Word document for printing.

.NET Remoting with Events in Visual C++
Rating:
Kate Gregory - 04/13/2004
Learn how to add a button to a server application (a WinForm app with a big Listen button) and have the handler for the click event raise a custom event.

.NET Remoting in Visual C++
Rating:
Kate Gregory - 03/31/2004
Remoting is one of the three techniques available on the CLR for creating distributed applications.

Spoofing the ARP Table of Remote Computers on a LAN
Rating:
Gordon Ahn - 03/31/2004
ARP spoofing, also called ARP Cache poisoning, is one of hacking methods to spoof the contents of ARP table in other remote computer on LAN. For one computer to connect to other computer on IP/Ether network, two addresses are needed. One address is MAC address, and the other is IP address.

Enterprise Application Integration (EAI) Using XML
Rating:
Syed Hameed - 03/26/2004
Best Practices and Standards in EAI must be practiced for reducing costs and increasing the effeciency for any EAI application.

Utilizing Pocket IE Functionality in Mobile Applications
Rating: none
Alex Gusev - 03/23/2004
Learn how to provide IE functionality from your applications.

Accessing Web Services from a Mobile Application
Rating:
Alex Gusev - 03/02/2004
Learn how to utilize Web Services in mobile WinCE applications

How to Get an ARP Table with an IP Helper API
Rating: none
Gordon Ahn - 01/22/2004
Learn how to get an Address Resolution Protocol (ARP) table in VC++ 6.0 on Windows with an IP Helper API.

next

Webcast for Application and Service Providers: Explore Business Intelligence Open Source Offerings
On-demand Webcast: Developing Robust Field Service Wireless Solutions on BlackBerry Devices.
Flash Demo: Report Design--Crystal Reports XI transforms any data into rich visual information.
Transform legacy business functions to agile, SOA-enabled solutions. Attend this webcast.
Borland CaliberRM Integrates with Visual Studio to Bring Sophistication to Requirements Management


JupiterWeb networks:

internet.comearthweb.comDevx.comGraphics.com

Search JupiterWeb:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterWeb

Jupitermedia Corporate Info