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
Glenn
NA
9
0
Accessing methods between forms
Mar 6 2007 11:11 PM
I have Form1 and Form2. Form1 is the main form for the application, form2 is created by form1 when you click a button. Inside Form2 I have a method called showmessage that is public and part of the Form2 class. In form1, I create an instance of the form2 object and then call the show method and it pops up. Then I attempt to call the form2.showmessage function that I wrote but can't get to it. What gives? I'm new to C# and trying to get past this learning curve. Would appreciate any help you could give me. Thanks glenn
Reply
Answers (
5
)
Implementing the Pluggable Factory Design Pattern in C#
Adding component that lets enter key act as tab