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
Charles Anderson
NA
4
0
C# Form Load and Methods
Mar 31 2010 10:36 PM
In C# I created a small form and a private method now when you double click on the form you get
private void Form1_Load(object sender, EventArgs e)
in that event handler is it okay to call my private method like so,
private void Form1_Load(object sender, EventArgs e)
{
//myMethod();
}
Attachment:
Shopping List.zip
Reply
Answers (
6
)
Event not fired, Com Object used inside c# windows service
In-memory representation.