Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
GeneralEscape character question Pin
kensai17-Apr-03 8:56
kensai17-Apr-03 8:56 
GeneralRe: Escape character question Pin
Alvaro Mendez17-Apr-03 10:31
Alvaro Mendez17-Apr-03 10:31 
GeneralRe: Escape character question Pin
Paresh Gheewala17-Apr-03 11:29
Paresh Gheewala17-Apr-03 11:29 
GeneralRe: Escape character question Pin
Waleed Eissa18-Apr-03 0:54
Waleed Eissa18-Apr-03 0:54 
GeneralRe: Escape character question Pin
Waleed Eissa18-Apr-03 1:06
Waleed Eissa18-Apr-03 1:06 
GeneralWork with PropertyGrid Pin
kaloyan17-Apr-03 5:20
kaloyan17-Apr-03 5:20 
GeneralRe: Work with PropertyGrid Pin
Chris Austin17-Apr-03 7:13
Chris Austin17-Apr-03 7:13 
GeneralRe: Work with PropertyGrid Pin
kaloyan17-Apr-03 20:33
kaloyan17-Apr-03 20:33 
This, however, does not solve my situation... My control inherits around 30 properties from Control which I do not need. So the problem is that I want the PropertyGrid to display only those few that are specific to my control but not inherited from Control. If I use the approach you propose I'll have to add the Browsable(false) attribute to all inherited properties. And this takes a lot of time. The PropertyGrid, however, has that property: PropertyGrid.BrowsableAttributes (the last letter is the difference), which is meant to enable the grid to display only those prperties you want to display. That is what I'm asking and trying to solve in the same time.
Thanks for the response anyway...Smile | :)

Kaloyan



p.s. I fixed this oneSmile | :) It turned out that PropertyGrid.BrowsableAttributes must be set to the attributes the properties I want to display have.(confusing, isn't it?Confused | :confused: )
QuestionHow to access an event's members? Pin
Alvaro Mendez17-Apr-03 4:50
Alvaro Mendez17-Apr-03 4:50 
AnswerRe: How to access an event's members? Pin
leppie17-Apr-03 11:00
leppie17-Apr-03 11:00 
AnswerRe: How to access an event's members? Pin
Paresh Gheewala17-Apr-03 11:31
Paresh Gheewala17-Apr-03 11:31 
GeneralOdd Exception Pin
Andy H17-Apr-03 3:49
Andy H17-Apr-03 3:49 
GeneralRe: Odd Exception Pin
Le centriste17-Apr-03 4:31
Le centriste17-Apr-03 4:31 
GeneralRe: Odd Exception Pin
Paresh Gheewala17-Apr-03 11:34
Paresh Gheewala17-Apr-03 11:34 
GeneralRe: Odd Exception Pin
Andy H17-Apr-03 19:58
Andy H17-Apr-03 19:58 
GeneralRe: Odd Exception Pin
Vasudevan Deepak Kumar17-Apr-03 22:42
Vasudevan Deepak Kumar17-Apr-03 22:42 
QuestionHow to move object ? Pin
tuan_tomy17-Apr-03 2:09
tuan_tomy17-Apr-03 2:09 
AnswerRe: How to move object ? Pin
Paresh Gheewala17-Apr-03 11:34
Paresh Gheewala17-Apr-03 11:34 
GeneralRe: How to move object ? Pin
tuan_tomy23-Apr-03 4:28
tuan_tomy23-Apr-03 4:28 
GeneralWaiting Progress Bar (knight ride stylee) Pin
MrEyes17-Apr-03 0:59
MrEyes17-Apr-03 0:59 
GeneralRe: Waiting Progress Bar (knight ride stylee) Pin
LokiSD17-Apr-03 2:21
LokiSD17-Apr-03 2:21 
GeneralRe: Waiting Progress Bar (knight ride stylee) Pin
MrEyes17-Apr-03 6:30
MrEyes17-Apr-03 6:30 
GeneralRe: Waiting Progress Bar (knight ride stylee) Pin
LokiSD17-Apr-03 16:53
LokiSD17-Apr-03 16:53 
GeneralRe: Waiting Progress Bar (knight ride stylee) Pin
Paresh Gheewala17-Apr-03 11:37
Paresh Gheewala17-Apr-03 11:37 
GeneralRemoting and Finalize Pin
Adam Turner16-Apr-03 19:15
Adam Turner16-Apr-03 19:15 

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.