TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
David
NA
8
0
Error : The method or operation is not implemented.
May 30 2009 8:20 AM
Hey, I am getting an error message with my program
The method or operation is not implemented.
The error is coming from this piece of code:
private static changepassword changepassword
{
get { throw new NotImplementedException(); }
}
On the form load I have the code:
if (changepassword != null)
{
changepassword.Show();
}
This message started when I was playing around with a Class Diagram to make it easier to use the objects in different forms (If that helps) and I am using Visual Studio 2008.
If anyone can help would be great
Thanks!
Reply
Answers (
1
)
Image n docx encryption in c#
Hex Reading from a certain offset and end at a different offset