View Single Post
Old 3rd July 2005, 15:16   #122  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
Code:
private void suggestResolution_CheckedChanged(object sender, System.EventArgs e)
		{
			if (suggestResolution.Checked)
			{
				verticalResolution.Value = (decimal)VideoUtil.suggestResolution(reader.Height, Double.Parse(customDAR.Text)
			}
		}
is not valid code.. suggestResolution takes 4 arguments. and there's no getAspectRatio method either in the code I got from the post above.
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline   Reply With Quote