Thread: dzImage Library
View Single Post
  #14 (permalink)  
Old 12-26-2007, 10:25 PM
klaus's Avatar
klaus klaus is offline
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Switzerland
Posts: 674
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

Hello dzt
I have tried the dzImage.dll great job.
I encountered a problem which happens also in your test2.sbp program
if in line 39 you change
dr.ScreenCapture2(10,10, 100, 100)
to
dr.ScreenCapture2(10,10, 99, 100)
I get an error.
The same happens with
dr.ControlCapture("Button1", 0,0,Button1.Width, Button1.Height)
if you set the Button1.Width to less then 100

It seems that both functions don't accept Widths less than 100.

Can you please check it.

Do you intend to add SaveICO for icons.
And why not LoadICO ?
I would be interested in because I am writing an Icon Editor.
I just added a screenshot that shows the beginning, I ditn't add the code because there is still a lot to add and test.

Thank you in advance
Klaus
Switzerland
Attached Images
File Type: jpg IconEdit.jpg (28.3 KB, 26 views)

Last edited by klaus : 01-16-2008 at 12:17 PM.
Reply With Quote