Re: TreeView events
- Posted by euman at bellsouth.net Dec 12, 2001
- 481 views
Modularity Irv. Ive found that there are certain things like Window Creation which most Common Controls derive from can be built in seperate include's and when needed simply pluged into code. Tommorow, I will have A complete Drive/Directory Listing TreeView that I will send to Robert for you to look at. Once the hard work is thru Irv it is SO much simpler I think that Win32lib to write a program and to prove this, I'll start right now on the Demo and by Tommorow it'll be complete. Much faster than Win32lib, Much Smaller, More reliable, less sofisticated and just as easy to assemble. Jacques Deschenes was on the right track when he wrote the API wrappers and my demo will house a few of his plug-in routines but for the most part, (98%) of the code was written by me. I'll give the time it took to create the demo and lets see if someone can match or beat my time creating an identicle program. Euman euman at bellsouth.net ----- Original Message ----- From: <irvm at ellijay.com> To: "EUforum" <EUforum at topica.com> Sent: Wednesday, December 12, 2001 6:05 PM Subject: Re: TreeView events > > 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 > > > >