Click here to Skip to main content
15,886,067 members
Articles / Desktop Programming / Windows Forms

ZipTrack

Rate me:
Please Sign up or sign in to vote.
4.86/5 (28 votes)
2 Dec 2009CPOL5 min read 59K   781   78  
A comprehensive way to manage all of your downloaded zip files.
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ZipTrack
</name>
</assembly>
<members>
<member name="T:ZipTrack.Gui.Components.BookmarkGrid">
	<summary>
 The BookmarkGrid acts as the full action container for all events and display of Bookmarks
 </summary>
</member><member name="T:ZipTrack.Gui.Components.DocumentGrid">
	<summary>
 The DocumentGrid acts as the full action container for all events and display of Documents
 </summary>
</member><member name="P:ZipTrack.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ZipTrack.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ZipTrack.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="P:ZipTrack.Gui.Components.FileFolderDialog.SelectedPath">
	<summary>
 Helper property. Parses FilePath into either folder path (if Folder Selection. is set)
 or returns file path
 </summary>
</member><member name="P:ZipTrack.Gui.Components.FileFolderDialog.SelectedPaths">
	<summary>
 When multiple files are selected returns them as semi-colon seprated string
 </summary>
</member><member name="M:ZipTrack.Gui.Controls.BookmarksControl.Databind(ZipTrack.EventArgs.ArchiveEventArgs)">
	<summary>
 Show all archive Bookmarks
 </summary>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="T:ZipTrack.Common.FileIcon.ShellIcon">
	<summary>
 Summary description for ShellIcon.  Get a small or large Icon with an easy C# function call
 that returns a 32x32 or 16x16 System.Drawing.Icon depending on which function you call
 either GetSmallIcon(string fileName) or GetLargeIcon(string fileName)
 </summary>
</member><member name="T:ZipTrack.Common.FileIcon">
	<summary>
 This class acts like a pool of the Shell icons. If the client ask for
 * an icon it will retrieve it from the Windows Shell and maintain the icon in 
 * the pool so it can be retrieved faster later.
 </summary>
	<remarks></remarks>
</member><member name="M:ZipTrack.IndexFactory.GetIndex(System.Int32)">
	<summary>
 Crude but provides the machinery to obtain the proper ImageList index
 </summary>
	<param name="WebsiteID"></param>
	<returns></returns>
	<remarks></remarks>
</member><member name="M:ZipTrack.Program.Main">
	<summary>
 The main entry point for the application.
 </summary>
</member><member name="M:ZipTrack.Gui.Controls.DocumentsControl.Databind(ZipTrack.EventArgs.DocumentEventArgs)">
	<summary>
 Select the specific document in the list
 </summary>
	<param name="e"></param>
	<remarks></remarks>
</member><member name="M:ZipTrack.Gui.Controls.DocumentsControl.Databind(ZipTrack.EventArgs.ArchiveEventArgs)">
	<summary>
 Show all archive documents
 </summary>
	<param name="e"></param>
	<remarks></remarks>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Arkitech EBC Corporation
United States United States
MS, BBA, software developer, consultant, and trainer. Specializing in building data-centric applications designed for business, university, community & faith based organizations. Started developing Excel VBA macros and never looked back. Freelance developer utilizing VB.Net, SQL Server, Microsoft Access, and ASP.Net.

Comments and Discussions