Click here to Skip to main content
16,010,876 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to make online messenger or chater Pin
Josh Smith3-Jul-06 7:23
Josh Smith3-Jul-06 7:23 
AnswerRe: how to make online messenger or chater Pin
Ravi Bhavnani3-Jul-06 8:54
professionalRavi Bhavnani3-Jul-06 8:54 
QuestionInheriting the bitmap class Pin
em00guy3-Jul-06 6:03
em00guy3-Jul-06 6:03 
AnswerRe: Inheriting the bitmap class Pin
Judah Gabriel Himango3-Jul-06 6:19
sponsorJudah Gabriel Himango3-Jul-06 6:19 
GeneralRe: Inheriting the bitmap class Pin
em00guy3-Jul-06 6:28
em00guy3-Jul-06 6:28 
GeneralRe: Inheriting the bitmap class Pin
Judah Gabriel Himango3-Jul-06 6:40
sponsorJudah Gabriel Himango3-Jul-06 6:40 
GeneralRe: Inheriting the bitmap class Pin
em00guy3-Jul-06 6:54
em00guy3-Jul-06 6:54 
AnswerRe: Inheriting the bitmap class Pin
Dave Kreskowiak3-Jul-06 6:53
mveDave Kreskowiak3-Jul-06 6:53 
You can't derive from Image because it lacks public Constructors. Only classes inside the same assembly can inherit from it.

The Bitmap class is tagged sealed, or NotInheritable (VB.NET), so you can't inherit from that either.

You'll have to construct your own class from scratch, or find a 3rd party library that does what you want.


Dave Kreskowiak
Microsoft MVP - Visual Basic

AnswerRe: Inheriting the bitmap class Pin
User 66583-Jul-06 7:23
User 66583-Jul-06 7:23 
GeneralRe: Inheriting the bitmap class Pin
em00guy3-Jul-06 10:18
em00guy3-Jul-06 10:18 
QuestionPropertyGrid control with dropdown box [modified] Pin
chandler833-Jul-06 5:45
chandler833-Jul-06 5:45 
AnswerRe: PropertyGrid control with dropdown box Pin
leppie3-Jul-06 7:28
leppie3-Jul-06 7:28 
QuestionPausing the print queue to get files from it before they print.. Pin
Abdullah.Ahmed3-Jul-06 5:41
Abdullah.Ahmed3-Jul-06 5:41 
AnswerRe: Pausing the print queue to get files from it before they print.. Pin
Dave Kreskowiak3-Jul-06 7:03
mveDave Kreskowiak3-Jul-06 7:03 
QuestionImages in a RichTextBox Pin
Vodstok3-Jul-06 5:39
Vodstok3-Jul-06 5:39 
Questionproblem with datagridview for windows application. Pin
maaran3-Jul-06 5:27
maaran3-Jul-06 5:27 
QuestionHow to create popup pages? [modified] Pin
Arun Hegde3-Jul-06 5:07
Arun Hegde3-Jul-06 5:07 
AnswerRe: How to create popup pages? Pin
em00guy3-Jul-06 6:14
em00guy3-Jul-06 6:14 
QuestionHow to call a method which resides in a class file into my asp.net application Pin
Arun Hegde3-Jul-06 5:00
Arun Hegde3-Jul-06 5:00 
QuestionConverting MP3 to WAV Pin
Hengy3-Jul-06 4:45
Hengy3-Jul-06 4:45 
AnswerRe: Converting MP3 to WAV Pin
Judah Gabriel Himango3-Jul-06 5:30
sponsorJudah Gabriel Himango3-Jul-06 5:30 
QuestionEncription Pin
Nafiseh Salmani3-Jul-06 4:25
Nafiseh Salmani3-Jul-06 4:25 
AnswerRe: Encription Pin
Dave Kreskowiak3-Jul-06 5:22
mveDave Kreskowiak3-Jul-06 5:22 
QuestionRe: Encription Pin
Nafiseh Salmani3-Jul-06 20:01
Nafiseh Salmani3-Jul-06 20:01 
Questiondesigning 'piano roll' control [modified] Pin
davidgale3-Jul-06 4:21
davidgale3-Jul-06 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.