Re: TreeView events
- Posted by irvm at ellijay.com Dec 12, 2001
- 473 views
On Wednesday 12 December 2001 02:28 pm, euman wrote: > Better off just learning to write your own code for Windows API > because you *will outgrow win32lib eventually or need a feature thats > missing. If you know how to write API from the get-go, you want be at a > loss when the time comes. Alot of people think that Win32lib will allow > them to write some major apps in no time at all but this is huge > misconception just look at Judiths IDE. How long has it taken to get to > this point? Could have written the same thing without Win32lib alot faster > and used less people to do it. Anyone who outgrows Win32lib is much more likely to go to Delphi, so they can get something done, rather than fall back on the Windows API and C. Nobody really enjoys writing 100 lines of code to get an empty window on the screen, unless they just have nothing else to do. Borland found that out with their TPW and TPC environments - hardly anyone bought them, and those who were foolish enough to do so, like me, never used them for anything more than "Hello World". Irv