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
Camila Piai
NA
7
5.2k
Call a method from another method
May 23 2012 6:37 AM
I'm trying to call a method from another form, but it's not working.
Here's the code:
form1:
public void method1()
{
bla bla bla
}
form2:
form1 frm = new form1();
frm.method1();
Reply
Answers (
3
)
c# winforms - how to execute some code if ToolStripTextBox is receiving EnterKey from keyboard ?
Search for id in a specific files (Vulpes Help me)