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
mark c
NA
14
48.5k
Calling functions in another form.
Feb 5 2011 1:04 PM
form1:
public static void Method1()
{
Method2();
}
private void Method2()
{
}
form2:
form1.Method1();
Calling Method2() gives:
Error 1 An object reference is required for the non-static field, method, or property
Reply
Answers (
2
)
is there an event proceding the DragDrop Event
help and idea about code snippet