ComponentSpace Professional .NET and ActiveX components for developers
ComponentSpace Home | Products | Downloads | Support | Purchase | Services | About Us
 

Screen Shots

These screen shots are from the sample applications included with the product. All samples include complete source code.


Example Email Checker Windows Application

Figure 1 shows an example email checker Windows application that uses asynchronous calls and event notification. It demonstrates performing various types of checks on email addresses. Complete source code in VB.NET and C# is included.


Figure 1 Example Email Checker Windows Application


Example Email Checker Web Application

The email checker Web application, in Figure 2, is an ASP.NET Web application that uses email checker synchronous calls to perform various email address checks. The email checker client code runs on the Web server, not the client.


Figure 2 Example Email Checker Web Application


Example Email Checker Web Service

The email checker Web Service, in Figure 3, is an ASP.NET Web service that uses email checker synchronous calls to perform various email address checks. The email checker client code runs on the Web server, not the client.


Figure 3 Example Email Checker Web Service