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
Emilie
NA
4
0
User Interface in one class, processing in a different class
Jun 25 2008 1:53 AM
Hi there,
My application has an option in the menu that needs to put the text of a textbox into a file.
Because in fact there is much more to my application, I wanted to isolate the event calls from the actual handlings. To do that, my event on my form class calls a method that lives in a different class (named Processing). How can I grab the text of my form class when I am in my Processing class? Should I pass it as an argument? Nah... How about some kind of constructor, or other class...?
How do I do this?
Thanks,
Emmi
Reply
Answers (
5
)
How to use Installutil -U in C# code
Changing Text property of textbox from another class