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
Mari R
NA
3
0
how to wait for an event?
Oct 10 2005 9:13 AM
I have this problem with a Form : In the main class a create a Form and then show it: Global.f = new Formulario(); Application.Run(Global.f); in my form i have an event, when you press a button i call a method called "llamadas" where i have several calls to some methods. I can intercept those calls, so right after every execution i have this method: public override object Action(object target, object[] parameters) { //what i want to do here is modified the form showing the parameters of the method //and wait for the button "continue", then return the control here and execute the /method. return null; // execute the method } I can't use ShowDialog because it says the form is already visible. I would appreciate your suggestions. Thanks a lot.
Reply
Answers (
0
)
Crystal Reports problem using a datatable as datasource
datagrid formating