Click to See Complete Forum and Search --> : Error in form design
diamond5
July 10th, 2009, 10:15 AM
Hello ,,
I opened my project but the had error in form design
the picture for this error has been attached.
What cause this error and how to solve/debug this error?
plz help me ..
eclipsed4utoo
July 10th, 2009, 10:47 AM
there's no attachment.
diamond5
July 10th, 2009, 01:06 PM
Hello ,,
I opened my project but the had error in form design
the picture for this error has been attached.
What cause this error and how to solve/debug this error?
plz help me ..
BigEd781
July 10th, 2009, 01:09 PM
Well, the error message makes it extremely obvious. You have added classes in your Form class file before the Form class itself. For a class to be used in the designer it must be the first class defined in the file.
eclipsed4utoo
July 10th, 2009, 01:30 PM
as BigEd781 states, the error message gives you the cause of the error and the solution to make the error go away.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.