Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: including 2 user defined header files Pin
Nick Parker15-Dec-03 10:00
protectorNick Parker15-Dec-03 10:00 
GeneralRe: including 2 user defined header files Pin
Christian Graus15-Dec-03 10:10
protectorChristian Graus15-Dec-03 10:10 
GeneralRe: including 2 user defined header files Pin
Nick Parker15-Dec-03 10:29
protectorNick Parker15-Dec-03 10:29 
GeneralRe: including 2 user defined header files Pin
David Stone15-Dec-03 11:16
sitebuilderDavid Stone15-Dec-03 11:16 
GeneralRe: including 2 user defined header files Pin
Nick Parker15-Dec-03 12:04
protectorNick Parker15-Dec-03 12:04 
GeneralRe: including 2 user defined header files Pin
David Stone15-Dec-03 21:18
sitebuilderDavid Stone15-Dec-03 21:18 
GeneralRe: including 2 user defined header files Pin
J. Dunlap15-Dec-03 12:13
J. Dunlap15-Dec-03 12:13 
Generaloverriding. want to make a public virtual function private Pin
elena1234515-Dec-03 7:34
elena1234515-Dec-03 7:34 
I want to make a function unaccessable in a child class (that's public in the parent class)

The parent class has:
public virtual void ShowPopup(System.Drawing.Point p)

I tried doing this in the child class:
private override void ShowPopup(System.Drawing.Point p)

The compiler compains that I can't make a virtual function private Frown | :(

Any ideas how I could hide this function?

Thanks,

Elena

Elena
GeneralRe: overriding. want to make a public virtual function private Pin
Colin Angus Mackay15-Dec-03 8:12
Colin Angus Mackay15-Dec-03 8:12 
GeneralRe: overriding. want to make a public virtual function private Pin
elena1234515-Dec-03 10:24
elena1234515-Dec-03 10:24 
GeneralRe: overriding. want to make a public virtual function private Pin
Colin Angus Mackay15-Dec-03 10:52
Colin Angus Mackay15-Dec-03 10:52 
GeneralRe: overriding. want to make a public virtual function private Pin
Mailing Lists15-Dec-03 8:12
Mailing Lists15-Dec-03 8:12 
GeneralRe: overriding. want to make a public virtual function private Pin
Colin Angus Mackay15-Dec-03 9:05
Colin Angus Mackay15-Dec-03 9:05 
GeneralRe: overriding. want to make a public virtual function private Pin
Member 26118815-Dec-03 22:09
Member 26118815-Dec-03 22:09 
GeneralRe: overriding. want to make a public virtual function private Pin
leppie15-Dec-03 8:50
leppie15-Dec-03 8:50 
GeneralCustom control's properties that can be bound to Pin
IonutIsUniqueName15-Dec-03 7:12
IonutIsUniqueName15-Dec-03 7:12 
GeneralRe: Custom control's properties that can be bound to Pin
Heath Stewart15-Dec-03 8:31
protectorHeath Stewart15-Dec-03 8:31 
GeneralRe: Custom control's properties that can be bound to Pin
leppie15-Dec-03 8:53
leppie15-Dec-03 8:53 
QuestionHow to compile C# documentation text (tags summary, param, returns) Pin
Vasek15-Dec-03 7:05
Vasek15-Dec-03 7:05 
AnswerRe: How to compile C# documentation text (tags summary, param, returns) Pin
Heath Stewart15-Dec-03 8:33
protectorHeath Stewart15-Dec-03 8:33 
GeneralRe: How to compile C# documentation text (tags summary, param, returns) Pin
David Stone15-Dec-03 8:35
sitebuilderDavid Stone15-Dec-03 8:35 
GeneralRe: How to compile C# documentation text (tags summary, param, returns) Pin
Vasek15-Dec-03 8:44
Vasek15-Dec-03 8:44 
GeneralRe: How to compile C# documentation text (tags summary, param, returns) Pin
Heath Stewart15-Dec-03 8:46
protectorHeath Stewart15-Dec-03 8:46 
AnswerRe: How to compile C# documentation text (tags summary, param, returns) Pin
David Stone15-Dec-03 8:34
sitebuilderDavid Stone15-Dec-03 8:34 
GeneralRe: How to compile C# documentation text (tags summary, param, returns) Pin
Member 26118815-Dec-03 22:12
Member 26118815-Dec-03 22:12 

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.