1. David win32lib ?
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jul 22, 1999
- 390 views
David Is there anyway to add a response to a WM_xxxxx to a program without editing the win32lib because you do not support all of the messages. Bernie
2. Re: David win32lib ?
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Jul 22, 1999
- 371 views
Bernie Ryan wrote: > Is there anyway to add a response to a WM_xxxxx > to a program without editing the win32lib because > you do not support all of the messages. Use the onEvent() trap - it responds to all the events that a control gets. -- David Cuny