> There is no Work in the handler..just figure out what
> button was clicked set a public property to the button number and close
> the
> window..
That's a self-contradictory statement. First, if there's no work in the
handler, why have it?
But more significantly, the steps "figure out what button was clicked",
"set a public property to the button number", and "close the window" all
represent some work. So, assuming your handler does those things, there
is definitely "work" in the handler.
> its just a generic message box
The answer would be the same, no matter what kind of form the button is
contained in.
> thanks alot for the answer
You're welcome.
Pete
Analizer1 - 04 Mar 2008 00:58 GMT
I have to set a property so when the window closes
the programmer using the class knows what button was clicked
>> There is no Work in the handler..just figure out what
>> button was clicked set a public property to the button number and close
[quoted text clipped - 19 lines]
>
> Pete