
MovieMaker
USA
Asked
— Edited
I did not get very far with c#. Does anyone know how to build a menu. I wish to have a window and have seven buttons and have it return to this menu. I got one button only from the example Customizing C#. My programs don't seem to compile because I am not using the proper syntax and guess.
Anyway,
Thanks in Advance.
Mel
Double clicking the button will create:
private void button2_Click(object sender, EventArgs e)
{
//Code places inside brackets
}
Link for SDK fields and Methods
I took msstudio off my system because I never could get it to work.
I was trying for an easier to work with compiler.
I had figured if I found the code that was simple, i could include it in the C# script section that D.J. has intergrated.
Thanks for your support.
Mel
Mel