Click here to Skip to main content
15,908,173 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help With Sorting Multiple dataGridView Columns Pin
That Asian Guy12-Oct-08 7:17
That Asian Guy12-Oct-08 7:17 
QuestionHTML code to string Pin
Alex Grose12-Oct-08 4:38
Alex Grose12-Oct-08 4:38 
AnswerRe: HTML code to string Pin
Guffa12-Oct-08 6:22
Guffa12-Oct-08 6:22 
GeneralRe: HTML code to string Pin
Alex Grose12-Oct-08 7:29
Alex Grose12-Oct-08 7:29 
QuestionBasic mp3/media player problem :( Pin
jas0n2312-Oct-08 4:23
jas0n2312-Oct-08 4:23 
AnswerRe: Basic mp3/media player problem :( Pin
Giorgi Dalakishvili12-Oct-08 4:47
mentorGiorgi Dalakishvili12-Oct-08 4:47 
QuestionHiding control properties, Creating serializable control Pin
Andy Rama12-Oct-08 4:01
Andy Rama12-Oct-08 4:01 
AnswerRe: Hiding control properties, Creating serializable control Pin
DaveyM6912-Oct-08 6:25
professionalDaveyM6912-Oct-08 6:25 
No inherited property can be truly hidden. There are several ways to hide them from the designer, but they will still show up in intellisense.

Any derived class should implement anything in its base or call the bases own implementation.

The only true way to not have any properties apart from your own is to build your own from scratch without deriving from UserControl (or Control) or start with Component as it has no properties except Container and Site.

UserControl Inheritance Tree
----------------------------
UserControl : ContainerControl<br />
ContainerControl : ScrollableControl, IContainerControl<br />
ScrollableControl : Control, IComponent, IDisposable<br />
Control : Component, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable<br />
Component : MarshalByRefObject, IComponent, IDisposable


As you can see, there's alot of inheritance going on when you use UserControl

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

QuestionRe: Hiding control properties, Creating serializable control Pin
Andy Rama28-Oct-08 22:41
Andy Rama28-Oct-08 22:41 
AnswerRe: Hiding control properties, Creating serializable control Pin
DaveyM6929-Oct-08 2:33
professionalDaveyM6929-Oct-08 2:33 
QuestionStgOpenStorageEx() Pin
Miss_hacker12-Oct-08 3:41
Miss_hacker12-Oct-08 3:41 
AnswerRe: StgOpenStorageEx() Pin
Dave Kreskowiak12-Oct-08 4:34
mveDave Kreskowiak12-Oct-08 4:34 
GeneralRe: StgOpenStorageEx() Pin
Miss_hacker12-Oct-08 6:27
Miss_hacker12-Oct-08 6:27 
GeneralRe: StgOpenStorageEx() Pin
Dave Kreskowiak12-Oct-08 7:35
mveDave Kreskowiak12-Oct-08 7:35 
GeneralRe: StgOpenStorageEx() Pin
Colin Angus Mackay12-Oct-08 12:08
Colin Angus Mackay12-Oct-08 12:08 
GeneralRe: StgOpenStorageEx() Pin
Dave Kreskowiak12-Oct-08 14:02
mveDave Kreskowiak12-Oct-08 14:02 
GeneralRe: StgOpenStorageEx() Pin
Colin Angus Mackay12-Oct-08 14:11
Colin Angus Mackay12-Oct-08 14:11 
GeneralRe: StgOpenStorageEx() Pin
led mike12-Oct-08 18:21
led mike12-Oct-08 18:21 
AnswerRe: StgOpenStorageEx() Pin
DaveyM6912-Oct-08 6:43
professionalDaveyM6912-Oct-08 6:43 
RantRe: StgOpenStorageEx() Pin
Paul Conrad12-Oct-08 8:09
professionalPaul Conrad12-Oct-08 8:09 
QuestionPermanent repaint of button at mouse click Pin
Zeddan11-Oct-08 17:05
Zeddan11-Oct-08 17:05 
AnswerRe: Permanent repaint of button at mouse click Pin
Mycroft Holmes11-Oct-08 17:44
professionalMycroft Holmes11-Oct-08 17:44 
GeneralRe: Permanent repaint of button at mouse click Pin
Zeddan11-Oct-08 18:00
Zeddan11-Oct-08 18:00 
GeneralRe: Permanent repaint of button at mouse click Pin
Dave Kreskowiak12-Oct-08 4:26
mveDave Kreskowiak12-Oct-08 4:26 
AnswerRe: Permanent repaint of button at mouse click Pin
DaveyM6911-Oct-08 20:36
professionalDaveyM6911-Oct-08 20:36 

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.