Page 1 of 1

please need c# code

Posted: 20 May 2006 09:08
by chaitanyareddy
Hi,

Can you please give me the link where C# code is available?

Posted: 13 Jun 2006 09:53
by Guest
private void button1_Click(object sender, System.EventArgs e)
{
if (this.openFileDialog1.ShowDialog()==System.Windows.Forms.DialogResult.OK)
{
this.axVLCPlugin1.addTarget(openFileDialog1.FileName,null,AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo,-666);
}
}

private void button2_Click(object sender, System.EventArgs e)
{

object tempo = (this.axVLCPlugin1.getVariable("key-snapshot"));
this.axVLCPlugin1.setVariable("key-pressed",tempo);
}