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
Joram
NA
1
0
Something with delegate
Apr 22 2009 4:01 AM
I'm pretty new in c# and i have a problem. I have an interrupt and i want to show some data on the form. to do that i need to delegate to obtain the form. I want to have the whole form because i have to put lots of information on the form. I've tried this: [code] public optionbox getOptionbox() { if (box.InvokeRequired) { optionboxThreadCallBack d = new optionboxThreadCallBack(getOptionbox); return d(); } else return box; } [/code] but i get an stack overflow. The solution needs to work and doesn't needs to be the best.
Reply
Answers (
0
)
controlling windows through voice
How to add textbox, button, dropdownlist, checkbox in c#