Re: [WIN] stumped in win32lib. [Matt Lewis]
- Posted by "Jerry C. Cummings" <futures8 at EARTHLINK.NET> Dec 05, 2000
- 455 views
Matt; Thanks for the info. Obviously, I've got lots to learn about using Win32Lib. I've spent some time looking at some of the code in Win32Lib, (all 18,612 lines in v.50), and came away a bit shaken, but extremely grateful that Win32Lib is there. I can't conceive of having to deal with all of that, myself. Thanks for the help, Matt, and thanks for your work on Win32Lib. Regards, Jerry Matthew Lewis wrote: > > Welcome to the wonderful world of Win32! > > This is something you'll have to get used to with windows. When you call > setFocus(), you are setting the focus, but then your routine goes right > along without waiting for input from the user. After you've found an > error, notified the user, and set the focus on the offending control, you > want to exit the procedure entirely with a 'return' statement. > > If no errors are found, the processing will go on as you want it to. > > Matt Lewis