View Single Post
  #3 (permalink)  
Old 10-23-2008, 09:14 AM
klaus's Avatar
klaus klaus is offline
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 3,813
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi Andrew,

I just discovered your new ImageLibEx, it is pretty good news. I have not yet 'played' with it, but will do it quite soon. It combines the functionalities of the form's drawing functions and the ImageLib ones and adds new welcomed functions in ONE library. That's great !

I found two typos in the help file.
- In the list of objects in the left list Rectangle should be RectangleEx
- In the drawer, the function
RefreshForm2 (form As Form, x As Int32, y As Int32, width As Int32, height As Int32)
should be
RefreshForm2 (form As Form, rect As Rectangle)

Best regards and congratulations for this great job.
__________________
Klaus
Switzerland

Last edited by klaus : 01-06-2009 at 09:12 PM.
Reply With Quote