Click here to Skip to main content
15,914,350 members
Home / Discussions / C#
   

C#

 
AnswerRe: ask to save before starting new file Pin
Pete O'Hanlon2-Nov-06 23:41
mvePete O'Hanlon2-Nov-06 23:41 
GeneralRe: ask to save before starting new file Pin
Aj_ling3-Nov-06 0:13
Aj_ling3-Nov-06 0:13 
GeneralRe: ask to save before starting new file Pin
Stefan Troschuetz3-Nov-06 0:24
Stefan Troschuetz3-Nov-06 0:24 
Questionregex Pin
ldr_2-Nov-06 22:58
ldr_2-Nov-06 22:58 
AnswerRe: regex Pin
Guffa3-Nov-06 0:20
Guffa3-Nov-06 0:20 
QuestionSearch Item in List View Pin
MJay2-Nov-06 22:28
MJay2-Nov-06 22:28 
AnswerRe: Search Item in List View Pin
HakunaMatada2-Nov-06 23:04
HakunaMatada2-Nov-06 23:04 
GeneralRe: Search Item in List View Pin
MJay3-Nov-06 21:15
MJay3-Nov-06 21:15 
AnswerRe: Search Item in List View Pin
rah_sin2-Nov-06 23:23
professionalrah_sin2-Nov-06 23:23 
GeneralRe: Search Item in List View Pin
MJay3-Nov-06 21:19
MJay3-Nov-06 21:19 
Questioncopy and paste a control at designtime Pin
webseal2-Nov-06 22:28
webseal2-Nov-06 22:28 
AnswerRe: copy and paste a control at designtime Pin
Stefan Troschuetz2-Nov-06 22:34
Stefan Troschuetz2-Nov-06 22:34 
GeneralRe: copy and paste a control at designtime Pin
webseal2-Nov-06 23:26
webseal2-Nov-06 23:26 
QuestionDraw arc Pin
rzvme2-Nov-06 21:40
rzvme2-Nov-06 21:40 
AnswerRe: Draw arc Pin
Stefan Troschuetz2-Nov-06 22:31
Stefan Troschuetz2-Nov-06 22:31 
QuestionHow to draw graphs in Image control of Report Pin
Ramith Sivanarain2-Nov-06 21:30
Ramith Sivanarain2-Nov-06 21:30 
QuestionTo change child property attribute . Pin
praveenqwe2-Nov-06 18:51
praveenqwe2-Nov-06 18:51 
AnswerRe: To change child property attribute . Pin
sam#2-Nov-06 19:37
sam#2-Nov-06 19:37 
GeneralRe: To change child property attribute . Pin
praveenqwe2-Nov-06 20:13
praveenqwe2-Nov-06 20:13 
hi,
I guess you understood wrongly what i meant was

if i change read only attribute for parent it should affect child also,

eg
parent property
[readonly(true)]
parent {get{return child;}set{child =value;}}


child class

class child
{
a {get{return 1;}set{1 =value;}}

}

Thank you

regards

Praveen



GeneralRe: To change child property attribute . Pin
Mairaaj Khan2-Nov-06 21:24
professionalMairaaj Khan2-Nov-06 21:24 
QuestionOpen Folder Pin
Rahul.RK2-Nov-06 18:07
Rahul.RK2-Nov-06 18:07 
AnswerRe: Open Folder Pin
alexey N2-Nov-06 18:15
alexey N2-Nov-06 18:15 
GeneralRe: Open Folder Pin
Rahul.RK2-Nov-06 18:21
Rahul.RK2-Nov-06 18:21 
GeneralRe: Open Folder Pin
alexey N2-Nov-06 18:31
alexey N2-Nov-06 18:31 
GeneralRe: Open Folder Pin
Rahul.RK2-Nov-06 18:41
Rahul.RK2-Nov-06 18:41 

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.