Click here to Skip to main content
15,921,694 members
Home / Discussions / C#
   

C#

 
GeneralRe: Christmas gift ideas? Pin
Dan Neely6-Oct-06 9:33
Dan Neely6-Oct-06 9:33 
QuestionFinding the right library at runtime Pin
Stijn Van Hamme6-Oct-06 8:25
Stijn Van Hamme6-Oct-06 8:25 
AnswerRe: Finding the right library at runtime Pin
led mike6-Oct-06 9:06
led mike6-Oct-06 9:06 
Questionhow to make Ad Hoc Network Simulator by c sharp Pin
most_diaa6-Oct-06 6:04
most_diaa6-Oct-06 6:04 
QuestionHow to hide property @ Runtime Pin
Vertyg06-Oct-06 6:02
Vertyg06-Oct-06 6:02 
AnswerRe: How to hide property @ Runtime Pin
Martin#6-Oct-06 8:31
Martin#6-Oct-06 8:31 
GeneralRe: How to hide property @ Runtime Pin
Vertyg06-Oct-06 11:30
Vertyg06-Oct-06 11:30 
GeneralRe: How to hide property @ Runtime Pin
visualhint9-Oct-06 14:05
visualhint9-Oct-06 14:05 
At runtime, there is no direct way to hide a property. But you could use some methods presented in some of the articles here on CodeProject to manage the set of displayed properties. For example, the PropertyBag can allow you to choose what properties are displayed at runtime. More generally speaking, if you have a class derived from ICustomTypeDescriptor that publishes a set of PropertyDescriptors, you can choose to temporarily remove one of the properties. Hope that helps.


GeneralRe: How to hide property @ Runtime Pin
Vertyg010-Oct-06 6:47
Vertyg010-Oct-06 6:47 
QuestionWinforms stuff Pin
jesarg6-Oct-06 5:56
jesarg6-Oct-06 5:56 
AnswerRe: Winforms stuff Pin
Amar Chaudhary6-Oct-06 8:32
Amar Chaudhary6-Oct-06 8:32 
QuestionHash Code retrieval Pin
numbers1thru96-Oct-06 5:17
numbers1thru96-Oct-06 5:17 
Questionreading game port in visual c# 2.0 [modified] Pin
Japjeet Singh6-Oct-06 5:14
Japjeet Singh6-Oct-06 5:14 
AnswerRe: reading game port in visual c# 2.0 Pin
shabonaa6-Oct-06 7:18
shabonaa6-Oct-06 7:18 
GeneralRe: reading game port in visual c# 2.0 Pin
Japjeet Singh6-Oct-06 7:58
Japjeet Singh6-Oct-06 7:58 
Questionsolution explorer Pin
Parshant Verma6-Oct-06 5:05
Parshant Verma6-Oct-06 5:05 
AnswerRe: solution explorer Pin
Amar Chaudhary6-Oct-06 8:21
Amar Chaudhary6-Oct-06 8:21 
AnswerRe: solution explorer Pin
asator6-Oct-06 9:17
asator6-Oct-06 9:17 
GeneralRe: solution explorer Pin
Amar Chaudhary6-Oct-06 9:28
Amar Chaudhary6-Oct-06 9:28 
QuestionUnit testing Database problem[VS2005] Pin
Snowjim6-Oct-06 4:44
Snowjim6-Oct-06 4:44 
Questionmdi forms Pin
shabonaa6-Oct-06 4:21
shabonaa6-Oct-06 4:21 
AnswerRe: mdi forms Pin
Ranjan Banerji6-Oct-06 5:45
Ranjan Banerji6-Oct-06 5:45 
GeneralRe: mdi forms Pin
shabonaa6-Oct-06 7:13
shabonaa6-Oct-06 7:13 
AnswerRe: mdi forms Pin
Amar Chaudhary6-Oct-06 8:16
Amar Chaudhary6-Oct-06 8:16 
QuestionTcpClient overhead Pin
Wjousts6-Oct-06 4:01
Wjousts6-Oct-06 4:01 

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.