Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

September 7, 2007

ClickOnce Deployment with Chilkat .NET Assembly

This is a very simple example of a C# Windows Forms application with ClickOnce deployment. It contains a single form, with a single button. Pressing the button causes an instance of a Chilkat.Zip object to be created and the Chilkat.Zip.Version property is displayed in a message box.

This is the C# source code:

        private void button1_Click(object sender, EventArgs e)
        {
            Chilkat.Zip zip = new Chilkat.Zip();
            MessageBox.Show(zip.Version);
        }

The Visual Studio 2005 project files can be downloaded from: http://www.chilkatsoft.com/projects/ClickOnceDemo.zip

The live application can be tested from this URL:
http://www.chilkatsoft.com/ClickOnceDemo/publish.htm


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.