1. Win32Lib: Change Event Question
- Posted by cklester <cklester at yahoo.com> Sep 07, 2004
- 449 views
Derek, are both the w32HDataChange and w32HChange valid for List or Combo controls (they seem to be from the docs, but I want to be sure)? When would one be used and not the other? Thanks!!! -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/ P.S. I hope you didn't make the wife and children suffer. :)
2. Re: Win32Lib: Change Event Question
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 07, 2004
- 462 views
cklester wrote: > > Derek, are both the w32HDataChange and w32HChange valid for > List or Combo controls (they seem to be from the docs, but > I want to be sure)? When would one be used and not the other? Yes. For List and Combo type controls ... w32HDataChange is for detecting add and delete events to the lists. w32HChange is for detecting selection changing from one item to another. Unfortunately, w32HChange is being used for editing changes to editbox controls too. -- Derek Parnell Melbourne, Australia