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
Thomas
NA
111
0
Need to trigger an event in windows form program
Oct 31 2011 11:03 AM
I already have code that runs when a user leaves a textbox to set properties based on the text entered. I recently added code to import a lot of the data that the user would have entered manually before. That means that the Leave event on that text box never triggers.
I thought I could use RaiseEvent(), but my program does not recognize it. I do have
"using System.Windows.Forms;"
I'm using Visual Studio 2005.
Reply
Answers (
2
)
How to deploy a project using Visual C#?
Without using openfiledialog