C# Class Control_de_Winamp.Form1

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: bjovick/RadioIIT

Public Properties

Property Type Description
orolas Thread

Public Methods

Method Description
EliminarTrackActual ( string titulo ) : void
Form1 ( ) : System
GetSongTitle ( ) : string
IsNumeric ( string Value ) : bool
actualizarplaylist ( ) : void
agregarpeticiones ( ) : void
getid3 ( ) : void
insertardatos ( string titulo, string artista, string album, string genero, string ruta, double duracion ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
GetWindowText ( IntPtr hwnd, string lpString, int cch ) : int
InitializeComponent ( ) : void

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

SendMessage ( IntPtr hWnd, int msg, int wParam, int lParam ) : int
actualizarToolStripMenuItem_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
salirToolStripMenuItem_Click ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs 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

EliminarTrackActual() public method

public EliminarTrackActual ( string titulo ) : void
titulo string
return void

Form1() public method

public Form1 ( ) : System
return System

GetSongTitle() public method

public GetSongTitle ( ) : string
return string

IsNumeric() public method

public IsNumeric ( string Value ) : bool
Value string
return bool

actualizarplaylist() public method

public actualizarplaylist ( ) : void
return void

agregarpeticiones() public method

public agregarpeticiones ( ) : void
return void

getid3() public method

public getid3 ( ) : void
return void

insertardatos() public method

public insertardatos ( string titulo, string artista, string album, string genero, string ruta, double duracion ) : bool
titulo string
artista string
album string
genero string
ruta string
duracion double
return bool

Property Details

orolas public_oe property

public Thread orolas
return Thread