Re: Wait for an event
- From: "Armin Zingler" <az.nospam@xxxxxxxxxx>
- Date: Fri, 3 Mar 2006 23:05:26 +0100
"casey" <cskelton@xxxxxxxx> schrieb
I have a subroutine that has 2 sections of code. The last line of
the first section displays a button. I need my program to wait
until the user clicks the button, then continue executing the rest
of that subroutine. (Because the code in the second section uses
several local variables, I cannot use the button's click event
handler method).
You will have to use the click event handler. Make the local variables available to the whole class. But why not show a Msgbox instead?
Armin
.
- References:
- Wait for an event
- From: casey
- Wait for an event
- Prev by Date: Re: Enumerate members of Administrators Group (AD)
- Next by Date: Re: Class in a module or class in a class?
- Previous by thread: Wait for an event
- Next by thread: Class in a module or class in a class?
- Index(es):