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 Internet Time Windows Application

Figure 1 shows an example internet time Windows application that uses asynchronous calls and event notification. It demonstrates getting the time from a time server using various time protocols including NTP. Complete source code in VB.NET and C# is included.


Figure 1 Example Internet Time Windows Application


Example Internet Time Web Service

The internet time Web Service, in Figure 2, is an ASP.NET Web service that uses internet time synchronous calls to get the time from a timer server. The internet time code runs on the Web server, not the client.


Figure 2 Example Internet Time Web Service