Mirage Source
Error while tyring to compile. - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Error while tyring to compile. (/showthread.php?tid=1479)



Error while tyring to compile. - RyanBlandin - 24-12-2007

High lighted this:
Code:
Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer
And said "Ambigous name detected: Form_KeyUp.

I don't understand why this happened when I didn't touch anything other than creating an Admin Panel.


Re: Error while tyring to compile. - Anthony - 25-12-2007

Ambiguous name usually means you have two instances of the same declare or something. You probably have two Form_KeyUp subs.