Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Call a method from another method
Camila Piai
12y
1.3k
1
Reply
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();
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
c# winforms - how to execute some code if ToolStripTextBox is receiving EnterKey from keyboard ?
Search for id in a specific files (Vulpes Help me)