Click here to Skip to main content
15,915,636 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: How do I suppress the SelectAll when tabbing into a ComboBox? Pin
Poolee3-Nov-08 13:06
Poolee3-Nov-08 13:06 
GeneralRe: How do I suppress the SelectAll when tabbing into a ComboBox? Pin
Wendelius3-Nov-08 17:53
mentorWendelius3-Nov-08 17:53 
QuestionHow to transfer file via bluetooth from desktop PC to Windows Mobile Device Pin
yudhisthira31-Oct-08 19:17
yudhisthira31-Oct-08 19:17 
AnswerRe: How to transfer file via bluetooth from desktop PC to Windows Mobile Device Pin
Giorgi Dalakishvili2-Nov-08 4:32
mentorGiorgi Dalakishvili2-Nov-08 4:32 
QuestionHow to show the windows File Association form? Pin
ninkk31-Oct-08 8:21
ninkk31-Oct-08 8:21 
AnswerRe: How to show the windows File Association form? Pin
ninkk2-Nov-08 7:17
ninkk2-Nov-08 7:17 
QuestionChange class inheritance at runtime Pin
jpsstavares31-Oct-08 1:18
jpsstavares31-Oct-08 1:18 
AnswerRe: Change class inheritance at runtime Pin
Pete O'Hanlon31-Oct-08 1:54
mvePete O'Hanlon31-Oct-08 1:54 
In this instance, you can't change the inheritance chain. To do this, would require you to implement the features that the class is relying on from the base class. There are cases where you can appear tochange the inheritance chain, but this behaviour has to be coded in from the start. When you think about it, from a security standpoint, it would be a bad idea to change the behaviour because you could change the implementation to inherit from insecure/dangerous code, and would you really want this if you were a user?

Deja View - the feeling that you've seen this post before.

My blog | My articles | MoXAML PowerToys



GeneralRe: Change class inheritance at runtime Pin
jpsstavares31-Oct-08 2:00
jpsstavares31-Oct-08 2:00 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon31-Oct-08 2:46
mvePete O'Hanlon31-Oct-08 2:46 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares31-Oct-08 7:27
jpsstavares31-Oct-08 7:27 
GeneralRe: Change class inheritance at runtime Pin
led mike31-Oct-08 7:33
led mike31-Oct-08 7:33 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares31-Oct-08 7:38
jpsstavares31-Oct-08 7:38 
GeneralRe: Change class inheritance at runtime Pin
led mike31-Oct-08 9:32
led mike31-Oct-08 9:32 
GeneralRe: Change class inheritance at runtime Pin
Luc Pattyn31-Oct-08 9:53
sitebuilderLuc Pattyn31-Oct-08 9:53 
GeneralRe: Change class inheritance at runtime Pin
dybs1-Nov-08 16:35
dybs1-Nov-08 16:35 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon3-Nov-08 8:37
mvePete O'Hanlon3-Nov-08 8:37 
GeneralRe: Change class inheritance at runtime Pin
jpsstavares3-Nov-08 22:46
jpsstavares3-Nov-08 22:46 
GeneralRe: Change class inheritance at runtime Pin
Pete O'Hanlon4-Nov-08 0:07
mvePete O'Hanlon4-Nov-08 0:07 
QuestionError in running the application in AMD Preocessor Pin
M. J. Jaya Chitra30-Oct-08 18:34
M. J. Jaya Chitra30-Oct-08 18:34 
GeneralRe: Error in running the application in AMD Preocessor Pin
Luc Pattyn30-Oct-08 19:09
sitebuilderLuc Pattyn30-Oct-08 19:09 
AnswerRe: Error in running the application in AMD Preocessor Pin
kinar31-Oct-08 9:07
kinar31-Oct-08 9:07 
QuestionDiffrence between Framework class library and Base class library Pin
Harshini8130-Oct-08 11:52
Harshini8130-Oct-08 11:52 
AnswerRe: Diffrence between Framework class library and Base class library Pin
Simon P Stevens31-Oct-08 0:41
Simon P Stevens31-Oct-08 0:41 
QuestionProblem of Unloading Managed C++ DLL... Pin
chandrap30-Oct-08 5:56
chandrap30-Oct-08 5:56 

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.