|
-
Jul 8th, 2004, 08:51 AM
#1
Thread Starter
New Member
Inherit System.Drawing.Image
I want to extend image base class, but when I declare a subclass that inherits image I receive an error.
this is the code
Public Class ExtendedImage inherits Image
Sub New()
MyBase.New() <-- error Overload failed.
End Sub
end Class
How can I inherit this image class?
Thanks
Fabio
-
Jul 8th, 2004, 10:45 AM
#2
Read the following link, it doesn't tell you how to do it, but it tells you why you can't do it:
http://groups.google.com/groups?hl=e...com%26rnum%3D1
-
Jul 8th, 2004, 11:28 AM
#3
Thread Starter
New Member
Thanks for your help.
So I can't create any inherited version of image class
Bye
Fabio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|