Click to See Complete Forum and Search --> : Enumeration and Filestreams
chipninja
April 16th, 2009, 03:49 AM
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.
chipninja
April 16th, 2009, 03:50 AM
here's the zip file of the program
boudino
April 16th, 2009, 05:29 AM
And what is the error (exception message)? Or it just freeze?
chipninja
April 16th, 2009, 03:16 PM
It's giving me expected class, delegate, enum, interface or struct.
boudino
April 17th, 2009, 02:15 AM
So it is a compile-time error?
chipninja
April 17th, 2009, 03:25 AM
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
boudino
April 17th, 2009, 04:08 AM
It is simple: classes Record and VideoCode are not defined anywhere.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.