Re: Windows events
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> May 13, 2007
- 643 views
DB James wrote: > > Hi, > > Anyone know where I can get more information of the events associated with > Windows. I do have the old Win32.hlp file, but I can't find what I need (so > far). > > I am having some trouble learning to program in Windows using Judith's IDE > and win32lib because I'm often not sure the order and conditions of > particular events, such as Open or Activate, occur. I find myself sticking > code in the wrong event handlers and zipping off into limbo... > > --Quark I dunno if this will help, but when I got out of the "newbie handholding" of win32lib and took on arwen, for speed reasons mainly, and found it to have many things I really liked (speed mainly but also many things missing, eg both listviews and treeviews, which I ended up adding myself, *that* is the point I started to learn. Now, and here comes the point, I still know not where to put code - about a month ago I added a crude "drag and drop" to the filetabs. I can tell you I did not do so by "knowing where", or reading shedloads of docs (obviously I gathered what hints I could), but by trial and error elimination of things. HTH, Pete