Click here to Skip to main content
15,793,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: Finding the * Pin
Nnamdi Onyeyiri10-Oct-02 7:01
Nnamdi Onyeyiri10-Oct-02 7:01 
GeneralRe: Finding the * Pin
David Stone10-Oct-02 15:03
sitebuilderDavid Stone10-Oct-02 15:03 
GeneralRe: Finding the * Pin
Eric Gunnerson (msft)11-Oct-02 11:52
Eric Gunnerson (msft)11-Oct-02 11:52 
GeneralRe: Finding the * Pin
David Stone11-Oct-02 14:48
sitebuilderDavid Stone11-Oct-02 14:48 
GeneralEmail header Pin
Tomas Petricek9-Oct-02 13:11
Tomas Petricek9-Oct-02 13:11 
GeneralRe: Email header Pin
leppie9-Oct-02 13:50
leppie9-Oct-02 13:50 
QuestionAbstract Class instance? Pin
ximian9-Oct-02 11:47
ximian9-Oct-02 11:47 
AnswerRe: Abstract Class instance? Pin
Paul Riley9-Oct-02 12:52
Paul Riley9-Oct-02 12:52 
You can't create an instance of an abstract class because an abstract class has no implementation, just a list of virtual functions. You can't create an instance of an interface because it's just a list of function definitions (a contract for any inheriting class).

Is MyControl really abstract or have you just put the keyword abstract on it?

Paul
GeneralRe: Abstract Class instance? Pin
ximian9-Oct-02 15:37
ximian9-Oct-02 15:37 
GeneralRe: Abstract Class instance? Pin
ximian10-Oct-02 3:59
ximian10-Oct-02 3:59 
GeneralRe: Abstract Class instance? Pin
Paul Riley10-Oct-02 5:05
Paul Riley10-Oct-02 5:05 
Generaldetecting right click on tabcontrol tab Pin
Darryl Borden9-Oct-02 9:52
Darryl Borden9-Oct-02 9:52 
GeneralHandling of unmanaged code by the .NET environment Pin
abhinarulkar9-Oct-02 7:12
abhinarulkar9-Oct-02 7:12 
GeneralRe: Handling of unmanaged code by the .NET environment Pin
Eric Gunnerson (msft)9-Oct-02 9:31
Eric Gunnerson (msft)9-Oct-02 9:31 
GeneralOrder of events when a form is displayed Pin
Wjousts9-Oct-02 3:00
Wjousts9-Oct-02 3:00 
GeneralRe: Order of events when a form is displayed Pin
Daniel Turini9-Oct-02 5:01
Daniel Turini9-Oct-02 5:01 
GeneralRe: Order of events when a form is displayed Pin
Gaul9-Oct-02 6:24
Gaul9-Oct-02 6:24 
GeneralRe: Order of events when a form is displayed Pin
Wjousts9-Oct-02 11:54
Wjousts9-Oct-02 11:54 
Questionhow to do it??? Pin
8-Oct-02 22:04
suss8-Oct-02 22:04 
AnswerRe: how to do it??? Pin
Marc Clifton9-Oct-02 1:10
mvaMarc Clifton9-Oct-02 1:10 
QuestionPlatform invoke??? Pin
Vu Truong8-Oct-02 18:54
Vu Truong8-Oct-02 18:54 
AnswerRe: Platform invoke??? Pin
Stephane Rodriguez.8-Oct-02 20:31
Stephane Rodriguez.8-Oct-02 20:31 
GeneralRe: Platform invoke??? Pin
Vu Truong8-Oct-02 22:08
Vu Truong8-Oct-02 22:08 
AnswerRe: Platform invoke??? Pin
Richard Deeming9-Oct-02 2:22
mveRichard Deeming9-Oct-02 2:22 
AnswerRe: Platform invoke??? Pin
Eric Gunnerson (msft)9-Oct-02 9:25
Eric Gunnerson (msft)9-Oct-02 9:25 

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.