#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
936 B

<%@ Page Language="C#" MasterPageFile="~/ProzacAfternoon.master" AutoEventWireup="true"
CodeBehind="DotNetClientApplication.aspx.cs" Inherits="CCSite.DotNetClientApplication"
Title="Windows Forms Web Service Client" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<p class="page_title">Windows Forms Web Service Client</p>
<p>
This is a demo of how to use the Code Conversion Web Service - implemented as a Windows Forms application.
Source code is included.
</p>
<p>
<img src="/screenshots/CodeConverterClient.png" width="750" height="628" alt=".NET Client for Code Conversion Web Service" />
</p>
<p class="page_title">Downloads</p>
<ul>
<li><a href="/downloads/CodeConvertServiceClient.zip">Application</a></li>
<li><a href="/downloads/CodeConvertServiceClient_Source.zip">Source Code</a> (C#)</li>
</ul>
</asp:Content>