C# Class TBID.MainForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: MoeChezzy/TBID

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonAbout_Click ( object sender, EventArgs e ) : void
ButtonBrowse_Click ( object sender, EventArgs e ) : void
ButtonStart_Click ( object sender, EventArgs e ) : void
CleanupThreads ( ) : void
Download ( ) : void
GetFilename ( string url ) : string
GetTags ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeFormClosingEvents ( ) : void
InitializeNotifyIcon ( ) : void
IsExistingUrl ( string url ) : bool
IsValidUrl ( string url ) : bool
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ModifyControls ( bool enabled ) : void
Notify ( int duration, string message, ToolTipIcon icon ) : void

Creates a notification in the system tray from the notify icon.

Scrape ( ) : void
SetProgress ( int value ) : void
SetProgress ( ulong downloaded, ulong total ) : void
UpdateStatus ( string status ) : void
WebClient_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( ) : System
return System