Group: StrataFrame Users
Posts: 430,
Visits: 507
|
Hi Greg. Thaks for that and it woked fine. I had done a google search but could not find an answer as succinct as the one you located.
Not sure though how it works ?. It uses a command :
this.BeginInvoke(new MethodInvoker(this.Close));
Why is something like this required.....must be something to do with the fact that the form is not actually loaded yet, even though its being run on the 'Load' event
|