Re: Stopping onClose Event in Win32Lib
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Feb 19, 1999
- 442 views
Ralf wrote: > In visual basic, your routine can return true or false, > whether or not to exit or not. I had considered this, but that would mean changing all the event handlers from procedures to functions, and adding a return value to them. This seemed like a lot of work to have the user do - especially since most users would never access that feature. It seemed wiser to require extra work for the exceptions, and not the norm. Thanks for the feedback. -- David Cuny P.S. - In case anyone is wondering, I've finally started to work on adding common controls to Win32Lib. It looks like they are going to be No Fun At All to code.