please need c# code

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
chaitanyareddy

please need c# code

Postby chaitanyareddy » 20 May 2006 09:08

Hi,

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

Guest

Postby Guest » 13 Jun 2006 09:53

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);
}


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 42 guests