Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible Threading situation
Message
From
12/03/2004 11:02:34
 
 
To
12/03/2004 06:39:01
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00885530
Message ID:
00885625
Views:
16
I don't know if you want to get into threading and message queues and all that for this situation, although you may have simplified things somewhat for your post as to what you need to have done. It sounds like it'd be easiest to simply have the second form raise an event that the first form listens for.

~~Bonnie

>Hi all
>
>I have 2 methods in a class, ShowForm() and FormRespond(). The situation is that ShowForm() will fire up a form and display it, however, when the form is displayed it can and will at somepoint call the FormRespond() method in the class, once the FormRespond() method is called I want ShowForm() to continue and return the reponse from the form.
>
>However, the problem arises because I don't want the form modal, I don't want to have to close the form to recieve its response, I need it to respond itself.
>
>In a nutshell ShowForm() needs to do:
>
>
  • Display the Form
    >
  • Wait around until the form has called respond
    >
  • FormRespond is called, then (somehow) informs ShowForm that it can continue
    >
  • ShowForm then continues and returns the value
    >
    >Is this possible? The reason for using Show() is that the form doesn't need to close once it has responded, so I want it to still display.
    >
    >Hope that makes sense
    >Thanks
    Bonnie Berent DeWitt
    NET/C# MVP since 2003

    http://geek-goddess-bonnie.blogspot.com
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform