View Single Post
Old 10-06-2007, 12:44 AM   #3 (permalink)
markster
Code Monkey
 
markster's Avatar
 
Join Date: Jun 2006
Posts: 65
markster is on a distinguished road
Ah. I've got a new problem. I'm using this:

Code:
song myTune;
myTune = new songPlayer.song();
myTune.Note("A", "WHOLE");
And i get the error:

Static member 'songPlayer.song.Note(string, string)' cannot be accessed with an instance reference; qualify it with a type name instead

What's going wrong?
__________________
Stuff4Web.co.uk - The ultimate resource for webmasters

50% off all orders £1-£50! Just enter the code AGSIG01 at the checkout! Offer ends: 01/09/2008
markster is offline   Reply With Quote