Enumeration and Filestreams
I'm working on a program where one can save data on movies into a text file and also display and add to the data. I'm using enumeration in order to keep the data, but I'm also getting errors when I use it. The Form 2 designer isn't showing up for some reason, not sure why. I will come back to this again in the morning but was hoping for some help and suggestions on this program. I'm a bit tired now but hopefully that still made some sense lol.
1 Attachment(s)
Re: Enumeration and Filestreams
here's the zip file of the program
Re: Enumeration and Filestreams
And what is the error (exception message)? Or it just freeze?
Re: Enumeration and Filestreams
It's giving me expected class, delegate, enum, interface or struct.
Re: Enumeration and Filestreams
So it is a compile-time error?
1 Attachment(s)
Re: Enumeration and Filestreams
the enumeration problem is gone but I'm still facing other problems
I thought there was a Record namespace but it doesn't seem to exist
here's the attachment of the program now
Re: Enumeration and Filestreams
It is simple: classes Record and VideoCode are not defined anywhere.