Re: Win32Lib: Call for EXAMPLE programs
- Posted by Al Getz <xaxo at AOL.COM> Sep 03, 2000
- 428 views
Dan, Nice additions to the sample! Before inserting into a program though i think i would add returned index validation after: itemtext=getItem(ListBox2,index) such as: if length(itemtext)>0 then --item is valid --insert your event handler here: -- end if BTW, would you be interested in starting an example library for Win32Lib? I think it would be very interesting not to mention solve about 1,000,000 problems for various users. I'd start by contributing a tree view with full drag and drop image support if anyone is interested Good luck with your coding... -- Al